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-vgbdg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vgbdg"
  namespace: "statet"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.statet.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vgbdg"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-vgbdg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.statet.svc.cluster.local/statet/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-statet"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-vgbdg in /home/jenkins/agent/workspace/statet-4.8.x-r
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
Build *Release* branch= releases/4.8.0.202308171800-r / timestamp= 202308171800-r
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/statet/statet.git
 > git init /home/jenkins/agent/workspace/statet-4.8.x-r/statet # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/statet/statet.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/statet-4.8.x-r/statet@tmp/jenkins-gitclient-ssh173730299092926412.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/statet/statet.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/statet/statet.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 96d53ae713c5d1cfb7b879a2d31b7e5249be09b2 (releases/4.8.0.202308171800-r)
 > git rev-parse refs/remotes/origin/releases/4.8.0.202308171800-r^{commit} # timeout=10
 > git rev-parse releases/4.8.0.202308171800-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 96d53ae713c5d1cfb7b879a2d31b7e5249be09b2 # timeout=10
Commit message: "Release 4.8.0 (202308171800-r)"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests
[Pipeline] {
[Pipeline] sh
+ mkdir tmp
+ cd tmp
+ curl -sL --max-time 10 --retry 2 https://github.com/commonmark/commonmark-spec/archive/refs/tags/0.30.tar.gz
+ tar -xz --strip-components=1 commonmark-spec-0.30/spec.txt
+ mv spec.txt spec-0.30.txt
+ ls -Al
total 204
-rw-r--r--. 1 jenkins 1000780000 204971 Jun 20  2021 spec-0.30.txt
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build 'statet')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet
[Pipeline] {
[Pipeline] sh
+ mvn -f statet-pom.xml verify -P eclipse-sign --batch-mode -Dstatet.dependencies.url=https://ci.eclipse.org/statet/job/3rdparty-main/72/artifact/statet/3rdparty/_assemblies/repository/target/repository -Dtycho.localArtifacts=ignore -Dstatet.build.timestamp=202308171800-r -Dassembly.tarLongFileMode=posix -Dmaven.test.failure.ignore=true -Dstatet.test.excludes=
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:eclipse-plugin:4.8.0.202308171800-r
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:eclipse-plugin:4.8.0.202308171800-r
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.r:org.eclipse.statet.ide.ui:eclipse-plugin:4.8.0.202308171800-r
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing.
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.statet.r:org.eclipse.statet.r.ui:eclipse-plugin:4.8.0.202308171800-r
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/target-eclipse.ide/target-eclipse.ide.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1bf3af3d...
[INFO] Adding repository https://ci.eclipse.org/statet/job/3rdparty-main/72/artifact/statet/3rdparty/_assemblies/repository/target/repository
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:4.4.0.202107080600-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.rcpdemo.product
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/.polyglot.META-INF
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/target-eclipse.ide/target-eclipse.ide.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1bf3af3d...
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.8.0.202308171800-r @ /home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/pom.xml
[WARNING] The project org.eclipse.statet-releng:parent:pom:4.8.0.202308171800-r uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.statet-releng:spring.boot-parent:pom:4.8.0.202308171800-r uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse StatET - Maven Parent                                      [pom]
[INFO] target-eclipse.ide                           [eclipse-target-definition]
[INFO] Eclipse StatET - Parent for Eclipse IDE based applications         [pom]
[INFO] Eclipse StatET - Parent for Spring Boot based applications         [pom]
[INFO] jcommons                                                           [pom]
[INFO] org.eclipse.statet.jcommons.util                        [eclipse-plugin]
[INFO] [test-bundle] StatET JCommons - Util - Tests  (Incubation) [eclipse-test-plugin]
[INFO] org.eclipse.statet.jcommons.text.core                   [eclipse-plugin]
[INFO] [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET JCommons - Net - Core - JSch Integration  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET JCommons - Net - Core - Mina SSH Integration  (Incubation) [eclipse-plugin]
[INFO] ecommons                                                           [pom]
[INFO] [bundle] StatET ECommons - Runtime - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Runtime - UI  (Incubation)   [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Preferences - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Net - Core  (Incubation)     [eclipse-plugin]
[INFO] [bundle] StatET ECommons - EMF - Core  (Incubation)     [eclipse-plugin]
[INFO] [bundle] StatET ECommons - EMF - UI  (Incubation)       [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Databinding - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Text - Core  (Incubation)    [eclipse-plugin]
[INFO] [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Debug - Core  (Incubation)   [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ECommons - Debug - UI  (Incubation)     [eclipse-plugin]
[INFO] ecommons.waltable                                                  [pom]
[INFO] [bundle] StatET ECommons - WaLTable - Core  (Incubation) [eclipse-plugin]
[INFO] ecommons.edb                                                       [pom]
[INFO] [bundle] StatET ECommons - Embedded DB - Core  (Incubation) [eclipse-plugin]
[INFO] autonature                                                         [pom]
[INFO] [bundle] StatET EUtils - Auto-Nature  (Incubation)      [eclipse-plugin]
[INFO] autonature                                                         [pom]
[INFO] [feature] StatET Auto Project Configuration  (Incubation) [eclipse-feature]
[INFO] autorun                                                            [pom]
[INFO] [bundle] StatET EUtils - Auto Run  (Incubation)         [eclipse-plugin]
[INFO] autorun                                                            [pom]
[INFO] [feature] StatET Auto Run  (Incubation)                [eclipse-feature]
[INFO] ltk                                                                [pom]
[INFO] [bundle] StatET LTK  (Incubation)                       [eclipse-plugin]
[INFO] [bundle] StatET LTK - Core  (Incubation)                [eclipse-plugin]
[INFO] [test-bundle] StatET LTK - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET LTK - UI  (Incubation)                  [eclipse-plugin]
[INFO] [bundle] StatET LTK - Buildpath - Core  (Incubation)    [eclipse-plugin]
[INFO] [bundle] StatET LTK - Buildpath - UI  (Incubation)      [eclipse-plugin]
[INFO] ltk                                                                [pom]
[INFO] [feature] StatET LTK  (Incubation)                     [eclipse-feature]
[INFO] yaml                                                               [pom]
[INFO] [bundle] StatET YAML Tools - Core  (Incubation)         [eclipse-plugin]
[INFO] [test-bundle] StatET YAML Tools - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET YAML Tools - UI  (Incubation)           [eclipse-plugin]
[INFO] yaml                                                               [pom]
[INFO] [feature] StatET YAML Editor  (Incubation)             [eclipse-feature]
[INFO] docmlet                                                            [pom]
[INFO] [bundle] StatET DocMLET - Base - Core  (Incubation)     [eclipse-plugin]
[INFO] [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET DocMLET - Base - UI  (Incubation)       [eclipse-plugin]
[INFO] [bundle] StatET DocMLET - TeX - Core  (Incubation)      [eclipse-plugin]
[INFO] [bundle] StatET DocMLET - TeX - UI  (Incubation)        [eclipse-plugin]
[INFO] [bundle] StatET DocMLET - Wikitext - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET DocMLET - Wikitext - UI  (Incubation)   [eclipse-plugin]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) [eclipse-plugin]
[INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET DocMLET - Documentation  (Incubation)   [eclipse-plugin]
[INFO] docmlet                                                            [pom]
[INFO] rj.core                                                            [pom]
[INFO] org.eclipse.statet.rj.data                              [eclipse-plugin]
[INFO] org.eclipse.statet.rj.services.core                     [eclipse-plugin]
[INFO] [test-bundle] StatET RJ - Data - Tests  (Incubation) [eclipse-test-plugin]
[INFO] org.eclipse.statet.rj.server                            [eclipse-plugin]
[INFO] [test-bundle] StatET RJ - Server - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET RJ - Server - Remote Tools  (Incubation) [eclipse-plugin]
[INFO] StatET RJ - Server - R Package Skeleton + API  (Incubation)        [jar]
[INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation) [eclipse-test-plugin]
[INFO] org.eclipse.statet.rj.client                            [eclipse-plugin]
[INFO] [bundle] StatET RJ - Java Core  (Incubation)            [eclipse-plugin]
[INFO] rj.core                                                            [pom]
[INFO] [feature] StatET RJ - Core  (Incubation)               [eclipse-feature]
[INFO] org.eclipse.statet.rj.server-consoleserver                         [pom]
[INFO] rj.servi                                                           [pom]
[INFO] org.eclipse.statet.rj.servi                             [eclipse-plugin]
[INFO] [test-bundle] StatET RJ - RServi - Tests  (Incubation) [eclipse-test-plugin]
[INFO] org.eclipse.statet.rj.servi.webapp                                 [war]
[INFO] rj.servi                                                           [pom]
[INFO] rj.eclient                                                         [pom]
[INFO] [bundle] StatET RJ - Eclipse Client - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET RJ - Eclipse Client  (Incubation)       [eclipse-plugin]
[INFO] [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation) [eclipse-plugin]
[INFO] rj.eclient                                                         [pom]
[INFO] [feature] StatET RJ - Eclipse Client  (Incubation)     [eclipse-feature]
[INFO] [feature] StatET RJ - RServi E-Compilation  (Incubation) [eclipse-feature]
[INFO] Eclipse StatET RJ - RServi                          [eclipse-repository]
[INFO] rj.examples                                                        [pom]
[INFO] [bundle] StatET RJ - RServi Demo  (Incubation)          [eclipse-plugin]
[INFO] [bundle] StatET RJ - RServi RCP Demo 1  (Incubation)    [eclipse-plugin]
[INFO] [bundle] StatET RJ - RServi RCP Demo 2  (Incubation)    [eclipse-plugin]
[INFO] rj.examples                                                        [pom]
[INFO] [feature] StatET RJ - RCP Demo 2  (Incubation)         [eclipse-feature]
[INFO] [product] RServi RCP Demo                           [eclipse-repository]
[INFO] rhelp                                                              [pom]
[INFO] org.eclipse.statet.rhelp.core                           [eclipse-plugin]
[INFO] [test-bundle] StatET R-Help - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] org.eclipse.statet.rhelp.server                                    [jar]
[INFO] r                                                                  [pom]
[INFO] [bundle] StatET IDE - Core  (Incubation)                [eclipse-plugin]
[INFO] [bundle] StatET IDE - UI  (Incubation)                  [eclipse-plugin]
[INFO] [bundle] StatET NiCo - Core  (Incubation)               [eclipse-plugin]
[INFO] [bundle] StatET NiCo - UI  (Incubation)                 [eclipse-plugin]
[INFO] [bundle] StatET R - Core  (Incubation)                  [eclipse-plugin]
[INFO] [test-bundle] StatET R - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] [bundle] StatET R - Console - Core  (Incubation)        [eclipse-plugin]
[INFO] [bundle] StatET R - UI  (Incubation)                    [eclipse-plugin]
[INFO] [bundle] StatET R - Console - UI  (Incubation)          [eclipse-plugin]
[INFO] [bundle] StatET R - Debug - Core  (Incubation)          [eclipse-plugin]
[INFO] [bundle] StatET R - Debug - UI  (Incubation)            [eclipse-plugin]
[INFO] org.eclipse.statet.r.launching.winrgui                  [eclipse-plugin]
[INFO] [bundle] StatET R - Add-on for R Apps  (Incubation)     [eclipse-plugin]
[INFO] [bundle] StatET R - Documentation  (Incubation)         [eclipse-plugin]
[INFO] [bundle] StatET R  (Incubation)                         [eclipse-plugin]
[INFO] r                                                                  [pom]
[INFO] [feature] StatET IDE for R  (Incubation)               [eclipse-feature]
[INFO] redocs                                                             [pom]
[INFO] [bundle] StatET ReDocs - Commons for R  (Incubation)    [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - LaTeX+R  (Incubation)          [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - Wikitext+R  (Incubation)       [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation) [eclipse-plugin]
[INFO] redocs                                                             [pom]
[INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) [eclipse-feature]
[INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) [eclipse-feature]
[INFO] rtm                                                                [pom]
[INFO] [bundle] StatET R Task Model - Base - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET R Task Model - Base - UI  (Incubation)  [eclipse-plugin]
[INFO] [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) [eclipse-plugin]
[INFO] [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) [eclipse-plugin]
[INFO] rtm                                                                [pom]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) [eclipse-feature]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) [eclipse-feature]
[INFO] org.eclipse.statet.repository                       [eclipse-repository]
[INFO] aggregation-statet                                                 [pom]
[INFO] 
[INFO] ------------------< org.eclipse.statet-releng:parent >------------------
[INFO] Building Eclipse StatET - Maven Parent 4.8.0.202308171800-r      [1/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- properties-maven-plugin:1.1.0:write-project-properties (default) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ parent ---
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:target-eclipse.ide >------------
[INFO] Building target-eclipse.ide 4.8.0.202308171800-r                 [2/145]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-target-definition (default-package-target-definition) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ target-eclipse.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ target-eclipse.ide ---
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:eclipse.ide-parent >------------
[INFO] Building Eclipse StatET - Parent for Eclipse IDE based applications 4.8.0.202308171800-r [3/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ eclipse.ide-parent ---
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:spring.boot-parent >------------
[INFO] Building Eclipse StatET - Parent for Spring Boot based applications 4.8.0.202308171800-r [4/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] ----------------< org.eclipse.statet.jcommons:jcommons >----------------
[INFO] Building jcommons 4.8.0.202308171800-r                           [5/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ jcommons ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ jcommons ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ jcommons ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ jcommons ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ jcommons ---
[INFO] 
[INFO] ----< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util >----
[INFO] Building org.eclipse.statet.jcommons.util 4.8.0.202308171800-r   [6/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.util ---
[INFO] Resolving class path of org.eclipse.statet.jcommons.util...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.util ---
[INFO] Compiling 165 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/bundle/Bundles.java:[337] 
	FileSystem fs= null;
	           ^^
The value of the local variable fs is not used
2. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java (at line 463)
	address.getPort(), exit )
	                   ^^^^
The expression of type int is boxed into Integer
3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java (at line 558)
	port ));
	^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CaseInsensitiveMap.java:[32] 
	public class CaseInsensitiveMap<V> extends HashMap<@NonNull String, V> {
	                                                   ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/bundle/BundleEntryProvider.java:[89] 
	&& this.namePattern.pattern().equals(((JarFilePathEntryProvider) obj).namePattern.pattern()) );
	                                                                 ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedListSet.java:[29] 
	public interface SortedListSet<E extends @NonNull Object> extends NonNullSet<E>, NonNullList<E> {
	                                         ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 301)
	throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$
	                                                       ^
The expression of type int is boxed into Integer
8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 1021)
	throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$
	                                                       ^
The expression of type int is boxed into Integer
9. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 131)
	return get(key, Boolean.class, defaultData);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 131)
	return get(key, Boolean.class, defaultData);
	                               ^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 136)
	return getRequired(key, Boolean.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 141)
	return get(key, Integer.class, defaultData);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 141)
	return get(key, Integer.class, defaultData);
	                               ^^^^^^^^^^^
The expression of type int is boxed into Integer
14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/ts/core/ToolCommandData.java (at line 146)
	return getRequired(key, Integer.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/CommonsRuntime.java:[44] 
	if (environment == null) {
			throw new NullPointerException("environment"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/CommonsRuntime.java:[80] 
	return CommonsRuntime.environment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull AppEnvironment' but this expression has type '@Nullable AppEnvironment'
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/ClassLoaderUtils.java (at line 44)
	private static String getUrlStringByDomain(final Class<?> refClass) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getUrlStringByDomain(Class<?>) from the type ClassLoaderUtils is never used locally
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/net/core/RemoteProcess.java (at line 34)
	private final String command;
	                     ^^^^^^^
The value of the field RemoteProcess.command is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[26] 
	import org.eclipse.core.runtime.IProgressMonitorWithBlocking;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IProgressMonitorWithBlocking is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[299] 
	private static class EProgressMonitor implements IProgressMonitorWithBlocking {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type IProgressMonitorWithBlocking is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[316] 
	public void beginTask(final String name, final int totalWork) {
	                            ^^^^^^
Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[322] 
	public void setTaskName(final String name) {
	                              ^^^^^^
Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[34] 
	public class SortedArraySet<E extends @NonNull Object> extends AbstractList<E>
	                                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[34] 
	public class SortedArraySet<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
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java (at line 180)
	public final boolean add(final @SuppressWarnings("null") @NonNull E element) {
	                                                 ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java (at line 224)
	public @NonNull E set(int index, final @SuppressWarnings("null") @NonNull E element) {
	                                                         ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[289] 
	public @NonNull Object[] toArray() {
	                ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from List<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[289] 
	public @NonNull Object[] toArray() {
	                ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from AbstractCollection<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[293] 
	return a;
	       ^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[301] 
	return Arrays.<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.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[305] 
	a[s]= null;
	      ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[343] 
	this.typeClass= nonNullAssert((Class<E>) array.getClass().getComponentType());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#16-of ?> to Class<E>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[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.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[397] 
	final E[] newArray= (E[]) Array.newInstance(this.typeClass,
					Math.max((this.array.length * 3)/2 + 1, minCapacity) );
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[408] 
	final E[] newArray= (E[]) Array.newInstance(this.typeClass, l);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[432] 
	((Comparable<? super E>) element1).compareTo(element2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from E to Comparable<? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[445] 
	final int d= this.comparator.compare(a[i], element);
	                  ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[463] 
	final int d= ((Comparable<? super E>) a[i]).compareTo(element);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from E to Comparable<? super E>
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java (at line 551)
	public final boolean add(final @SuppressWarnings("null") @NonNull E element) {
	                                                 ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[634] 
	this.array[--this.size]= null;
	                         ^^^^
Null type mismatch: required 'E extends @NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[676] 
	this.array[i]= null;
	               ^^^^
Null type mismatch: required 'E extends @NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[696] 
	public @NonNull Object[] toArray() {
	                ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from List<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[696] 
	public @NonNull Object[] toArray() {
	                ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from AbstractCollection<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[699] 
	return a;
	       ^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[706] 
	return Arrays.<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.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[710] 
	a[s]= null;
	      ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
46 problems (0 errors, 31 warnings, 15 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.util ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.util ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.util ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util ---
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.util ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests >--
[INFO] Building [test-bundle] StatET JCommons - Util - Tests  (Incubation) 4.8.0.202308171800-r [7/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Resolving class path of [test-bundle] StatET JCommons - Util - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util.tests ---
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/surefire.properties]
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in null
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.retainAll  Time elapsed: 0.066 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.addAll  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.remove  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.clear  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.retainAll_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.removeAll_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.addAll_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.removeAll  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.add_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.remove_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest.clearToList  Time elapsed: 0.001 s
Running null
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in null
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.addAll_atIndex  Time elapsed: 0.004 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.retainAll  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.addAll  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.remove  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.remove_atIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.clear  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.retainAll_notIdentical  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.removeAll_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.add_atIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.addAll_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.removeAll  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.add_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteListTest.remove_notIdentical  Time elapsed: 0.001 s
Running null
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in null
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ImList_atIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ArrayList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ArrayList_atIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ArrayList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElementIfAbsent_ImList  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElementIfAbsent_ArrayList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_concatList_2ImList  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_removeLastElement_ImIdentityList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_addElement_ImIdentityList_atIndex  Time elapsed: 0.024 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_concatList_2ImList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_addElement_ImIdentityList  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ImList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_addElementIfAbsent_ImIdentityList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_removeElement_ImIdentityList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ImList  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_addElement_ImList_atIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.IdentityList_removeElement_ImIdentityList_atIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest.List_removeElement_ArrayList_atIndex  Time elapsed: 0.001 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in null
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.equals  Time elapsed: 0.005 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.toArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.remove  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.contains  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.toArrayEquals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.removeAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.lastIndexOf  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.size  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.addAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.clear  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.getAt  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.setAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.indexOf  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSingletonListTest.isEmpty  Time elapsed: 0.001 s
Running null
Tests run: 728, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 s - in null
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[1]  Time elapsed: 0.024 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[5]  Time elapsed: 0.022 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[10]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[11]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toString(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[1]  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[1]  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.equals(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[9]  Time elapsed: 0.019 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toIdentityList(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[6]  Time elapsed: 0.016 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.stream(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toList(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[1]  Time elapsed: 0.008 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.contains(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[1]  Time elapsed: 0.019 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeIf(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.size(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.type(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.clear(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.hashCode(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[8]  Time elapsed: 0.012 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.containsAll(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[10]  Time elapsed: 0.023 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.findFirst(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.map_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.retainAll_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[1]  Time elapsed: 0.013 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[1]  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[2]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[3]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[12]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.iterator(TestCase)[13]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.removeAll(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_notIdentical(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Array_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.toArray_Generator(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.isEmpty(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[2]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[7]  Time elapsed: 0.016 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[8]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[1]  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[2]  Time elapsed: 0.004 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_unchanged(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[7]  Time elapsed: 0.031 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.set_atIndex(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_singleton(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_2(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.lastIndexOf(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[2]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.remove_atIndex(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[5]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[6]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[7]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[12]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex(TestCase)[13]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.get_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.listIterator_atIndex_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.subList_empty(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[2]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.add_atIndex_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.indexOf(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[2]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentityListTest.addAll_atIndex_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.equals  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.toArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.remove  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.contains  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.toArrayEquals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.removeAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.lastIndexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.size  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.addAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.clear  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.getAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.setAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.indexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongSeqListTest.isEmpty  Time elapsed: 0.001 s
Running null
Tests run: 266, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in null
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toString(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.equals(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toIdentityList(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.stream(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toList(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.contains(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeIf(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.size(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.type(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.clear(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.hashCode(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.containsAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.findFirst(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.map_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.retainAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.addAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[3]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.iterator(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.removeAll(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.add_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[3]  Time elapsed: 0.02 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.remove_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Array_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.toArray_Generator(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIdentitySetTest.isEmpty(TestCase)[7]  Time elapsed: 0 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in null
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.equals  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.toArray  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.remove  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.contains  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.toArrayEquals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.removeAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.lastIndexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.size  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.addAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.clear  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.getAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.setAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.indexOf  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSeqListTest.isEmpty  Time elapsed: 0 s
Running null
Tests run: 266, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in null
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[1]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[2]  Time elapsed: 0.025 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[3]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toString(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.equals(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toIdentityList(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.stream(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[1]  Time elapsed: 0.029 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toList(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.contains(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeIf(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.size(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.type(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.clear(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.hashCode(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.containsAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.findFirst(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.map_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.retainAll_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.addAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.iterator(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.removeAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.add_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.remove_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Array_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.toArray_Generator(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[6]  Time elapsed: 0.008 s
org.eclipse.statet.jcommons.collections.ImEqualitySetTest.isEmpty(TestCase)[7]  Time elapsed: 0 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.equals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.toArray  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.remove  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.contains  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.toArrayEquals  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.removeAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.lastIndexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.size  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.addAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.clear  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.getAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.setAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.indexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntEmptyListTest.isEmpty  Time elapsed: 0 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in null
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.equals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.toArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.remove  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.contains  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.toArrayEquals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.removeAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.lastIndexOf  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.add  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.size  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.addAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.clear  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.getAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.setAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.indexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntSingletonListTest.isEmpty  Time elapsed: 0.001 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.equals  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.toArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.remove  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.contains  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.toArrayEquals  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.removeAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.lastIndexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.add  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.size  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.addAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.clear  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.getAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.setAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.indexOf  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongArrayListTest.isEmpty  Time elapsed: 0 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.retainAll  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.addAll  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.remove  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.add  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.clear  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.retainAll_notIdentical  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.removeAll_notIdentical  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.addAll_notIdentical  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.removeAll  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.add_notIdentical  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.remove_notIdentical  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest.clearToList  Time elapsed: 0 s
Running null
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in null
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_Empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_argCheck  Time elapsed: 0.011 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_Seq  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_Empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_Seq  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.LongList_newLongSequence_Singleton  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest.IntList_newIntSequence_Singleton  Time elapsed: 0 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.equals  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.toArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.remove  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.contains  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.toArrayEquals  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.removeAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.lastIndexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.add  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.size  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.addAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.clear  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.getAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.setAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.indexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImIntArrayListTest.isEmpty  Time elapsed: 0 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.equals  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.toArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.remove  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.contains  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.toArrayEquals  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.removeAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.lastIndexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.add  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.size  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.addAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.clear  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.getAt  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.setAt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.indexOf  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImLongEmptyListTest.isEmpty  Time elapsed: 0.001 s
Running null
Tests run: 728, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in null
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toString(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[6]  Time elapsed: 0.009 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.equals(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toIdentityList(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.stream(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toList(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.contains(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeIf(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.size(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.type(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[2]  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.clear(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.hashCode(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.containsAll(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_notIdentical(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.findFirst(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.map_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.retainAll_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_notIdentical(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.iterator(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.removeAll(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_notIdentical(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[3]  Time elapsed: 0.014 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Array_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.toArray_Generator(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.isEmpty(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[3]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_unchanged(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.set_atIndex(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_singleton(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_2(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.lastIndexOf(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.remove_atIndex(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[3]  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[5]  Time elapsed: 0.034 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_argCheck(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.get_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[7]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.listIterator_atIndex_argCheck(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.subList_empty(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[3]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.add_atIndex_notIdentical(TestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[5]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[6]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.indexOf(TestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[1]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[4]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[10]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[11]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[12]  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.ImEqualityListTest.addAll_atIndex_notIdentical(TestCase)[13]  Time elapsed: 0 s
Running null
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in null
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertBlank_start0  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertBlank  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertRegion  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertBlank_empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.removeTail  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertRegion_start0  Time elapsed: 0 s
org.eclipse.statet.jcommons.collections.IntIntervalArraysTest.insertRegion_empty  Time elapsed: 0.001 s
Running null
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence_emtpy  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString_asciiChar  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String_emtpy  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_Char_asciiChar  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString_emtpy  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence_asciiChar  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String_asciiChar  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharArrayString_cached  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_CharSequence_cached  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.CachedStringFactoryTest.get_String_cached  Time elapsed: 0 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in null
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharSequence_emtpy  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharArrayString_asciiChar  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharArrayString  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_String_emtpy  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_Char_asciiChar  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharArrayString_emtpy  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharSequence_asciiChar  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_CharSequence  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.BasicStringFactoryTest.get_String_asciiChar  Time elapsed: 0 s
Running null
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in null
org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepoint  Time elapsed: 0.233 s
org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepointLength  Time elapsed: 0.169 s
org.eclipse.statet.jcommons.string.Utf8StringsTest.isValidCodepoint  Time elapsed: 0 s
org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepoint_argCheck  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.string.Utf8StringsTest.getCodepoint_invalid  Time elapsed: 0.001 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in null
org.eclipse.statet.jcommons.io.UriUtilsTest.toJarUrl  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.io.UriUtilsTest.toJarUrlString  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.UriUtilsTest.isJarUrlString  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.UriUtilsTest.isFileUrl  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.UriUtilsTest.encodeFragment  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.UriUtilsTest.getJarFileUrl  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.UriUtilsTest.isJarUrl  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.UriUtilsTest.getJarEntryPath_requireJarUrl  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.UriUtilsTest.encodePathSegment  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.UriUtilsTest.getJarEntryPath  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.UriUtilsTest.isFileUrlString  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.UriUtilsTest.getJarFileUrl_requireJarUrl  Time elapsed: 0.001 s
Running null
Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.034 s - in null
org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_HardLinkFile  Time elapsed: 0.009 s
org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory_withFilter  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_SymbolicLinkDir  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.io.FileUtilsTest.requireParent_requireNotNull  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_notExisting  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.io.FileUtilsTest skipped
org.eclipse.statet.jcommons.io.FileUtilsTest.getUserWorkingDirectory  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_requireNotNull  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory_requireNotNull  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.FileUtilsTest.cleanDirectory_requireDirectory  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.FileUtilsTest.requireParent  Time elapsed: 0 s
org.eclipse.statet.jcommons.io.FileUtilsTest.requireFileName  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.io.FileUtilsTest.deleteRecursively_SymbolicLinkFile  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.io.FileUtilsTest.requireFileName_requireNotNull  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.jcommons.runtime.ProcessUtilsTest.generateCommandLine_withSpecialChars  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.runtime.ProcessUtilsTest.generateCommandLine  Time elapsed: 0.001 s
Running null
Tests run: 13, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.019 s - in null
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_DevFolder  Time elapsed: 0.004 s
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_TargetJar_Release  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_TargetJar_Snapshot  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_SimpleServerJar  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_NexusJar_Snapshot  Time elapsed: 0 s
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest.detectEntryProvider_NexusJar_Release  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest skipped
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.002 s - in null
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest skipped
org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest skipped
Running null
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in null
org.eclipse.statet.jcommons.net.RMIAddressTest.equals  Time elapsed: 0.016 s
org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String_caseRegistryAddress  Time elapsed: 0.011 s
org.eclipse.statet.jcommons.net.RMIAddressTest.parseUnresolved_String  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.new_RMIAddress_String_checkArgs  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String_PARSE_REGISTRY  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.new_String_Int_String  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String_checkArgs  Time elapsed: 0.003 s
org.eclipse.statet.jcommons.net.RMIAddressTest.toString_andSerialization  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.getRegistryAddress  Time elapsed: 0 s
org.eclipse.statet.jcommons.net.RMIAddressTest.getAddress  Time elapsed: 0 s
org.eclipse.statet.jcommons.net.RMIAddressTest.isLocalHost  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.new_InetAddress_Port  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.resolve  Time elapsed: 0 s
org.eclipse.statet.jcommons.net.RMIAddressTest.new_RMIAddress_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.net.RMIAddressTest.parse_String  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.RMIAddressTest.new_InetAddress_Port_checkArgs  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.jcommons.net.CommonsNetTest.isIpV4Address  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.net.CommonsNetTest.isIpV6Address  Time elapsed: 0.002 s
Running null
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in null
org.eclipse.statet.jcommons.util.StringUtilsTest.formatCodePoint  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringFromIndex  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_StringFromToIndex  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringFromIndex  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_StringBuilder  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilderFromIndex_argCheck  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_String_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_String_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilderFromIndex  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_String_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.trim_StringFromToIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.toSimpleSingleLine_argCheck  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringFromIndex_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_StringFromToIndex_argCheck  Time elapsed: 0.008 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringFromIndex_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_StringFromToIndex_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_StringFromToIndex  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_StringFromToIndex  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilderFromIndex_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_StringBuilder_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilder_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.splitLines_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_String_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilderFromIndex  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.Match  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.lines  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilder  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstMatchOfAny_StringBuilder  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.lines_empty  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfNonTrim_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.firstIndexOfAny_StringBuilder_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_String_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.lastIndexOfNonTrim_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.toSimpleSingleLine  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.Match_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.StringUtilsTest.containsAny_String  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_String_argCheck  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.StringUtilsTest.isTrimEmpty_StringFromToIndex_argCheck  Time elapsed: 0.001 s
Running null
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in null
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_int  Time elapsed: 0.03 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byte  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byteArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byte_argCheck  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_intArray  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byte  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_intArray_argCheck  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_int  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_int_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_byteArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byteArray  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byteArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_byteArray  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byte_argCheck  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_intArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_int_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_intArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_int  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byte_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_intArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_byteArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byteArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.startsWith_byte  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_intArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.contains_byteArray  Time elapsed: 0 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_int_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.concat_intArray_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.util.ArrayUtilsTest.indexOf_intArray  Time elapsed: 0 s
Running null
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in null
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getInt  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.ReturnData  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired_convert  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired_missing  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRawData_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault_convert  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.convertSingleValue  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault_missing  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getString  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get_convert  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getDefault_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getBoolean  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.get_missing  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.convertDouble  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRequired  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRawData  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.convertInt  Time elapsed: 0 s
org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest.getRawData_missing  Time elapsed: 0 s

Results:

Tests run: 2362, Failures: 0, Errors: 0, Skipped: 11

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core >--
[INFO] Building org.eclipse.statet.jcommons.text.core 4.8.0.202308171800-r [8/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Resolving class path of org.eclipse.statet.jcommons.text.core...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.text.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/SearchPattern.java:[50] 
	public SearchPattern(final int rules, final String pattern) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameCharsString may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/FilterParserInput.java:[34] 
	if (source == null) {
			throw new NullPointerException("source"); //$NON-NLS-1$
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/RegionParserInput.java:[59] 
	if (regions == null) {
			throw new NullPointerException("regions"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
3 problems (3 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.text.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core ---
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.text.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests >--
[INFO] Building [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation) 4.8.0.202308171800-r [9/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests ---
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/surefire.properties]
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in null
org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTagWithAttrSpecial  Time elapsed: 0.052 s
org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTagAtStart  Time elapsed: 0.011 s
org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTagWithAttr  Time elapsed: 0.012 s
org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.htmlDoc  Time elapsed: 0.012 s
org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.decodeEntity  Time elapsed: 0.018 s
org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest.skipTag  Time elapsed: 0.005 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in null
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.updateBuffer  Time elapsed: 0.004 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegionIllegalStart  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.combined  Time elapsed: 0.004 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.consume1  Time elapsed: 0.011 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.readRegion  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.increaseBuffer  Time elapsed: 0.007 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.init  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.read  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegion  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegionIllegalLength  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.input.StringParserInputTest.initRegionIllegalStop  Time elapsed: 0.002 s
Running null
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in null
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.updateBuffer  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegionIllegalStart  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.combined  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.consume1  Time elapsed: 0.009 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.readRegion  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.increaseBuffer  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.read  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initNegativIndexInvalidStart  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegion  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegionIllegalLength  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initNegativIndexInvalidStop  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initAtOffset  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest.initRegionIllegalStop  Time elapsed: 0.001 s
Running null
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in null
org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matchesArray  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.get  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matches1  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matches2  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest.matches3  Time elapsed: 0.001 s
Running null
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in null
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.updateBuffer  Time elapsed: 0.005 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegionIllegalStart  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.combined  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.consume1  Time elapsed: 0.004 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.readRegion  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.increaseBuffer  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.init  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.read  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegion  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegionIllegalLength  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest.initRegionIllegalStop  Time elapsed: 0.001 s
Running null
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Substring_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Prefix_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Prefix_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Substring  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Prefix  Time elapsed: 0 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.matches_Prefix  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.SearchPatternTest.getMatchingRegions_Substring  Time elapsed: 0.001 s
Running null
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in null
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.getEntityName_fromName  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.HtmlStringBuilder  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.writeContent_argCheck  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.writeContent  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.getEntityName_fromHtmlEntity  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.appendContent  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.appendContent_argCheck  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest.HtmlStringBuilder_argCheck  Time elapsed: 0.002 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in null
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getStartOffset_SingleLine  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getStartOffset_MultiLines  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getNumberOfLines_SingleLine  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getNumberOfLines_MultiLines  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getStartOffset_Empty  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getEndOffset_SingleLine  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getEndOffset_Empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getEndOffset_MultiLines  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLength_SingleLine  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLength_MultiLines  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLength_Empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLineOfOffset_SingleLine  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLineOfOffset_Empty  Time elapsed: 0.002 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getNumberOfLines_Empty  Time elapsed: 0.001 s
org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest.getLineOfOffset_MultiLines  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch >--
[INFO] Building [bundle] StatET JCommons - Net - Core - JSch Integration  (Incubation) 4.8.0.202308171800-r [10/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] Resolving class path of [bundle] StatET JCommons - Net - Core - JSch Integration  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.jsch/target/org.eclipse.statet.jcommons.net.core.ssh.jsch-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.jsch:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.net.core.ssh.jsch ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache >--
[INFO] Building [bundle] StatET JCommons - Net - Core - Mina SSH Integration  (Incubation) 4.8.0.202308171800-r [11/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] Resolving class path of [bundle] StatET JCommons - Net - Core - Mina SSH Integration  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[26] 
	import org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSshConfigFile' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[27] 
	import org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CachingKeyPairProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[28] 
	import org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GssApiWithMicAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[29] 
	import org.eclipse.jgit.internal.transport.sshd.JGitPublicKeyAuthFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitPublicKeyAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[30] 
	import org.eclipse.jgit.internal.transport.sshd.JGitServerKeyVerifier;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitServerKeyVerifier' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[31] 
	import org.eclipse.jgit.internal.transport.sshd.JGitSshClient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[32] 
	import org.eclipse.jgit.internal.transport.sshd.JGitSshConfig;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshConfig' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[33] 
	import org.eclipse.jgit.internal.transport.sshd.JGitUserInteraction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitUserInteraction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[34] 
	import org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSshServerKeyDatabase' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[35] 
	import org.eclipse.jgit.internal.transport.sshd.PasswordProviderWrapper;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PasswordProviderWrapper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[77] 
	GssApiWithMicAuthFactory.INSTANCE,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GssApiWithMicAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[77] 
	GssApiWithMicAuthFactory.INSTANCE,
	                         ^^^^^^^^
Discouraged access: The field 'GssApiWithMicAuthFactory.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[78] 
	JGitPublicKeyAuthFactory.FACTORY,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitPublicKeyAuthFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[78] 
	JGitPublicKeyAuthFactory.FACTORY,
	                         ^^^^^^^
Discouraged access: The field 'JGitPublicKeyAuthFactory.FACTORY' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[147] 
	(t) -> new JGitSshConfig(
	           ^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshConfig' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[147] 
	(t) -> new JGitSshConfig(
	           ^^^^^^^^^^^^^
Discouraged access: The constructor 'JGitSshConfig(SshConfigStore)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[154] 
	return new OpenSshConfigFile(configBase.getHomeDir().toFile(), configFile.toFile(),
	           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSshConfigFile' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[154] 
	return new OpenSshConfigFile(configBase.getHomeDir().toFile(), configFile.toFile(),
	           ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'OpenSshConfigFile(File, File, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[165] 
	(t) -> new CachingKeyPairProvider(defaultIdentities, null) );
	           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CachingKeyPairProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[165] 
	(t) -> new CachingKeyPairProvider(defaultIdentities, null) );
	           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CachingKeyPairProvider(List<Path>, KeyCache)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[174] 
	return new OpenSshServerKeyDatabase(true, getDefaultKnownHostsFiles(configBase));
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenSshServerKeyDatabase' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[174] 
	return new OpenSshServerKeyDatabase(true, getDefaultKnownHostsFiles(configBase));
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'OpenSshServerKeyDatabase(boolean, List<Path>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[201] 
	return new PasswordProviderWrapper(providerFactory);
	           ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PasswordProviderWrapper' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[201] 
	return new PasswordProviderWrapper(providerFactory);
	           ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PasswordProviderWrapper(Supplier<KeyPasswordProvider>)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[226] 
	protected JGitSshClient createClient(final SshTarget target,
	          ^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[231] 
	final var client= (JGitSshClient)ClientBuilder.builder()
	                   ^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[232] 
	.factory(JGitSshClient::new)
	         ^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[232] 
	.factory(JGitSshClient::new)
	         ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'JGitSshClient()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[236] 
	.serverKeyVerifier(new JGitServerKeyVerifier(getServerKeyDatabase(configBase)))
	                       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitServerKeyVerifier' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[236] 
	.serverKeyVerifier(new JGitServerKeyVerifier(getServerKeyDatabase(configBase)))
	                       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'JGitServerKeyVerifier(ServerKeyDatabase)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
31. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java (at line 237)
	.compressionFactories(ImCollections.toList(BuiltinCompressions.VALUES))
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull NamedFactory<Compression>>' is made accessible using the less-annotated type 'List<NamedFactory<Compression>>', corresponding supertype is 'List<@NonNull NamedFactory<Compression>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[240] 
	new JGitUserInteraction(credentialsProvider));
	    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitUserInteraction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[240] 
	new JGitUserInteraction(credentialsProvider));
	    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'JGitUserInteraction(CredentialsProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[248] 
	client.setProxyDatabase(this.proxies);
	       ^^^^^^^^^^^^^^^^
Discouraged access: The method 'JGitSshClient.setProxyDatabase(ProxyDataFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[249] 
	client.setCredentialsProvider(credentialsProvider);
	       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JGitSshClient.setCredentialsProvider(CredentialsProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[252] 
	client.setAttribute(JGitSshClient.PREFERRED_AUTHENTICATIONS, defaultAuths);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[252] 
	client.setAttribute(JGitSshClient.PREFERRED_AUTHENTICATIONS, defaultAuths);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'JGitSshClient.PREFERRED_AUTHENTICATIONS' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[255] 
	client.setAttribute(JGitSshClient.HOME_DIRECTORY, configBase.getHomeDir());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSessionFactory.java:[255] 
	client.setAttribute(JGitSshClient.HOME_DIRECTORY, configBase.getHomeDir());
	                                  ^^^^^^^^^^^^^^
Discouraged access: The field 'JGitSshClient.HOME_DIRECTORY' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/SshdUtils.java:[26] 
	import org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/SshdUtils.java:[96] 
	final @Nullable AuthenticationLogger authLog) {
	                ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/SshdUtils.java:[98] 
	final String log= CollectionUtils.toString(authLog.getLog(), "\n");
	                                                   ^^^^^^
Discouraged access: The method 'AuthenticationLogger.getLog()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[35] 
	import org.eclipse.jgit.internal.transport.sshd.AuthenticationCanceledException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationCanceledException' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[36] 
	import org.eclipse.jgit.internal.transport.sshd.AuthenticationLogger;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[37] 
	import org.eclipse.jgit.internal.transport.sshd.JGitSshClient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[114] 
	hostConfig= getHostConfig(target.getUserInfo(), host, target.getPort());
	                          ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[134] 
	hostConfig.getHostName(), hostConfig.getPort() );
	^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[139] 
	JGitSshClient.LOCAL_FORWARD_ADDRESS,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitSshClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[139] 
	JGitSshClient.LOCAL_FORWARD_ADDRESS,
	              ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'JGitSshClient.LOCAL_FORWARD_ADDRESS' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[195] 
	AuthenticationLogger authLog= null;
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[197] 
	authLog= new AuthenticationLogger(session);
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationLogger' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[197] 
	authLog= new AuthenticationLogger(session);
	             ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AuthenticationLogger(ClientSession)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[199] 
	SshdUtils.verify(session.auth(),
	                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull AuthFuture' needs unchecked conversion to conform to '@NonNull VerifiableFuture<@NonNull AuthFuture>', corresponding supertype is 'VerifiableFuture<AuthFuture>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[211] 
	else if (e.getCause() instanceof AuthenticationCanceledException) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AuthenticationCanceledException' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[221] 
	authLog.clear();
	        ^^^^^
Discouraged access: The method 'AuthenticationLogger.clear()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/jcommons/net/core/ssh/sshd/SshdClientSession.java:[412] 
	setInputStream(in);
	               ^^
Null type safety (type annotations): The expression of type 'InputStream' needs unchecked conversion to conform to '@NonNull InputStream'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[19] 
	import org.eclipse.jgit.internal.transport.sshd.JGitClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitClientSession' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[20] 
	import org.eclipse.jgit.internal.transport.sshd.agent.SshAgentClient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SshAgentClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[61] 
	if (session instanceof final JGitClientSession jgitSession) {
	                             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'JGitClientSession' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[62] 
	final var hostConfig= jgitSession.getHostConfigEntry();
	                                  ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'JGitClientSession.getHostConfigEntry()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[76] 
	return new SshAgentClient(this.factory.create(identityAgent, this.homeDir.toFile()));
	           ^^^^^^^^^^^^^^
Discouraged access: The type 'SshAgentClient' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/org/eclipse/statet/internal/jcommons/net/core/sshd/agent/StatetSshAgentFactory.java:[76] 
	return new SshAgentClient(this.factory.create(identityAgent, this.homeDir.toFile()));
	           ^^^^^^^^^^^^^^
Discouraged access: The constructor 'SshAgentClient(Connector)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jgit.ssh.apache/6.6.0.202305301015-r/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar')
62 problems (0 errors, 61 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.net.core.schd/target/org.eclipse.statet.jcommons.net.core.ssh.apache-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.net.core.ssh.apache:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.jcommons.net.core.ssh.apache ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< org.eclipse.statet.ecommons:ecommons >----------------
[INFO] Building ecommons 4.8.0.202308171800-r                          [12/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ecommons ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ecommons ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ecommons ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ecommons ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core >--
[INFO] Building [bundle] StatET ECommons - Runtime - Core  (Incubation) 4.8.0.202308171800-r [13/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Runtime - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[54] 
	return internalBind(message, null, String.valueOf(binding), null);
	                             ^^^^
Null type mismatch: required 'Object @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[54] 
	return internalBind(message, null, String.valueOf(binding), null);
	                                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[67] 
	return internalBind(message, null, String.valueOf(binding1), String.valueOf(binding2));
	                             ^^^^
Null type mismatch: required 'Object @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[79] 
	return internalBind(message, bindings, null, null);
	                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[79] 
	return internalBind(message, bindings, null, null);
	                                             ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/org/eclipse/statet/ecommons/runtime/core/util/MessageBuilder.java:[87] 
	if (message == null) {
			return "No message available."; //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui >--
[INFO] Building [bundle] StatET ECommons - Runtime - UI  (Incubation) 4.8.0.202308171800-r [14/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Resolving class path of [bundle] StatET ECommons - Runtime - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core >--
[INFO] Building [bundle] StatET ECommons - Preferences - Core  (Incubation) 4.8.0.202308171800-r [15/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Preferences - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceAccessWrapper.java:[149] 
	if (listener == null) {
			throw new NullPointerException("listener"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceAccessWrapper.java:[152] 
	if (qualifiers == null) {
			throw new NullPointerException("qualifiers"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/EPreferences.java:[212] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull PreferenceSetService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[189] 
	public Class<String> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<@Nullable String>' returned from Preference<String>.getUsageType() (mismatching null constraints)
5. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 190)
	return String.class;
	       ^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull String>' is made accessible using the less-annotated type '@NonNull Class<String>'
6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 392)
	return this.defaultValue;
	       ^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[456] 
	public Class getUsageType() {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[456] 
	public Class getUsageType() {
	       ^^^^^
Type safety: The return type Class for getUsageType() from the type Preference.EnumSetPref<E> needs unchecked conversion to conform to Class<T> from the type Preference<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[544] 
	public static class StringArrayPref extends Preference<@NonNull String @NonNull[]> {
	                                                                       ^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[561] 
	public Class<String[]> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<@NonNull String @NonNull[]>' returned from Preference<String[]>.getUsageType() (mismatching null constraints)
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java (at line 562)
	return String[].class;
	       ^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull String @NonNull[]>' is made accessible using the less-annotated type '@NonNull Class<@NonNull String []>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[668] 
	public Class<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[670] 
	return (Class<Set<String>>) o;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Class<Set<String>>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[690] 
	final String[] array= usageValue.toArray(new String[usageValue.size()]);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/util/PreferenceObjectCache.java:[109] 
	return getTypeItem(def.getType(), def).get();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'TObject' but this expression has type '@Nullable TObject', where 'TObject' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/ECommonsPreferencesCorePlugin.java:[67] 
	public ECommonsPreferencesCorePlugin() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field defaultPreferenceSetService may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[77] 
	setPrefValue(node, pref, value);
	             ^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[83] 
	setPrefValue(node, pref, value);
	             ^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[86] 
	flush(node);
	      ^^^^
Null type mismatch: required '@NonNull Preferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[92] 
	flush(node);
	      ^^^^
Null type mismatch: required '@NonNull Preferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[151] 
	if (!scope.getNode("").nodeExists(fromQualifier)
	     ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[164] 
	if (value != null && toNode.get(key, null) == null) {
	                     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[169] 
	toNode.flush();
	^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[153] 
	this.node= context.getNode(qualifier);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IEclipsePreferences' but this expression has type '@Nullable IEclipsePreferences'
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java (at line 158)
	public IScopeContext getContext() {
	                     ^^^^^^^^^^^^
The method getContext() from the type PreferenceSetServiceImpl.NodeItem is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[170] 
	this.newKeys.add(event.getKey());
	                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[234] 
	return this.qualifierKeyMap.get(qualifier);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ImList<@NonNull String>' but this expression has type '@Nullable ImList<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[298] 
	private final Job defaultJob= new NotifyJob(null);
	                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[413] 
	return this.contextList;
	       ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ImList<PreferenceSetServiceImpl.@NonNull ContextItem>' but this expression has type '@Nullable ImList<PreferenceSetServiceImpl.@NonNull ContextItem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[425] 
	if (listener == null) {
			throw new NullPointerException("listener"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[428] 
	if (contexts == null) {
			throw new NullPointerException("contexts"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/PreferenceSetServiceImpl.java:[431] 
	if (qualifiers == null) {
			throw new NullPointerException("qualifiers"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
32 problems (0 errors, 28 warnings, 4 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.preferences.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core >--
[INFO] Building [bundle] StatET ECommons - Net - Core  (Incubation) 4.8.0.202308171800-r [16/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.net.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Net - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.net.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[22] 
	import org.eclipse.egit.core.GitCorePreferences;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[58] 
	private static final String EGIT_QUALIFIER= org.eclipse.egit.core.Activator.PLUGIN_ID;
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[58] 
	private static final String EGIT_QUALIFIER= org.eclipse.egit.core.Activator.PLUGIN_ID;
	                                                                            ^^^^^^^^^
Discouraged access: The field 'Activator.PLUGIN_ID' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[61] 
	EGIT_QUALIFIER, GitCorePreferences.core_sshAgent,
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[61] 
	EGIT_QUALIFIER, GitCorePreferences.core_sshAgent,
	                                   ^^^^^^^^^^^^^
Discouraged access: The field 'GitCorePreferences.core_sshAgent' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[65] 
	EGIT_QUALIFIER, GitCorePreferences.core_sshDefaultAgent );
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[65] 
	EGIT_QUALIFIER, GitCorePreferences.core_sshDefaultAgent );
	                                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'GitCorePreferences.core_sshDefaultAgent' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[68] 
	EGIT_QUALIFIER, GitCorePreferences.core_saveCredentialsInSecureStore,
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GitCorePreferences' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java:[68] 
	EGIT_QUALIFIER, GitCorePreferences.core_saveCredentialsInSecureStore,
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'GitCorePreferences.core_saveCredentialsInSecureStore' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java (at line 162)
	return this.prefs.getPreferenceValue(IDENTITY_AGENT_ENABLED_PREF);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java (at line 171)
	return this.prefs.getPreferenceValue(SAVE_CREDITALS_IN_SECURE_STORE_ENABLED_PREF);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/ESshSettings.java (at line 176)
	SAVE_CREDITALS_IN_SECURE_STORE_ENABLED_PREF, enabled,
	                                             ^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/sshd/EIdentityPasswordProvider.java:[57] 
	return nonNullAssert(org.eclipse.egit.core.Activator.getDefault().getCredentialsStore());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Activator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/sshd/EIdentityPasswordProvider.java:[57] 
	return nonNullAssert(org.eclipse.egit.core.Activator.getDefault().getCredentialsStore());
	                                                     ^^^^^^^^^^
Discouraged access: The method 'Activator.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/sshd/EIdentityPasswordProvider.java:[57] 
	return nonNullAssert(org.eclipse.egit.core.Activator.getDefault().getCredentialsStore());
	                                                                  ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Activator.getCredentialsStore()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.egit.core/6.6.0.202305301015-r/org.eclipse.egit.core-6.6.0.202305301015-r.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/org/eclipse/statet/internal/ecommons/net/core/jsch/EJSchClientSessionFactory.java:[80] 
	return (IJSchService)this.sshJSchTracker.getService();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IJSchService' but the provided value is inferred as @Nullable
16 problems (0 errors, 13 warnings, 3 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.net.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.net.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.net.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.net.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core >--
[INFO] Building [bundle] StatET ECommons - EMF - Core  (Incubation) 4.8.0.202308171800-r [17/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - EMF - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/IDataBindingContext.java:[31] 
	IObservableValue getBaseObservable();
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/WrappedEMFEditContext.java:[52] 
	public IObservableValue getBaseObservable() {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/WrappedEMFEditContext.java:[63] 
	public <T> 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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/databinding/WrappedEMFEditContext.java:[67] 
	return this.parent.getAdapter(adapterType);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui >---
[INFO] Building [bundle] StatET ECommons - EMF - UI  (Incubation) 4.8.0.202308171800-r [18/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Resolving class path of [bundle] StatET ECommons - EMF - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[34] 
	public class ListViewerObservableValueDecorator extends DecoratingObservableValue
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
DecoratingObservableValue is a raw type. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[35] 
	implements IViewerObservableValue, Listener {
	           ^^^^^^^^^^^^^^^^^^^^^^
IViewerObservableValue is a raw type. References to generic type IViewerObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[47] 
	public ListViewerObservableValueDecorator(final IObservableValue decorated,
	                                                ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[49] 
	super(decorated, true);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DecoratingObservableValue(IObservableValue, boolean) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[57] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[81] 
	super.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[106] 
	protected void handleValueChange(final ValueChangeEvent event) {
	                                       ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[107] 
	final ValueDiff diff= Diffs.createValueDiff(
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/ListViewerObservableValueDecorator.java:[110] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[34] 
	public class TableViewerObservableValueDecorator extends DecoratingObservableValue
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
DecoratingObservableValue is a raw type. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[35] 
	implements IViewerObservableValue, Listener {
	           ^^^^^^^^^^^^^^^^^^^^^^
IViewerObservableValue is a raw type. References to generic type IViewerObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[47] 
	public TableViewerObservableValueDecorator(final IObservableValue decorated,
	                                                 ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[49] 
	super(decorated, true);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DecoratingObservableValue(IObservableValue, boolean) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[57] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[81] 
	super.setValue(value);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[106] 
	protected void handleValueChange(final ValueChangeEvent event) {
	                                       ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[107] 
	final ValueDiff diff= Diffs.createValueDiff(
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/TableViewerObservableValueDecorator.java:[110] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type DecoratingObservableValue. References to generic type DecoratingObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java:[44] 
	return new TableViewerObservableValueDecorator(observable, viewer, input);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type TableViewerObservableValueDecorator needs unchecked conversion to conform to IViewerObservableValue<T>
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java (at line 44)
	return new TableViewerObservableValueDecorator(observable, viewer, input);
	                                                                   ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Object>' is made accessible using the less-annotated type 'List<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java:[53] 
	return new ListViewerObservableValueDecorator(observable, viewer, input);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListViewerObservableValueDecorator needs unchecked conversion to conform to IViewerObservableValue<T>
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/org/eclipse/statet/ecommons/emf/ui/databinding/CustomViewerObservables.java (at line 53)
	return new ListViewerObservableValueDecorator(observable, viewer, input);
	                                                                  ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Object>' is made accessible using the less-annotated type 'List<Object>'
22 problems (0 errors, 20 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.ui ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core >--
[INFO] Building [bundle] StatET ECommons - Databinding - Core  (Incubation) 4.8.0.202308171800-r [19/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Databinding - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java:[142] 
	final IStatus status= validationStatusProvider
	                      ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable validationStatusProvider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java:[144] 
	final int severity= DataStatus.getInfoSeverity(status);
	                                               ^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/internal/ecommons/databinding/core/ECommonsDatabindingCorePlugin.java (at line 83)
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsDatabindingCorePlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[30] 
	private TValue value= null;
	                      ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[46] 
	this.value= initialValue;
	            ^^^^^^^^^^^^
Null type mismatch (type annotations): required 'TValue' but this expression has type '@Nullable TValue', where 'TValue' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[58] 
	this(Realm.getDefault(), initialValue, valueType);
	     ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/validation/DecimalValidator.java:[52] 
	this.formatter= NumberFormat.getNumberInstance();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NumberFormat' needs unchecked conversion to conform to '@NonNull NumberFormat'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/validation/LongValidator.java:[52] 
	this.formatter= NumberFormat.getIntegerInstance();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NumberFormat' needs unchecked conversion to conform to '@NonNull NumberFormat'
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/util/DirtyTracker.java (at line 81)
	value.addValueChangeListener(this);
	                             ^^^^
Unsafe null type conversion (type annotations): The value of type 'DirtyTracker' is made accessible using the less-annotated type '@NonNull IValueChangeListener<? super capture#of ?>', corresponding supertype is 'IValueChangeListener<@NonNull Object>'
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/util/DirtyTracker.java (at line 84)
	value.removeValueChangeListener(this);
	                                ^^^^
Unsafe null type conversion (type annotations): The value of type 'DirtyTracker' is made accessible using the less-annotated type '@NonNull IValueChangeListener<? super capture#of ?>', corresponding supertype is 'IValueChangeListener<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataBindingSubContext.java:[81] 
	final @NonNull IObservable[] observables= ObservableTracker.runAndCollect(runnable);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservable[]' needs unchecked conversion to conform to '@NonNull IObservable []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataBindingSubContext.java:[95] 
	binding.getTarget().addChangeListener(this.listener);
	                                      ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IChangeListener' but this expression has type '@Nullable IChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataBindingSubContext.java:[102] 
	binding.getTarget().addChangeListener(this.listener);
	                                      ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IChangeListener' but this expression has type '@Nullable IChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ComputedOnChangeValue.java:[44] 
	public ComputedOnChangeValue(final Object valueType, final IObservable... dependencies) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field value may not have been initialized, whereas its type 'TValue' is a free type variable that may represent a '@NonNull' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ComputedOnChangeValue.java:[63] 
	public void handleChange(final ChangeEvent event) {
	                               ^^^^^^^^^^^
Missing non-null annotation: inherited method from IChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/validation/IntegerValidator.java:[52] 
	this.formatter= NumberFormat.getIntegerInstance();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NumberFormat' needs unchecked conversion to conform to '@NonNull NumberFormat'
17 problems (0 errors, 13 warnings, 4 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.databinding.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core >--
[INFO] Building [bundle] StatET ECommons - Text - Core  (Incubation) 4.8.0.202308171800-r [20/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Text - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.text.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartition.java:[42] 
	if (node == null) {
			throw new NullPointerException("node"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[36] 
	public WrappedPartitionNodeScan(final TreePartitionNodeScan parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field beginNode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[37] 
	if (parent == null) {
			throw new NullPointerException("parent"); //$NON-NLS-1$
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[45] 
	if (beginNode == null) {
			throw new NullPointerException("beginNode"); //$NON-NLS-1$
		}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/WrappedPartitionNodeScan.java:[66] 
	this.beginNode= null;
	                ^^^^
Null type mismatch: required '@NonNull TreePartitionNode' but the provided value is null
6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/internal/ecommons/text/core/ECommonsTextCorePlugin.java (at line 83)
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsTextCorePlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[61] 
	public TreePartitionerScan(final TreePartitioner partitioner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field beginPosition may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[61] 
	public TreePartitionerScan(final TreePartitioner partitioner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field lastParentPosition may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[146] 
	if (type == null) {
			throw new NullPointerException("type"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[149] 
	if (parentPosition == null) {
			throw new NullPointerException("parent"); //$NON-NLS-1$
		}
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[184] 
	if (position == null) {
				position= createPosition(parentPosition, offset, length, childIdx, type);
			}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[237] 
	doDeleteChildren(p, childIdx, Integer.MAX_VALUE, null);
	                 ^
Null type mismatch: required '@NonNull NodePosition' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[238] 
	childIdx= p.parent.indexOfChild(p) + 1;
	          ^
Potential null pointer access: The variable p may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[238] 
	childIdx= p.parent.indexOfChild(p) + 1;
	            ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[275] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull NodePosition' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[281] 
	if (position == null) {
			throw new IllegalArgumentException("node"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[337] 
	final int parentLength= position.parent.getLength();
	                                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[338] 
	final int parentOffset= position.parent.getOffset();
	                                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[341] 
	doDeleteChildren(position.parent, position.parent.indexOfChild(position),
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[341] 
	doDeleteChildren(position.parent, position.parent.indexOfChild(position),
	                                           ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[348] 
	position.parent.setLength(endOffset - parentOffset);
	         ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[349] 
	position.parent.stamp= this.stamp;
	         ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[351] 
	position= position.parent;
	          ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[86] 
	public ITypedRegion[] computePartitioning(final int offset, final int length) {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from IDocumentPartitioner.computePartitioning(int, int) (mismatching null constraints)
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 87)
	return remap(this.masterPartitioner.computePartitioning(
					AbstractFragmentDocument.this.offsetInMaster + offset, length));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[97] 
	public String[] getLegalContentTypes() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from IDocumentPartitioner.getLegalContentTypes() (mismatching null constraints)
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 98)
	return this.masterPartitioner.getLegalContentTypes();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[103] 
	return remap(this.masterPartitioner.getPartition(AbstractFragmentDocument.this.offsetInMaster + offset));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ITypedRegion' but this expression has type '@Nullable ITypedRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[117] 
	public ITypedRegion[] computePartitioning(final int offset, final int length, final boolean includeZeroLengthPartitions) {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from IDocumentPartitionerExtension2.computePartitioning(int, int, boolean) (mismatching null constraints)
30. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 118)
	return this.masterPartitioner2.computePartitioning(AbstractFragmentDocument.this.offsetInMaster + offset, length, includeZeroLengthPartitions);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[127] 
	public String @Nullable [] getManagingPositionCategories() {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull String @Nullable[]' returned from IDocumentPartitionerExtension2.getManagingPositionCategories() (mismatching null constraints)
32. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 128)
	return this.masterPartitioner2.getManagingPositionCategories();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @Nullable[]' is made accessible using the less-annotated type 'String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[200] 
	event.fLength, event.fText );
	               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[240] 
	if (text == null) {
			throw new NullPointerException();
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[282] 
	public String[] getPartitionings() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractSynchronizableDocument.getPartitionings() (mismatching null constraints)
36. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 283)
	return this.master.getPartitionings();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[306] 
	public String[] getLegalContentTypes() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from IDocument.getLegalContentTypes() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[306] 
	public String[] getLegalContentTypes() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractDocument.getLegalContentTypes() (mismatching null constraints)
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 307)
	return this.master.getLegalContentTypes();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[311] 
	public String[] getLegalContentTypes(final String partitioning) throws BadPartitioningException {
	       ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractDocument.getLegalContentTypes(String) (mismatching null constraints)
41. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 312)
	return this.master.getLegalContentTypes(partitioning);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[312] 
	return this.master.getLegalContentTypes(partitioning);
	                                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[316] 
	public ITypedRegion[] computePartitioning(final int offset, final int length) throws BadLocationException {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from AbstractDocument.computePartitioning(int, int) (mismatching null constraints)
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 317)
	return remap(this.master.computePartitioning(this.offsetInMaster + offset, length));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[321] 
	public ITypedRegion[] computePartitioning(final String partitioning, final int offset, final int length,
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from AbstractSynchronizableDocument.computePartitioning(String, int, int, boolean) (mismatching null constraints)
46. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 323)
	return remap(this.master.computePartitioning(partitioning, this.offsetInMaster + offset, length, includeZeroLengthPartitions));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[323] 
	return remap(this.master.computePartitioning(partitioning, this.offsetInMaster + offset, length, includeZeroLengthPartitions));
	                                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[328] 
	return remap(this.master.getPartition(this.offsetInMaster + offset));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ITypedRegion' but this expression has type '@Nullable ITypedRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[334] 
	return remap(this.master.getPartition(partitioning, this.offsetInMaster + offset, preferOpenPartitions));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ITypedRegion' but this expression has type '@Nullable ITypedRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java:[352] 
	final ITypedRegion region= remap(masterRegion);
	                                 ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITypedRegion' needs unchecked conversion to conform to '@NonNull ITypedRegion'
51. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractFragmentDocument.java (at line 357)
	return regions.toArray(new @NonNull ITypedRegion[regions.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/ImmutableDocument.java:[45] 
	if (content == null) {
				throw new NullPointerException();
			}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/FixDocumentPartitioner.java (at line 38)
	private @Nullable IDocument document;
	                            ^^^^^^^^
The value of the field FixDocumentPartitioner.document is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/NonDeletingPositionUpdater.java:[49] 
	if (category == null) {
			throw new NullPointerException("category"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/TextUtils.java:[59] 
	return ((IDocumentExtension3)document).getPartition(contentInfo.getPartitioning(),
				offset, preferOpenPartition );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITypedRegion' needs unchecked conversion to conform to '@NonNull ITypedRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] 
	public TreePartitioner(final String partitioningId,
			final TreePartitionNodeScanner scanner, final List<String> legalContentTypes) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field document may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] 
	public TreePartitioner(final String partitioningId,
			final TreePartitionNodeScanner scanner, final List<String> legalContentTypes) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scan may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] 
	public TreePartitioner(final String partitioningId,
			final TreePartitionNodeScanner scanner, final List<String> legalContentTypes) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field startType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[316] 
	if (this.scan == null) {
			this.scan= new TreePartitionerScan(this);
		}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[446] 
	this.scan.init(startOffset, this.document.getLength(), beginPosition);
	                                                       ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull NodePosition' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[502] 
	return p.parent;
	       ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[559] 
	return createPartition(p.parent, idx);
	                       ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/ExclusivePositionUpdater.java:[48] 
	if (category == null) {
			throw new NullPointerException("category"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionUtils.java:[48] 
	if (writer == null) {
				throw new NullPointerException("writer"); //$NON-NLS-1$
			}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
65. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionUtils.java (at line 191)
	if (partition instanceof TreePartition) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type TreePartition is already an instance of type TreePartition
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionUtils.java:[254] 
	if (partition == null) {
			throw new NullPointerException("partition");
		}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[34] 
	public DocumentParserInput(final int defaultBufferSize) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field document may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[50] 
	if (document == null) {
			throw new NullPointerException("document"); //$NON-NLS-1$
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[72] 
	return (this.document != null) ? this.document.get() : null;
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInput.java:[72] 
	return (this.document != null) ? this.document.get() : null;
	                                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
70 problems (0 errors, 57 warnings, 13 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.text.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.text.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests >--
[INFO] Building [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation) 4.8.0.202308171800-r [21/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/surefire.properties]
Running null
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in null
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteOverLeftBorderTillRight  Time elapsed: 0.067 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addRightAfter  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteOverRightBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAfter  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceRightAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addWithin2  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteRightBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteWithin  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteOverLeftBorder  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceLeftBorderTillRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaced1  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaced2  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaced3  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addRightBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtOffset1  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtOffset2  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceRightBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceRightBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.addWithin  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffsetTillRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceAtOffsetTillRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceLeftBorderTillRight2  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffsetOverRightBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteRightAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleted  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffset  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.replaceLeftBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest.deleteAtOffset2  Time elapsed: 0.001 s
Running null
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in null
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteOverLeftBorderTillRight  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addRightAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteBefore  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteOverRightBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceRightAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addWithin2  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteRightBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteWithin  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteOverLeftBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceLeftBorderTillRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaced1  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaced2  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaced3  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addRightBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtOffset1  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtOffset2  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceRightBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceRightBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.addWithin  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceBefore  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffsetTillRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceAtOffsetTillRight  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffsetOverRightBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteRightAfter  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleted  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffset  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.replaceLeftBorder  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest.deleteAtOffset2  Time elapsed: 0 s
Running null
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in null
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition_EmptyEnd  Time elapsed: 0.014 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeBeforeBoundaries  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeAfterBoundaries  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition_EmptyMiddle  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_EmptyMiddle  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeOnBoundaries2  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getPartition_EmptyStart  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType_EmptyEnd  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_EmptyEnd  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType_EmptyStart  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.getContentType_EmptyMiddle  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_EmptyStart  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeOnBoundaries  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest.computePartitioning_SubrangeInBoundaries1  Time elapsed: 0.001 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in null
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartitionZeroLength_StartType  Time elapsed: 0.004 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartitionZeroLength_Nested  Time elapsed: 0.003 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitioning_Test1  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiong_StartType  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartition_StartType  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartition_Nested  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiong_Nested  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartitionZeroLength_Test1  Time elapsed: 0.025 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiongZeroLength_StartType  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitioningZeroLength_Test1  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.computePartitiongZeroLength_Nested  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest.getPartition_Test1  Time elapsed: 0.002 s
Running null
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in null
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition_EmptyEnd  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeBeforeBoundaries  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeAfterBoundaries  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition_EmptyMiddle  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_EmptyMiddle  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeOnBoundaries2  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getPartition_EmptyStart  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType_EmptyEnd  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_EmptyEnd  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType_EmptyStart  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.getContentType_EmptyMiddle  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_EmptyStart  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeOnBoundaries  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest.computePartitioning_SubrangeInBoundaries1  Time elapsed: 0.001 s
Running null
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in null
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.updateBuffer  Time elapsed: 0.046 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegionIllegalStart  Time elapsed: 0.002 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.combined  Time elapsed: 0.006 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.readRegion  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.increaseBuffer  Time elapsed: 0.005 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.init  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.read  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.empty  Time elapsed: 0 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegion  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegionIllegalLength  Time elapsed: 0.001 s
org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest.initRegionIllegalStop  Time elapsed: 0.001 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc >--
[INFO] Building [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation) 4.8.0.202308171800-r [22/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Resolving class path of [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[146] 
	default:
	^^^^^^^
Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[165] 
	final Entry<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[167] 
	text= text.replace(entries[i].getKey(), entries[i].getValue());
	                   ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[167] 
	text= text.replace(entries[i].getKey(), entries[i].getValue());
	                                        ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[197] 
	this.locationVariables.put(key, new String(variableManager.performStringSubstitution(text.substring(offset, end + 1), reportUndefinedVariables)));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[278] 
	text= text.replace(entry.getKey(), value);
	                   ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[278] 
	text= text.replace(entry.getKey(), value);
	                                   ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorDef.java:[116] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[54] 
	this.workspace= ResourcesPlugin.getWorkspace();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkspace' needs unchecked conversion to conform to '@NonNull IWorkspace'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[63] 
	public boolean belongsTo(final Object family) {
	                               ^^^^^^
Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[139] 
	this.workspace= ResourcesPlugin.getWorkspace();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkspace' needs unchecked conversion to conform to '@NonNull IWorkspace'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[150] 
	public boolean belongsTo(final Object family) {
	                               ^^^^^^
Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[231] 
	final Job buildJob= new BuildJob(Messages.CoreUtility_Build_Job_title, project);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/BuildUtils.java:[241] 
	final Job buildJob= new CleanJob(Messages.CoreUtility_Clean_Job_title, project, autoBuild);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java (at line 34)
	private final int resourceType;
	                  ^^^^^^^^^^^^
The value of the field RelativePathValidator.resourceType is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java:[61] 
	public IStatus validate(final Object value) {
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from IValidator<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java:[105] 
	Messages.Resource_error_NoInput_message_0 );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableUtils.java:[58] 
	final Map<@NonNull String, ? extends TVariable> variables,
	          ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/AbstractProjectNature.java (at line 43)
	private boolean configured;
	                ^^^^^^^^^^
The value of the field AbstractProjectNature.configured is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[202] 
	prefix= VariableUtils.getValue(this.relativePrefix);
	                               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java (at line 251)
	this.onPattern.put(pattern, severity);
	                            ^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[300] 
	public IStatus validate(final Object value) {
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from IValidator<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[323] 
	final IStatus status2= this.fileStoreValidator.validate(getFileStore());
	                                                        ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'capture#' but this expression has type '@Nullable IFileStore', where 'capture#' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[475] 
	return this.variableResolver.performStringSubstitution(expression,
	                                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[519] 
	createExistsStatus(this.workspaceResource.exists(), (this.workspaceResource instanceof IContainer)) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileValidator.java:[539] 
	createExistsStatus(info.exists(), info.isDirectory()) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[47] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[362] 
	public void run(final IProgressMonitor monitor) throws CoreException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IWorkspaceRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[519] 
	fi = getInput(new SubProgressMonitor(monitor, 10));
	                  ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[519] 
	fi = getInput(new SubProgressMonitor(monitor, 10));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[525] 
	getAction().run(reader, new SubProgressMonitor(monitor, 80));
	                            ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/FileUtil.java:[525] 
	getAction().run(reader, new SubProgressMonitor(monitor, 80));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/AbstractSettingsModelObject.java:[42] 
	public void propertyChange(final PropertyChangeEvent evt) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from PropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[21] 
	public class CategoryElementList<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.8.x-r/statet/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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[38] 
	protected int superIndexOfE(final E element) {
	                                  ^
Missing non-null annotation: inherited method from SortedArraySet<E>.SubList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[39] 
	checkType(element);
	          ^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[42] 
	((CategoryElementComparator<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.8.x-r/statet/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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[50] 
	protected int superIndexOfEChecked(final E element) {
	                                         ^
Missing non-null annotation: inherited method from SortedArraySet<E>.SubList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[55] 
	((CategoryElementComparator<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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/ObservableValueVariable.java:[37] 
	if (observable == null) {
			throw new NullPointerException("observable"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/URLValidator.java:[28] 
	public class URLValidator implements IValidator {
	                                     ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/URLValidator.java:[40] 
	public IStatus validate(final Object value) {
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from IValidator.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[166] 
	public VariableText2(final @Nullable Map<String, IStringVariable> variables) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field reporter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[166] 
	public VariableText2(final @Nullable Map<String, IStringVariable> variables) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field severities may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[193] 
	this.severities= null;
	                 ^^^^
Null type mismatch: required 'VariableText2.@NonNull Severities' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[194] 
	this.reporter= null;
	               ^^^^
Null type mismatch: required 'VariableText2.@NonNull ProblemReporter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[213] 
	this.severities= null;
	                 ^^^^
Null type mismatch: required 'VariableText2.@NonNull Severities' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[214] 
	this.reporter= null;
	               ^^^^
Null type mismatch: required 'VariableText2.@NonNull ProblemReporter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[241] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
56. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 278)
	NLS.bind(Messages.Validation_Syntax_DollarEnd_message, c)),
	                                                       ^
The expression of type char is boxed into Character
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 315)
	cEnd, text.substring(offset + 2, end) )),
	^^^^
The expression of type char is boxed into Character
58. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 330)
	NLS.bind(Messages.Validation_Syntax_DollorInvalidChar_message, c)),
	                                                               ^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[71] 
	public boolean containsValue(final Object value) {
	                                   ^^^^^^
Missing nullable annotation: inherited method from Map<Integer,V> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[83] 
	return (V) fArray[key];
	       ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[85] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[90] 
	return (key instanceof Integer) ? get(((Integer) key).intValue()) : null;
	                                                                    ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[96] 
	System.arraycopy(fArray, 0, newArray, 0, fArray.length);
	                 ^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[105] 
	final V oldValue = (V) fArray[key];
	                   ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[112] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[122] 
	public void putAll(final Map<? 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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[124] 
	put(entry.getKey().intValue(), entry.getValue());
	    ^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#3-of ? extends java.lang.Integer', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[130] 
	final V oldValue = (V) fArray[key];
	                   ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[137] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[142] 
	return (key instanceof Integer) ? remove(((Integer) key).intValue()) : null;
	                                                                       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[155] 
	public Set<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[160] 
	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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[165] 
	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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[183] 
	final V[] array = (V[]) Array.newInstance(type, length);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[184] 
	System.arraycopy(fArray, 0, array, 0, length);
	                 ^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object'
76. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/DateVariable.java (at line 56)
	return DateFormat.getDateInstance().format(getTimestamp());
	                                           ^^^^^^^^^^^^^^
The expression of type long is boxed into Long
77. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/DateVariable.java (at line 58)
	return new SimpleDateFormat(argument).format(getTimestamp());
	                                             ^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[77] 
	return this.key + ((this.value != null) ? this.value.hashCode() : 0);
	                                               ^^^^^
Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[90] 
	&& ((this.value != null) ? this.value.equals(other.getValue()) : null == other.getValue()) );
	                                ^^^^^
Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[180] 
	fEntries = new Entry[initialCapacity];
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[216] 
	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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[219] 
	if (e.value.equals(value)) {
	      ^^^^^
Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[234] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[239] 
	return (key instanceof Integer) ? get(((Integer) key).intValue()) : null;
	                                                                    ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[245] 
	fEntries = new Entry[oldEntries.length * 2 + 1];
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[274] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[284] 
	public void putAll(final Map<? 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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[286] 
	put(entry.getKey().intValue(), entry.getValue());
	    ^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#7-of ? extends java.lang.Integer', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[302] 
	e.value = null;
	          ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[306] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[311] 
	return (key instanceof Integer) ? remove(((Integer) key).intValue()) : null;
	                                                                       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[345] 
	public Set<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[350] 
	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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[355] 
	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)
95. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/TimeVariable.java (at line 56)
	return DateFormat.getTimeInstance().format(getTimestamp());
	                                           ^^^^^^^^^^^^^^
The expression of type long is boxed into Long
96. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/TimeVariable.java (at line 58)
	return DateFormat.getPatternInstance(argument).format(getTimestamp());
	                                                      ^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[31] 
	private final IValidator nested;
	              ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[39] 
	public NotEmptyValidator(final String label, final IValidator validator) {
	                                                   ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[46] 
	public IStatus validate(final Object value) {
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from IValidator<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/databinding/NotEmptyValidator.java:[50] 
	return (this.nested != null) ? this.nested.validate(value) : ValidationStatus.ok();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[29] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[114] 
	fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 20));
	                               ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[114] 
	fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 20));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[121] 
	fFile.appendContents(new ByteArrayInputStream(content.getBytes(fCharset)),
	                                                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[123] 
	new SubProgressMonitor(monitor, 80));
	    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[123] 
	new SubProgressMonitor(monitor, 80));
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[128] 
	new SubProgressMonitor(monitor, 15));
	    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[128] 
	new SubProgressMonitor(monitor, 15));
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[131] 
	fFile.create(EMPTY_INPUT, IResource.FORCE, new SubProgressMonitor(monitor, 15));
	                                               ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[131] 
	fFile.create(EMPTY_INPUT, IResource.FORCE, new SubProgressMonitor(monitor, 15));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[134] 
	fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 5));
	                               ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[134] 
	fFile.setCharset(fCharset, new SubProgressMonitor(monitor, 5));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[138] 
	fFile.setContents(new ByteArrayInputStream(content.getBytes(fCharset)),
	                                                            ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[139] 
	IResource.NONE, new SubProgressMonitor(monitor, 80));
	                    ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/WorkspaceUtilImpl.java:[139] 
	IResource.NONE, new SubProgressMonitor(monitor, 80));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/ObservableFileValidator.java:[123] 
	void checkVariable(final IStringVariable variable) {
	                         ^^^^^^^^^^^^^^^
Illegal redefinition of parameter variable, inherited method from FileValidator does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/PreferencesManageListener.java:[62] 
	public void beforeSettingsChangeNotification(final Set<String> groupIds) {
	                                                   ^^^
Missing non-null annotation: inherited method from SettingsChangeNotifier.ManageListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/PreferencesManageListener.java:[79] 
	public void afterSettingsChangeNotification(final Set<String> groupIds) {
	                                                  ^^^
Missing non-null annotation: inherited method from SettingsChangeNotifier.ManageListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[117] 
	emptyArray = (T[]) Array.newInstance(type, 0);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[143] 
	final T[] newListeners = (T[]) Array.newInstance(type, oldSize + 1);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[144] 
	System.arraycopy(items, 0, newListeners, 0, oldSize);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[196] 
	final T[] newListeners = (T[]) Array.newInstance(type, oldSize - 1);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[197] 
	System.arraycopy(items, 0, newListeners, 0, i);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[198] 
	System.arraycopy(items, i + 1, newListeners, i, oldSize - i - 1);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[237] 
	final T[] newListeners = (T[]) Array.newInstance(type, oldSize - 1);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[238] 
	System.arraycopy(items, 0, newListeners, 0, remove);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[239] 
	System.arraycopy(items, remove + 1, newListeners, remove, oldSize - remove - 1);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[244] 
	final T[] newListeners = (T[]) Array.newInstance(type, oldSize);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[245] 
	System.arraycopy(items, 0, newListeners, 0, oldSize);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[254] 
	final T[] newListeners = (T[]) Array.newInstance(type, oldSize);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[255] 
	System.arraycopy(items, 0, newListeners, 0, remove);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[256] 
	System.arraycopy(items, remove + 1, newListeners, remove, oldSize - remove - 1);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[261] 
	final T[] newListeners = (T[]) Array.newInstance(type, oldSize + 1);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[262] 
	System.arraycopy(items, 0, newListeners, 0, oldSize);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[290] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorAlphaDef.java (at line 41)
	setAlpha(((float) alpha255) / 255f);
	         ^^^^^^^^^^^^^^^^^^
Unnecessary cast from int to float
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[30] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[105] 
	final boolean exists = fFile.fetchInfo(EFS.NONE, new SubProgressMonitor(monitor, 5)).exists();
	                                                     ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[105] 
	final boolean exists = fFile.fetchInfo(EFS.NONE, new SubProgressMonitor(monitor, 5)).exists();
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[112] 
	final InputStream raw = fFile.openInputStream(EFS.NONE, new SubProgressMonitor(monitor, 5));
	                                                            ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[112] 
	final InputStream raw = fFile.openInputStream(EFS.NONE, new SubProgressMonitor(monitor, 5));
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[128] 
	out = new OutputStreamWriter(fFile.openOutputStream(fMode, new SubProgressMonitor(monitor, 5)), fCharset);
	                                                               ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[128] 
	out = new OutputStreamWriter(fFile.openOutputStream(fMode, new SubProgressMonitor(monitor, 5)), fCharset);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/internal/EFSUtilImpl.java:[130] 
	out.write(content);
	          ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[74] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[75] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[89] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/internal/ecommons/coreutils/CoreMiscellanyPlugin.java:[106] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
148 problems (0 errors, 137 warnings, 11 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.coremisc ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core >--
[INFO] Building [bundle] StatET ECommons - Debug - Core  (Incubation) 4.8.0.202308171800-r [23/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Debug - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[80] 
	if (configuration == null) {
			throw new NullPointerException("configuration"); //$NON-NLS-1$
		}
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[83] 
	if (mode == null) {
			throw new NullPointerException("mode"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[112] 
	return DebugPlugin.getDefault().getLaunchManager().getLaunchMode(mode).getLabel();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchMode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[112] 
	return DebugPlugin.getDefault().getLaunchManager().getLaunchMode(mode).getLabel();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[142] 
	envp.putAll(DebugPlugin.getDefault().getLaunchManager().getNativeEnvironmentCasePreserved());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Map<@NonNull String,String>' needs unchecked conversion to conform to '@NonNull Map<? extends @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[146] 
	configuration.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map<String, String>)null) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@Nullable Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[191] 
	resolved.put(entry.getKey(), value);
	                             ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java (at line 202)
	return DebugPlugin.parseArguments(expanded);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/resources/core/variables/ResourceVariables.java:[94] 
	return ImCollections.newList(variables);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable[]' needs unchecked conversion to conform to '@NonNull IDynamicVariable @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[131] 
	public @Nullable Map getAttribute(final String attributeName, final @Nullable Map defaultValue) throws CoreException {
	                 ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[131] 
	public @Nullable Map getAttribute(final String attributeName, final @Nullable Map defaultValue) throws CoreException {
	                 ^^^
Type safety: The return type Map for getAttribute(String, Map) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Map<String,String> from the type LaunchConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[131] 
	public @Nullable Map getAttribute(final String attributeName, final @Nullable Map defaultValue) throws CoreException {
	                                                                              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[134] 
	return (Map)value;
	        ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[136] 
	return this.launchConfiguration.getAttribute(attributeName, defaultValue);
	                                                            ^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[155] 
	public boolean verifyValue(final IValue value) throws DebugException {
	                                 ^^^^^^
Illegal redefinition of parameter value, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[160] 
	public void setValue(final IValue value) throws DebugException {
	                           ^^^^^^
Illegal redefinition of parameter value, inherited method from IValueModification does not constrain this parameter
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/ECommonsDebugCorePlugin.java (at line 80)
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsDebugCorePlugin is never used locally
17 problems (0 errors, 15 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc >---
[INFO] Building [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation) 4.8.0.202308171800-r [24/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Resolving class path of [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Compiling 180 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[46] 
	final Composite composite = new Composite(parent, SWT.NONE);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[81] 
	fButtonGroup.connectTo(fViewer, input, null);
	                       ^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[81] 
	fButtonGroup.connectTo(fViewer, input, null);
	                                       ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable String>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[100] 
	public String edit(final int command, final String item, final Object parent) {
	                                            ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<String> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[100] 
	public String edit(final int command, final String item, final Object parent) {
	                                                               ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<String> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/EditableTextList.java:[111] 
	public void updateState(final IStructuredSelection selection) {
	                              ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.IActions<String> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStorePreference.java:[32] 
	public static OverlayStorePreference create(final Preference pref) {
	                                                  ^^^^^^^^^^
Preference is a raw type. References to generic type Preference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[44] 
	import org.eclipse.ui.internal.WorkbenchPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[93] 
	return ManagedPageBookView.this.getSite();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchPartSite' needs unchecked conversion to conform to '@NonNull IWorkbenchPartSite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[150] 
	&& (this.session == ((SessionHandler) obj).session) ));
	                    ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[184] 
	final S session= getCurrentSession();
	                 ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'S extends @NonNull PageBookSession' but this expression has type '@Nullable S extends @NonNull PageBookSession'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[227] 
	public ManagedPageBookView() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[227] 
	public ManagedPageBookView() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sessionComparator may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[227] 
	public ManagedPageBookView() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field statusManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[255] 
	final IEclipseContext context= getService(IEclipseContext.class);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEclipseContext'. Declaring type 'PageSite' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[264] 
	final IEclipseContext context= getService(IEclipseContext.class);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEclipseContext'. Declaring type 'PageSite' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[272] 
	WorkbenchPlugin.log(getClass(), "initPage", e); //$NON-NLS-1$
	^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[272] 
	WorkbenchPlugin.log(getClass(), "initPage", e); //$NON-NLS-1$
	                ^^^
Discouraged access: The method 'WorkbenchPlugin.log(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[300] 
	final SessionHandler sessionHandler= (SessionHandler) part;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[306] 
	page.createControl(getPageBook());
	                   ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PageBook' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[319] 
	protected void showPageRec(final PageRec pageRec) {
	                                 ^^^^^^^
Illegal redefinition of parameter pageRec, inherited method from PageBookView does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[321] 
	onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IPageBookViewPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[321] 
	onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null);
	                                                                                       ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[321] 
	onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null);
	                                                                                                                    ^^^^
Null type mismatch: required 'S extends @NonNull PageBookSession' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[326] 
	this.activeSession= (SessionHandler) pageRec.part;
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[330] 
	session= this.activeSession.getSession();
	              ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[335] 
	session= null;
	         ^^^^
Null type mismatch: required 'S extends @NonNull PageBookSession' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[337] 
	onPageShowing((IPageBookViewPage) pageRec.page, session);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPageBookViewPage' needs unchecked conversion to conform to '@NonNull IPageBookViewPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[359] 
	final SessionHandler sessionHandler= (SessionHandler) part;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[379] 
	final SessionHandler sessionHandler= (SessionHandler) part;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[400] 
	return ((S) page).getLabel();
	       ^^^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[404] 
	return ((S) page).getImageDescriptor();
	       ^^^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[410] 
	ManagedPageBookView.this.activeSession.getSession() ) :
	                         ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[415] 
	showPage((S) page);
	         ^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[494] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[511] 
	else {
			this.sessionList.add(session);
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[512] 
	this.sessionList.add(session);
	                     ^^^^^^^
Null type mismatch (type annotations): required '@NonNull S extends @NonNull PageBookSession' but this expression has type '@Nullable S extends @NonNull PageBookSession'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[522] 
	this.sessionMap.remove(sessionHandler);
	                       ^^^^^^^^^^^^^^
Unlikely argument type ManagedPageBookView<S>.SessionHandler for remove(Object) on a Map<S,ManagedPageBookView<S>.SessionHandler>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[50] 
	public Object[] getElements(final Object element) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[50] 
	public Object[] getElements(final Object element) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[55] 
	public boolean hasChildren(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[60] 
	public Object[] getChildren(final Object element) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[60] 
	public Object[] getChildren(final Object element) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[102] 
	public Object getParent(final Object element) {
	                              ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[110] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[110] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerContentProvider.java:[110] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[17] 
	import org.eclipse.jface.internal.text.InformationControlReplacer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InformationControlReplacer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[62] 
	public class ColumnHoverStickyManager extends InformationControlReplacer implements IWidgetTokenKeeper, IWidgetTokenKeeperExtension {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InformationControlReplacer' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[116] 
	final IInformationControl fInformationControlToClose= getCurrentInformationControl2();
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[141] 
	final IInformationControl fInformationControlToClose= getCurrentInformationControl2();
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[154] 
	public void controlResized(final ControlEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[159] 
	public void controlMoved(final ControlEvent e) {
	                               ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[164] 
	public void mouseDown(final MouseEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[169] 
	public void mouseUp(final MouseEvent e) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[173] 
	public void mouseDoubleClick(final MouseEvent e) {
	                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[183] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[188] 
	public void keyReleased(final KeyEvent e) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[192] 
	public void focusGained(final FocusEvent e) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[196] 
	public void focusLost(final FocusEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[211] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[216] 
	final IInformationControl infoControl= getCurrentInformationControl2();
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[223] 
	final int margin= getKeepUpMargin();
	                  ^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getKeepUpMargin()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[244] 
	final IInformationControl iControl= getCurrentInformationControl2();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[263] 
	super(new AbstractReusableInformationControlCreator() {
			@Override
			public IInformationControl doCreateInformationControl(final Shell shell) {
				return new DefaultInformationControl(shell, true);
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'InformationControlReplacer(IInformationControlCreator)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[290] 
	super.hideInformationControl();
	      ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.hideInformationControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[315] 
	super.replaceInformationControl(informationPresenterControlCreator, contentBounds, information, subjectArea, takeFocus);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.replaceInformationControl(IInformationControlCreator, Rectangle, Object, Rectangle, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[329] 
	if (getCurrentInformationControl2() != null) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[330] 
	if (getCurrentInformationControl2().isFocusControl()) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverStickyManager.java:[356] 
	final IInformationControl iControl= getCurrentInformationControl2();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InformationControlReplacer.getCurrentInformationControl2()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[32] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[39] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[61] 
	fSelectionProvider.removeSelectionChangedListener(fSelectionChangedListener);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[63] 
	((IPostSelectionProvider) fSelectionProvider).removePostSelectionChangedListener(fPostSelectionChangedListener);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[66] 
	fSelectionProvider.removeSelectionChangedListener(fPostSelectionChangedListener);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[71] 
	fSelectionProvider.addSelectionChangedListener(fSelectionChangedListener);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[73] 
	((IPostSelectionProvider) fSelectionProvider).addPostSelectionChangedListener(fPostSelectionChangedListener);
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[76] 
	fSelectionProvider.addSelectionChangedListener(fPostSelectionChangedListener);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[94] 
	public void setSelection(final ISelection selection) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[96] 
	fSelectionProvider.setSelection(selection);
	                                ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelection' needs unchecked conversion to conform to '@NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[101] 
	public ISelection getSelection() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull ISelection' returned from ISelectionProvider.getSelection() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/UIAccess.java:[48] 
	return PlatformUI.getWorkbench().getDisplay();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/TogglePreferenceEnablementHandler.java:[30] 
	super(pref, commandId);
	      ^^^^
Null type safety (type annotations): The expression of type 'Preference<Boolean>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/TogglePreferenceEnablementHandler.java:[35] 
	super(pref, access, commandId);
	      ^^^^
Null type safety (type annotations): The expression of type 'Preference<Boolean>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/TogglePreferenceEnablementHandler.java:[35] 
	super(pref, access, commandId);
	            ^^^^^^
Null type safety (type annotations): The expression of type 'PreferenceAccess' needs unchecked conversion to conform to '@NonNull PreferenceAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[36] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[78] 
	protected IStatus run(final IProgressMonitor monitor) { // background job
	          ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[78] 
	protected IStatus run(final IProgressMonitor monitor) { // background job
	                            ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull
89. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java (at line 83)
	currentProvider = fFilter.toArray(IElementFilter.class);
	                                  ^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull IElementFilter>' is made accessible using the less-annotated type 'Class<? super IElementFilter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[104] 
	fCacheFilters = Arrays.copyOf(fCacheFilters, currentFilters.length);
	                              ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IElementFilter.IFinalFilter[]' needs unchecked conversion to conform to 'IElementFilter.IFinalFilter @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[105] 
	fCacheData = Arrays.copyOf(fCacheData, currentFilters.length);
	                           ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[][]' needs unchecked conversion to conform to 'int @NonNull[] []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[143] 
	data[filterIdx] = Arrays.copyOf(filtered, idx);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[167] 
	data[filterIdx] = Arrays.copyOf(filtered, idx);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[188] 
	System.arraycopy(merge, 0, fTemp, 0, num);
	                           ^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[288] 
	selection = new StructuredSelection(input.get(completeData[0]));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'capture#11-of ?', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[296] 
	fViewer.setItemCount((completeData != null) ? completeData.length : input.size());
	                                                                    ^^^^^
Potential null pointer access: The variable input may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[304] 
	fViewer.getTable().getParent().layout();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[321] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[321] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[321] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[388] 
	private final FastList<Listener> fListener= new FastList<>(Listener.class);
	              ^^^^^^^^
The type FastList<TableFilterController.Listener> is deprecated
102. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java (at line 388)
	private final FastList<Listener> fListener= new FastList<>(Listener.class);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull FastList<TableFilterController.@NonNull Listener>' is made accessible using the less-annotated type 'FastList<TableFilterController.Listener>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[388] 
	private final FastList<Listener> fListener= new FastList<>(Listener.class);
	                                                ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[388] 
	private final FastList<Listener> fListener= new FastList<>(Listener.class);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<TableFilterController.Listener>(Class<TableFilterController.Listener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[401] 
	fViewer.getTable().getVerticalBar().setVisible(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getVerticalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[407] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[426] 
	fListener.add(listener);
	          ^^^^^^^^^^^^^
The method add(TableFilterController.Listener) from the type FastList<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[430] 
	fListener.remove(listener);
	          ^^^^^^^^^^^^^^^^
The method remove(TableFilterController.Listener) from the type FastList<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[434] 
	final Listener[] array = fListener.toArray();
	                                   ^^^^^^^^^
The method toArray() from the type FastList<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[67] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[67] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[69] 
	final Composite composite= (Composite) super.createDialogArea(parent);
	                                                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[87] 
	this.selectionViewer.addSelectionChangedListener(createSelectionChangeListener());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionChangedListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[88] 
	this.selectionViewer.addDoubleClickListener(createSelectionDoubleClickListener());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDoubleClickListener' needs unchecked conversion to conform to '@NonNull IDoubleClickListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceContainerSelectionDialog.java:[97] 
	this.selectionViewer.setSelection(new StructuredSelection(checkedResources), true);
	                                                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IResource>' needs unchecked conversion to conform to '@NonNull List'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[58] 
	public AbstractCheckboxSelectionDialog(final Shell shell, final int options,
			final Collection<T> checkedElements ) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[137] 
	ViewerProperties.checkedElements(null)
	                                 ^^^^
Null type mismatch: required '@NonNull Class<Object>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[147] 
	getButton(IDialogConstants.OK_ID).setEnabled(isValid());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/DialogUtils.java:[111] 
	return history.toArray(new @NonNull String[history.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ColorSelectorObservableValue.java:[38] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ColorSelectorObservableValue.java:[51] 
	super(selector.getButton());
	      ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceFileSelectionDialog.java:[75] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceFileSelectionDialog.java:[75] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceFileSelectionDialog.java:[77] 
	final Composite composite= (Composite) super.createDialogArea(parent);
	                                                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolBarComposite.java:[43] 
	super(parent, style);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolBarComposite.java:[52] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolBarComposite.java:[74] 
	addListener(SWT.Paint, this.listener);
	                       ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
128. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java (at line 90)
	public int alpha_255_y(final int v) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^
The method alpha_255_y(int) from the type AlphaSelector.Data is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[190] 
	this.image.dispose();
	     ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[233] 
	image= data.createImage(e.display);
	                        ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[358] 
	if (value == null) {
			throw new NullPointerException("value"); //$NON-NLS-1$
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceVariableUtil.java:[128] 
	this(UIAccess.getActiveWorkbenchPage(true));
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/ResourceVariableUtil.java:[137] 
	this.workbenchPage= part.getSite().getPage();
	                    ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[38] 
	import org.eclipse.ui.internal.WorkbenchMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[177] 
	public void preferenceChange(final PreferenceChangeEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[202] 
	public void preferenceChange(final PreferenceChangeEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[244] 
	contexts.get(i).getNode(this.nodeQualifier).addPreferenceChangeListener(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[244] 
	contexts.get(i).getNode(this.nodeQualifier).addPreferenceChangeListener(
	                        ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[287] 
	return this.storeContext.getNode(this.nodeQualifier);
	                                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[296] 
	return this.defaultContext.getNode(this.defaultQualifier);
	                                   ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[339] 
	preferences[i]= contexts.get(i).getNode(this.nodeQualifier);
	                                        ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[371] 
	Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[371] 
	Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[764] 
	preferences= contexts.get(i).getNode(this.nodeQualifier);
	                                     ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[122] 
	protected ConfigurationBlock(final @Nullable String title) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field container may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[122] 
	protected ConfigurationBlock(final @Nullable String title) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field shell may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[223] 
	this.image.dispose();
	     ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[267] 
	image= data.createImage(e.display, RGBSelector.this.currentPrim, primValue,
	                        ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[39] 
	final Preference converter;
	      ^^^^^^^^^^
Preference is a raw type. References to generic type Preference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[41] 
	public PrefData(final String beanProperty, final Preference converter) {
	                                                 ^^^^^^^^^^
Preference is a raw type. References to generic type Preference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[62] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceStoreBeanWrapper.java:[89] 
	public void addPreference(final String beanProperty, final Preference preference) {
	                                                           ^^^^^^^^^^
Preference is a raw type. References to generic type Preference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[95] 
	public SelectionChangeNotify(final CopyOnWriteIdentityListSet<ISelectionChangedListener> listenerList) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentEvent may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[95] 
	public SelectionChangeNotify(final CopyOnWriteIdentityListSet<ISelectionChangedListener> listenerList) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[107] 
	this.currentEvent= null;
	                   ^^^^
Null type mismatch: required '@NonNull SelectionChangedEvent' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[108] 
	this.currentListener= null;
	                      ^^^^
Null type mismatch: required '@NonNull ISelectionChangedListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[154] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[212] 
	public BasicEditorOutlinePage(final String contextMenuId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[247] 
	this.handlers= new ContextHandlers(site);
	                                   ^^^^
Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[248] 
	initActions(site, this.handlers);
	            ^^^^
Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[264] 
	contributeToActionBars(site, site.getActionBars(), this.handlers);
	                             ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IActionBars' needs unchecked conversion to conform to '@NonNull IActionBars'
162. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 123)
	private static void plotPoint(final GC gc, final int x, final int y, final Color color) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method plotPoint(GC, int, int, Color) from the type HSVSelector is never used locally
163. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 131)
	private static void plotLine(final GC gc, final int xMin, final int xMax, final float a, final float b, final float c, final Color color) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method plotLine(GC, int, int, float, float, float, Color) from the type HSVSelector is never used locally
164. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 427)
	public void drawTriangle(final GC gc) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawTriangle(GC) from the type HSVSelector.Data is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[553] 
	image= data.createFullImage(e.display);
	                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayPreferenceStore.java:[36] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[63] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[200] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[207] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[222] 
	public void keyTraversed(final TraverseEvent e) {
	                               ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[234] 
	public void mouseUp(final MouseEvent e) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[312] 
	if (value == null) {
			value= "";//$NON-NLS-1$
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[343] 
	public void modifyText(final ModifyEvent e) {
	                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/BasicCustomViewer.java:[82] 
	this.selection= (TSelection)selection;
	                ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ISelection to TSelection
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/BasicCustomViewer.java:[259] 
	final TSelection newSelection= fetchSelectionFromWidget(flags, this.selection);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'TSelection extends @NonNull ISelection' but this expression has type '@Nullable TSelection extends @NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[70] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[89] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[97] 
	setTabList(new Control[] { this.downButton });
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[102] 
	setTabList(new Control[] { this.mainButton, this.downButton });
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[107] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[228] 
	public void setFont(final Font font) {
	                          ^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[244] 
	this.mainButton.setText(string);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[252] 
	public void setToolTipText(final String string) {
	                                 ^^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[266] 
	this.mainButton.addSelectionListener(listener);
	                                     ^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionListener' needs unchecked conversion to conform to '@NonNull SelectionListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[270] 
	this.mainButton.removeSelectionListener(listener);
	                                        ^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionListener' needs unchecked conversion to conform to '@NonNull SelectionListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[274] 
	this.menuListener.add(listener);
	                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'MenuListener' needs unchecked conversion to conform to '@NonNull MenuListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[276] 
	this.menuListener.add(listener);
	                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'MenuListener' needs unchecked conversion to conform to '@NonNull MenuListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[294] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ObjValueEvent.java:[38] 
	super(source);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'IObjValueWidget<T>' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewerRow.java:[99] 
	return this.item.getImage();
	       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[62] 
	import org.eclipse.ui.internal.services.IWorkbenchLocationService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] 
	public HandlerContributionItem(
			final CommandContributionItemParameter contributionParameters, final IHandler2 handler) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] 
	public HandlerContributionItem(
			final CommandContributionItemParameter contributionParameters, final IHandler2 handler) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field elementRef may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] 
	public HandlerContributionItem(
			final CommandContributionItemParameter contributionParameters, final IHandler2 handler) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field localResourceManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[206] 
	public HandlerContributionItem(
			final CommandContributionItemParameter contributionParameters, final IHandler2 handler) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field menuService may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[223] 
	this.menuService= this.serviceLocator.getService(IMenuService.class);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IMenuService' but this expression has type '@Nullable IMenuService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[226] 
	this.commandService= this.serviceLocator.getService(ICommandService.class);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ICommandService' but this expression has type '@Nullable ICommandService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[227] 
	this.handlerService= this.serviceLocator.getService(IHandlerService.class);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandlerService' but this expression has type '@Nullable IHandlerService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[228] 
	this.bindingService= this.serviceLocator.getService(IBindingService.class);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IBindingService' but this expression has type '@Nullable IBindingService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[229] 
	final IWorkbenchLocationService workbenchLocationService= this.serviceLocator
	      ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[230] 
	.getService(IWorkbenchLocationService.class);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[231] 
	this.display= workbenchLocationService.getWorkbench().getDisplay();
	              ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable workbenchLocationService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[231] 
	this.display= workbenchLocationService.getWorkbench().getDisplay();
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[231] 
	this.display= workbenchLocationService.getWorkbench().getDisplay();
	                                       ^^^^^^^^^^^^
Discouraged access: The method 'IWorkbenchLocationService.getWorkbench()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[242] 
	|| HandlerContributionItem.this.command.getCommand().getHandler() == HandlerContributionItem.this.commandHandler ) { // no longer works
	                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[339] 
	setImages(contributionParameters.serviceLocator,
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IServiceLocator' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[340] 
	contributionParameters.iconStyle);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[359] 
	this.icon= service.getImageDescriptor(this.command.getId(),
	           ^^^^^^^
Potential null pointer access: The variable service may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[359] 
	this.icon= service.getImageDescriptor(this.command.getId(),
	                                           ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[361] 
	this.disabledIcon= service.getImageDescriptor(this.command.getId(),
	                                                   ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[363] 
	this.hoverIcon= service.getImageDescriptor(this.command.getId(),
	                                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[379] 
	if (this.commandListener == null) {
			this.commandListener= new IHandlerListener() {
				@Override
				public void handlerChanged(final HandlerEvent commandEvent) {
					if (commandEvent.isHandledChanged()
							|| commandEvent.isEnabledChanged()
							) {
						updateCommandProperties(commandEvent);
					}
				}
			};
		}
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[426] 
	void createCommand(final @Nullable String commandId, final @Nullable Map parameters) {
	                                                                     ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[491] 
	this.workbenchHelpSystem.setHelp(item, this.helpContextId);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[549] 
	this.workbenchHelpSystem.setHelp(item, this.helpContextId);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[581] 
	((IElementUpdater)this.commandHandler).updateElement(this.callback, Collections.EMPTY_MAP);
	                                                     ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull UIElement' but this expression has type '@Nullable UIElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[589] 
	updateMenuItem((MenuItem)this.widget);
	               ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull MenuItem' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[592] 
	updateToolItem((ToolItem)this.widget);
	               ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ToolItem' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[595] 
	updateButton((Button)this.widget);
	             ^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Button' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[612] 
	text= this.command.getCommand().getName();
	           ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[619] 
	text= updateMnemonic(text);
	                     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[658] 
	text= this.command.getCommand().getName();
	           ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[695] 
	text= this.command.getCommand().getName();
	           ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[748] 
	final int idx= s.indexOf(this.mnemonic);
	                         ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[759] 
	this.widget.removeListener(SWT.Selection, getItemListener());
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[760] 
	this.widget.removeListener(SWT.Dispose, getItemListener());
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[771] 
	WorkbenchUIUtils.registerCommandElement(this.command.getId(), this.callback);
	                                             ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[771] 
	WorkbenchUIUtils.registerCommandElement(this.command.getId(), this.callback);
	                                                              ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull UIElement' but this expression has type '@Nullable UIElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[773] 
	this.elementRef= this.commandService.registerElementForCommand(this.command, this.callback);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IElementReference' needs unchecked conversion to conform to '@NonNull IElementReference'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[777] 
	"Unable to register menu item \"" + getId() + "\", command \"" + this.command.getId() + "\" not defined")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
	                                                                      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[789] 
	this.elementRef= null;
	                 ^^^^
Null type mismatch: required '@NonNull IElementReference' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[792] 
	WorkbenchUIUtils.unregisterCommandElement(this.command.getId(), this.callback);
	                                               ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[792] 
	WorkbenchUIUtils.unregisterCommandElement(this.command.getId(), this.callback);
	                                                                ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull UIElement' but this expression has type '@Nullable UIElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[796] 
	this.commandListener= null;
	                      ^^^^
Null type mismatch: required '@NonNull IHandlerListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[803] 
	this.widget.dispose();
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[810] 
	this.commandHandler= null;
	                     ^^^^
Null type mismatch: required '@NonNull IHandler2' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[811] 
	this.commandService= null;
	                     ^^^^
Null type mismatch: required '@NonNull ICommandService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[812] 
	this.bindingService= null;
	                     ^^^^
Null type mismatch: required '@NonNull IBindingService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[813] 
	this.menuService= null;
	                  ^^^^
Null type mismatch: required '@NonNull IMenuService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[814] 
	this.handlerService= null;
	                     ^^^^
Null type mismatch: required '@NonNull IHandlerService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[822] 
	this.localResourceManager= null;
	                           ^^^^
Null type mismatch: required '@NonNull LocalResourceManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[844] 
	return this.menuItemListener;
	       ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Listener' but this expression has type '@Nullable Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[864] 
	this.handlerService.createExecutionEvent(this.command, event) :
	                                         ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ParameterizedCommand' but this expression has type '@Nullable ParameterizedCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[903] 
	this.workbenchHelpSystem.setHelp(menu, this.helpContextId);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[933] 
	item.setImage((this.icon == null) ? null : m.createImage(this.icon));
	^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[937] 
	item.setImage(m.createImage(this.icon));
	^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[948] 
	item.setDisabledImage((this.disabledIcon == null) ? null :
	^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[967] 
	((ToolItem) this.widget).setToolTipText(text);
	                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[992] 
	((MenuItem) this.widget).setSelection(this.checkedState);
	                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[995] 
	((ToolItem) this.widget).setSelection(this.checkedState);
	                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[1005] 
	return false;
	^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[78] 
	public void delete(final List<? extends @NonNull Object> elements) {
	                                        ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[102] 
	protected void changeDefault(final @Nullable TItem oldItem, final TItem newItem) {
	                                                                  ^^^^^
Missing nullable annotation: inherited method from DataAdapter<TItem> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[105] 
	this.defaultValue.setValue(newItem);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[149] 
	protected final IObservableValue defaultValue;
	                ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[154] 
	public DataAdapter(final IObservableValue<? extends @Nullable Object> defaultValue) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field checkedSet may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[192] 
	return (TItem)element;
	       ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to TItem
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[196] 
	return item;
	       ^^^^
Null type safety: required '@NonNull' but this expression has type 'TItem', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[208] 
	protected @Nullable IObservableValue getDefaultFor(final TItem item) {
	                    ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[219] 
	observable.setValue(getDefaultValue(item));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[226] 
	final var list= (Collection<? super @NonNull TItem>)container;
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<? super TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[230] 
	list.add(newItem);
	         ^^^^^^^
Null type safety (type annotations): The expression of type 'TItem' needs unchecked conversion to conform to 'capture#of ? super @NonNull TItem'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[236] 
	((List<? super @NonNull TItem>)list).set(idx, newItem);
	                                              ^^^^^^^
Null type safety (type annotations): The expression of type 'TItem' needs unchecked conversion to conform to 'capture#of ? super @NonNull TItem'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[240] 
	list.add(newItem);
	         ^^^^^^^
Null type safety (type annotations): The expression of type 'TItem' needs unchecked conversion to conform to 'capture#of ? super @NonNull TItem'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[246] 
	changeChecked(oldItem, newItem);
	              ^^^^^^^
Null type mismatch (type annotations): required 'TItem' but this expression has type '@Nullable TItem', where 'TItem' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[255] 
	return item;
	       ^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable TItem'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[269] 
	observable.setValue(newValue);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[286] 
	public void delete(final List<? extends @NonNull Object> elements) {
	                                        ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[306] 
	protected void deleteDefault(final List<? extends @NonNull Object> elements) {
	                                                  ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[321] 
	observable.setValue(null);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[327] 
	protected void deleteChecked(final List<? extends @NonNull Object> elements) {
	                                                  ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[53] 
	public ShortedLabel(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field checkedText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[53] 
	public ShortedLabel(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field text may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[68] 
	if (label == null) {
			throw new NullPointerException();
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[116] 
	public Shorter(final Control control) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field gc may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[116] 
	public Shorter(final Control control) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field text may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[123] 
	this.gc= null;
	         ^^^^
Null type mismatch: required '@NonNull GC' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[134] 
	if (this.gc == null) {
				this.gc= new GC(this.control);
				this.maxWidth= this.control.getBounds().width;
			}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ShortedLabel.java:[144] 
	this.text= null;
	           ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[80] 
	implements PreferenceStore, IObservableFactory {
	                            ^^^^^^^^^^^^^^^^^^
IObservableFactory is a raw type. References to generic type IObservableFactory<T,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[109] 
	new ProjectScope(ManagedConfigurationBlock.this.project),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IProject' but this expression has type '@Nullable IProject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[125] 
	|| hasProjectSpecificSettings(ManagedConfigurationBlock.this.project) ) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IProject' but this expression has type '@Nullable IProject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[178] 
	setValue((Preference) key, projectSettings.get(key));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation setValue(Preference, Object) of the generic method setValue(Preference<T>, T) of type ManagedConfigurationBlock.PreferenceManager
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[178] 
	setValue((Preference) key, projectSettings.get(key));
	         ^^^^^^^^^^^^^^^^
Type safety: The expression of type Preference needs unchecked conversion to conform to Preference<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[178] 
	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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[259] 
	&& value.equals(getInternalValue(key, this.inheritScope, false) )) {
	                                      ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IScopeContext' but this expression has type '@Nullable IScopeContext'
287. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java (at line 278)
	private void testIfOptionsComplete() {
	             ^^^^^^^^^^^^^^^^^^^^^^^
The method testIfOptionsComplete() from the type ManagedConfigurationBlock.PreferenceManager is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[289] 
	return this.manager.getWorkingCopy(node);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[291] 
	return node;
	       ^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[376] 
	this(project, null, null);
	              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[381] 
	this(project, null, statusListener);
	              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[384] 
	protected ManagedConfigurationBlock(final @Nullable IProject project,
			final String title,
			final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dataBinding may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[384] 
	protected ManagedConfigurationBlock(final @Nullable IProject project,
			final String title,
			final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field pageComposite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[423] 
	this.dataBinding.installStatusListener(this.statusListener);
	                                       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StatusChangeListener' but this expression has type '@Nullable StatusChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] 
	setPrefValue((Preference)entry.getKey(), entry.getValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation setPrefValue(Preference, Object) of the generic method setPrefValue(Preference<T>, T) of type ManagedConfigurationBlock
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] 
	setPrefValue((Preference)entry.getKey(), entry.getValue());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Preference needs unchecked conversion to conform to Preference<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] 
	setPrefValue((Preference)entry.getKey(), entry.getValue());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[542] 
	setPrefValue((Preference)entry.getKey(), entry.getValue());
	              ^^^^^^^^^^
Preference is a raw type. References to generic type Preference<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[553] 
	setPrefValue(pref, null);
	                   ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[592] 
	public IObservableValue createObservable(final Object target) {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[26] 
	public class ObjValueObservable<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[39] 
	super(realm, widget.getControl());
	      ^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[56] 
	fWidget.setValue(fValueIdx,(T) value);
	                           ^^^^^^^^^
Type safety: Unchecked cast from Object to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[73] 
	final ValueDiff diff = Diffs.createValueDiff(event.oldValue, event.newValue);
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[74] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[56] 
	import org.eclipse.statet.internal.ecommons.ui.UIMiscellanyPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.statet.internal.ecommons.ui.UIMiscellanyPlugin is never used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[166] 
	super(parent, style = checkStyle(style));
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[198] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[237] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[255] 
	addListener(COMBO_EVENTS[i], fListener);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[259] 
	fImage.addListener(TEXT_EVENTS[i], fListener);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[262] 
	fText.addListener(TEXT_EVENTS[i], fListener);
	                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[266] 
	fArrow.addListener(ARROW_EVENTS[i], fListener);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[283] 
	if (fPopup.setParent(getShell())) {
	                     ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[287] 
	fList.removeListener(SWT.Dispose, fListener);
	                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[333] 
	fPopup.addListener(popupEvents [i], fListener);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[337] 
	fList.addListener(listEvents [i], fListener);
	                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[352] 
	display.removeFilter(SWT.Selection, fFilter);
	                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[416] 
	display.removeFilter(SWT.Selection, fFilter);
	                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[417] 
	display.addFilter(SWT.Selection, fFilter);
	                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[436] 
	public void setLayout(final Layout layout) {
	                            ^^^^^^
Missing nullable annotation: inherited method from Composite specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[442] 
	public Control [] getChildren() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Control @NonNull[]' returned from Composite.getChildren() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[539] 
	public Shell getShell() {
	       ^^^^^
The return type is incompatible with '@NonNull Shell' returned from Control.getShell() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[544] 
	fPopupParent.removeListener(SWT.Deactivate, fListener);
	                                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[581] 
	shell.removeListener(SWT.Deactivate, fListener);
	                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[582] 
	shell.addListener(SWT.Deactivate, fListener);
	                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[584] 
	display.removeFilter(SWT.FocusIn, fFilter);
	                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[585] 
	display.addFilter(SWT.FocusIn, fFilter);
	                               ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[600] 
	shell.removeListener(SWT.Deactivate, fListener);
	                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[602] 
	display.removeFilter(SWT.FocusIn, fFilter);
	                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[622] 
	public void getName(final AccessibleEvent e) {
	                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[631] 
	public void getKeyboardShortcut(final AccessibleEvent e) {
	                                      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[643] 
	public void getHelp(final AccessibleEvent e) {
	                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[653] 
	public void getName(final AccessibleEvent e) {
	                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[657] 
	public void getKeyboardShortcut(final AccessibleEvent e) {
	                                      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[661] 
	public void getHelp(final AccessibleEvent e) {
	                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AccessibleAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[678] 
	final Point pt = getParent().toDisplay(location.x, location.y);
	                 ^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[942] 
	removeListener(SWT.Modify, listener);	
	                           ^^^^^^^^
Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[967] 
	removeListener(SWT.Selection, listener);
	                              ^^^^^^^^
Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[968] 
	removeListener(SWT.DefaultSelection,listener);	
	                                    ^^^^^^^^
Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[995] 
	removeListener(SWT.Verify, listener);
	                           ^^^^^^^^
Null type mismatch: required '@NonNull SWTEventListener' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1029] 
	public void setFont(final Font font) {
	                          ^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1036] 
	public void setForeground(final Color color) {
	                                ^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1055] 
	public void setBackground(final Color color) {
	                                ^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1074] 
	public void setMenu(final Menu menu) {
	                          ^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1085] 
	public void setToolTipText(final String string) {
	                                 ^^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1204] 
	final Control[] siblings = getParent().getChildren();
	                           ^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1270] 
	removeListener(SWT.Dispose, fListener);
	                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1275] 
	fList.removeListener(SWT.Dispose, fListener);
	                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1279] 
	shell.removeListener(SWT.Deactivate, fListener);
	                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1281] 
	display.removeFilter(SWT.FocusIn, fFilter);
	                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1631] 
	final Point point = toControl(getDisplay().getCursorLocation());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Point' needs unchecked conversion to conform to '@NonNull Point'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaCombo.java:[1753] 
	fText.setText(item.getText());
	              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[127] 
	return PlatformUI.getWorkbench().getActiveWorkbenchWindow();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[155] 
	final Context context= contextService.getContext(contextId);
	                       ^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[161] 
	contextId= context.getParentId();
	           ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[213] 
	final @Nullable IHandler2 handler, final @Nullable Map filter) {
	                                                   ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[231] 
	updater.updateElement(element, null);
	                               ^^^^
Null type mismatch: required '@NonNull Map' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[30] 
	private final Comparator comparator;
	              ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[33] 
	public ComparatorViewerComparator(final Comparator comparator) {
	                                        ^^^^^^^^^^
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[39] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                         ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[39] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                              ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[39] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                                               ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[40] 
	return this.comparator.compare(e1, e2);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[44] 
	public void sort(final Viewer viewer, final Object[] elements) {
	                       ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[44] 
	public void sort(final Viewer viewer, final Object[] elements) {
	                                            ^^^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[45] 
	Arrays.sort(elements, this.comparator);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation sort(Object[], Comparator) of the generic method sort(T[], Comparator<? super T>) of type Arrays
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[45] 
	Arrays.sort(elements, this.comparator);
	            ^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ComparatorViewerComparator.java:[45] 
	Arrays.sort(elements, this.comparator);
	                      ^^^^^^^^^^^^^^^
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[57] 
	this.elements= ImCollections.newList((IStringVariable[]) elements);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable[]' needs unchecked conversion to conform to 'IStringVariable @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[65] 
	VariableUtils.add(variables, this.elements);
	                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,IStringVariable>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? super @NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[65] 
	VariableUtils.add(variables, this.elements);
	                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<IStringVariable>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull IStringVariable>', corresponding supertype is 'Collection<IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[66] 
	VariableUtils.add(variables, this.extraVariables);
	                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,IStringVariable>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? super @NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[66] 
	VariableUtils.add(variables, this.extraVariables);
	                             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IStringVariable>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull IStringVariable>', corresponding supertype is 'Collection<IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/CustomizableVariableSelectionDialog.java:[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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[87] 
	void exportItems(final List<? extends @NonNull Object> items);
	                                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[95] 
	private ButtonGroup<TItem> group;
	                           ^^^^^
The @NonNull field group may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[97] 
	private Control control;
	                ^^^^^^^
The @NonNull field control may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[149] 
	protected @Nullable List<? extends @NonNull Object> getElement(final IStructuredSelection selection) {
	                                   ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[176] 
	protected boolean hasItem(final List<? extends @NonNull Object> list) {
	                                               ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[206] 
	protected @Nullable List<@NonNull TItem> getItems(final List<? extends @NonNull Object> list) {
	                                                                       ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[212] 
	items.add(dataAdapter.getModelItem(element));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'TItem', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[309] 
	protected @Nullable List<? extends @NonNull Object> getElement(final IStructuredSelection selection) {
	                                   ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[314] 
	if (!adapter.isDeleteAllowed(object)) {
	                             ^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[319] 
	return list;
	       ^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ?>' needs unchecked conversion to conform to '@Nullable List<? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[326] 
	getGroup().delete0(list);
	                   ^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ?>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[440] 
	public ButtonGroup(final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field actions may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[440] 
	public ButtonGroup(final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dataAdapter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[440] 
	public ButtonGroup(final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[445] 
	public ButtonGroup(final Composite parent, final IActions<TItem> actions, final boolean cellMode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dataAdapter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[445] 
	public ButtonGroup(final Composite parent, final IActions<TItem> actions, final boolean cellMode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[587] 
	(ITreeContentProvider)viewer.getContentProvider(), defaultValue ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITreeContentProvider' needs unchecked conversion to conform to '@NonNull ITreeContentProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[650] 
	final TItem orgItem= ((command & ADD_NEW) == 0 && element != null) ? this.dataAdapter.getModelItem(element) : null;
	                                                                                                              ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TItem'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[651] 
	final Object parent= ((command & ADD_NEW) != 0) ? this.dataAdapter.getAddParent(element) : this.dataAdapter.getParent(element);
	                                                                                ^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[651] 
	final Object parent= ((command & ADD_NEW) != 0) ? this.dataAdapter.getAddParent(element) : this.dataAdapter.getParent(element);
	                                                                                                                      ^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[654] 
	this.actions.edit(command, ((command & ADD_NEW) == 0) ? orgItem : null, parent) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'TItem' but this expression has type '@Nullable TItem', where 'TItem' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[655] 
	edit1(((command & ADD_NEW) == 0) ? orgItem : null, (command & (ADD_NEW | ADD_COPY)) != 0, parent);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'TItem' but this expression has type '@Nullable TItem', where 'TItem' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[655] 
	edit1(((command & ADD_NEW) == 0) ? orgItem : null, (command & (ADD_NEW | ADD_COPY)) != 0, parent);
	                                                                                          ^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[660] 
	parent, this.dataAdapter.getContainerFor(element) );
	^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[660] 
	parent, this.dataAdapter.getContainerFor(element) );
	                                         ^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[669] 
	delete0(Collections.singletonList(oldItem));
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<@NonNull TItem>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[669] 
	delete0(Collections.singletonList(oldItem));
	                                  ^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'TItem', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[672] 
	final Object element= this.dataAdapter.change(oldItem, newItem, null,
	                                                                ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[679] 
	public void deleteElements(final int command, final List<? extends @NonNull Object> elements) {
	                                                                   ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[695] 
	private void delete0(final List<? extends @NonNull Object> elements) {
	                                          ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[706] 
	private @Nullable Object getBestNeighbour(final List<? extends @NonNull Object> elements) {
	                                                               ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[716] 
	array= ((Collection<?>)container).toArray();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object []'
408. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java (at line 725)
	comparator.sort(this.viewer, array);
	                             ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Object []' is made accessible using the less-annotated type 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[729] 
	neighbours= ImCollections.newList((@NonNull TItem[])array);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object[] to TItem[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[777] 
	private void export0(final List<? extends @NonNull Object> items) {
	                                          ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[23] 
	public class SWTTextNullableObservableValue extends AbstractSWTObservableValue {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[34] 
	public void modifyText(final ModifyEvent e) {
	                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[39] 
	fireValueChange(Diffs.createValueDiff(oldValue, newValue));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTTextNullableObservableValue.java:[47] 
	super(text);
	      ^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[50] 
	public Iterator iterator() {
	       ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[50] 
	public Iterator iterator() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull Iterator' returned from IStructuredSelection.iterator() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[55] 
	public List toList() {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[55] 
	public List toList() {
	       ^^^^
The return type is incompatible with '@NonNull List' returned from IStructuredSelection.toList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/StructuredSelectionProxy.java:[60] 
	public Object[] toArray() {
	       ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from IStructuredSelection.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[55] 
	public ToggleBooleanPreferenceHandler(final Preference<@NonNull Boolean> pref,
	                                                       ^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[60] 
	public ToggleBooleanPreferenceHandler(final Preference<@NonNull Boolean> pref, final PreferenceAccess access,
	                                                       ^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
422. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 67)
	this.isPrefEnabled= this.prefAccess.getPreferenceValue(this.pref);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
423. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 79)
	final boolean isEnabled= this.prefAccess.getPreferenceValue(this.pref);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[86] 
	WorkbenchUIUtils.refreshCommandElements(this.commandId, this, null);
	                                        ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java:[102] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
426. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ToggleBooleanPreferenceHandler.java (at line 115)
	!this.isPrefEnabled,
	^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PixelConverter.java:[54] 
	this.fontMetrics= gc.getFontMetrics();
	                  ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FontMetrics' needs unchecked conversion to conform to '@NonNull FontMetrics'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/ObservableSetBinding.java:[47] 
	return ImCollections.toList(set);
	                            ^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ?>' needs unchecked conversion to conform to '@NonNull Collection<? extends capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/ObservableSetBinding.java:[51] 
	public void handleSetChange(final SetChangeEvent<?> event) {
	                                  ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISetChangeListener<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[200] 
	this.toolBarManager= null;
	                     ^^^^
Null type mismatch: required '@NonNull ToolBarManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[202] 
	this.toolBar= null;
	              ^^^^
Null type mismatch: required '@NonNull ToolBar' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] 
	public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field browser may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] 
	public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field composite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[253] 
	public PageBookBrowserPage(final ManagedPageBookView view, final BrowserSession session) {
	                                 ^^^^^^^^^^^^^^^^^^^
ManagedPageBookView is a raw type. References to generic type ManagedPageBookView<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[254] 
	super(view);
	      ^^^^
Type safety: The expression of type ManagedPageBookView needs unchecked conversion to conform to ManagedPageBookView<BrowserSession>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[282] 
	super.createControl(null);
	                    ^^^^
Null type mismatch: required '@NonNull Composite' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[445] 
	if (browser == null) {
			return;
		}
	                     ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[460] 
	if (browser == null) {
			return;
		}
	                     ^^^^^^^^^^^^^^^^
Dead code
439. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowPageDropdownContribution.java (at line 53)
	return list.toArray(new @NonNull IContributionItem[list.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IContributionItem @NonNull[]' is made accessible using the less-annotated type 'IContributionItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/CombineStatusChangeListener.java:[34] 
	public void statusChanged(final IStatus status) {
	                                ^^^^^^^
Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/CombineStatusChangeListener.java:[55] 
	public void statusChanged(final IStatus status) {
	                                ^^^^^^^
Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/CombineStatusChangeListener.java:[62] 
	fParent.statusChanged(fBaseStatus);
	                      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[86] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[87] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[94] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[115] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[134] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[226] 
	protected Point getSize() {
	          ^^^^^
The return type is incompatible with '@NonNull Point' returned from CompositeImageDescriptor.getSize() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[82] 
	protected abstract ConfigurationBlock createConfigurationBlock() throws CoreException;
	                   ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[123] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[132] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[135] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[163] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[212] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from ConfigurationBlockPreferencePage.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[212] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from ConfigurationBlockPreferencePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[213] 
	if (getBlock() == null) {
			init(null);
		}
	                        ^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[214] 
	init(null);
	     ^^^^
Null type mismatch: required '@NonNull IWorkbench' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[217] 
	final Control control= super.createContents(parent);
	                                            ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[303] 
	public void applyData(final Object data) {
	                            ^^^^^^
Missing nullable annotation: inherited method from ConfigurationBlockPreferencePage specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PropertyAndPreferencePage.java:[305] 
	this.data= (Map<String, Object>) data;
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,Object>
461. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java (at line 163)
	this.text.setText(formatValue(newValue));
	                              ^^^^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[61] 
	this.pref= new Preference.StringArrayPref(qualifier, "bookmarks", Preference.IS2_SEPARATOR_CHAR);
	                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[78] 
	final String[] strings= EPreferences.getInstancePrefs().getPreferenceValue(this.pref);
	                                                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringArrayPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String @NonNull[]>', corresponding supertype is 'Preference<@NonNull String @NonNull[]>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[81] 
	final String[] split= SEPARATOR_PATTERN.split(s);
	                                              ^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[83] 
	bookmark= new BrowserBookmark(split[0], split[1]);
	                              ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[83] 
	bookmark= new BrowserBookmark(split[0], split[1]);
	                                        ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[99] 
	PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, this.pref, strings,
	                                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringArrayPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String @NonNull[]>', corresponding supertype is 'Preference<@NonNull String @NonNull[]>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BookmarkCollection.java:[99] 
	PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, this.pref, strings,
	                                                                ^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[83] 
	if (container.getFullPath().isPrefixOf(this.excludePath)) {
	                                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPath' needs unchecked conversion to conform to '@NonNull IPath'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[151] 
	ContainerSelectionComposite.this.treeViewer.addFilter(ContainerSelectionComposite.this.toggledFilter);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSelectionComposite.ContainerFilter' needs unchecked conversion to conform to '@NonNull ViewerFilter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[209] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[232] 
	label.setText(message);
	              ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[293] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[298] 
	ViewerUtils.addDoubleClickExpansion(this.treeViewer);
	                                    ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull TreeViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[323] 
	this.rightToolBarMgr.getControl().getParent().layout();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContainerSelectionComposite.java:[339] 
	this.containerNameField.addListener(SWT.Modify, this.listener);
	                                                ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/TitleAreaStatusUpdater.java:[44] 
	public void statusChanged(final IStatus status) {
	                                ^^^^^^^
Missing non-null annotation: inherited method from StatusChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[154] 
	return ((Node<?>)parentElement).children.toArray();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[158] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Illegal redefinition of parameter oldInput, inherited method from IContentProvider declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[158] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Illegal redefinition of parameter newInput, inherited method from IContentProvider declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[335] 
	public boolean getChecked(final Object element) {
	                                ^^^^^^
Illegal redefinition of parameter element, inherited method from ICheckable does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[340] 
	public boolean setChecked(final Object element, final boolean state) {
	                                ^^^^^^
Illegal redefinition of parameter element, inherited method from ICheckable does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[342] 
	getCheckedElements().add((TElement) element);
	                         ^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to TElement
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[391] 
	button.setSelection(getChecked(element));
	                               ^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[417] 
	doCheck(element, button.getSelection());
	        ^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[424] 
	this.viewer.setSelection(new StructuredSelection(element));
	                                                 ^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[426] 
	doCheck(element, button.getSelection());
	        ^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[441] 
	final Button button= (Button) editor.getEditor();
	                              ^^^^^^
Potential null pointer access: The variable editor may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[443] 
	doCheck(element, button.getSelection());
	        ^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'TElement', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[446] 
	doCheck(element, !this.checkedElements.contains(element));
	        ^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'TElement', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[488] 
	this.viewer.getTable().setTabList(new Control[0]);
	                                  ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[514] 
	final Button button= (Button) editor.getEditor();
	                              ^^^^^^
Potential null pointer access: The variable editor may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[570] 
	public @Nullable ViewerCell findSelectedCell(final ColumnViewer viewer,
	                                                   ^^^^^^^^^^^^
Illegal redefinition of parameter viewer, inherited method from CellNavigationStrategy does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[609] 
	public @Nullable ViewerCell findSelectedCell(final ColumnViewer viewer,
	                                                   ^^^^^^^^^^^^
Illegal redefinition of parameter viewer, inherited method from CellNavigationStrategy does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[638] 
	final ColumnViewerEditorActivationEvent event) {
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter event, inherited method from ColumnViewerEditorActivationStrategy does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[716] 
	viewer.setSelection(new StructuredSelection(item.getData()));
	                                            ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[738] 
	new @NonNull Object[] { item.getData() } )));
	                        ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/BrowserUtils.java:[95] 
	DialogUtils.getDialogSettings(UIMiscellanyPlugin.getInstance(), "browser"), //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UIMiscellanyPlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[67] 
	public BreadcrumbItem(final BreadcrumbViewer viewer, final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field contentProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[67] 
	public BreadcrumbItem(final BreadcrumbViewer viewer, final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field labelProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[67] 
	public BreadcrumbItem(final BreadcrumbViewer viewer, final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolTipLabelProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[201] 
	this.detailsBlock.setImage(image);
	                           ^^^^^
Null type mismatch: required '@NonNull Image' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[202] 
	this.detailsBlock.setToolTip(toolTip);
	                             ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[223] 
	data.grabExcessHorizontalSpace= isLast;
	^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItem.java:[304] 
	this.detailsBlock.setImage(image);
	                           ^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
506. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java (at line 67)
	private ToolItem goControl;
	                 ^^^^^^^^^
The value of the field BrowserAddressBar.goControl is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[72] 
	public BrowserAddressBar(final Composite parent, final PageBookBrowserPage page,
			final InputHistory<String> urlHistory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field goControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[72] 
	public BrowserAddressBar(final Composite parent, final PageBookBrowserPage page,
			final InputHistory<String> urlHistory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field textControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[72] 
	public BrowserAddressBar(final Composite parent, final PageBookBrowserPage page,
			final InputHistory<String> urlHistory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolBar may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[217] 
	text= checkPasteText((String)event.data);
	                     ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[228] 
	}, new Transfer[] {
					FileTransfer.getInstance(),
					TextTransfer.getInstance()
			});
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistory.java:[58] 
	final ListDiffEntry<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.8.x-r/statet/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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[77] 
	this.defaultIndent= Dialog.convertHorizontalDLUsToPixels(fontMetrics, IDialogConstants.INDENT);
	                                                                                       ^^^^^^
The field IDialogConstants.INDENT is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[78] 
	this.defaultSmallIndent= Dialog.convertHorizontalDLUsToPixels(fontMetrics, IDialogConstants.SMALL_INDENT);
	                                                                                            ^^^^^^^^^^^^
The field IDialogConstants.SMALL_INDENT is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[201] 
	final Button button= new Button(combo.getParent(), SWT.ARROW | SWT.DOWN);
	                                ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/LayoutUtils.java:[220] 
	return hintWidth(combo, ImCollections.newList(items));
	                                              ^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistoryController.java:[110] 
	final E element= createElement(serialized[i]);
	                               ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[41] 
	public void createContents(final Composite pageComposite, final IWorkbenchPreferenceContainer container, final IPreferenceStore preferenceStore) {
	                                 ^^^^^^^^^
Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[41] 
	public void createContents(final Composite pageComposite, final IWorkbenchPreferenceContainer container, final IPreferenceStore preferenceStore) {
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[41] 
	public void createContents(final Composite pageComposite, final IWorkbenchPreferenceContainer container, final IPreferenceStore preferenceStore) {
	                                                                                                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[43] 
	super.createContents(pageComposite, container, preferenceStore);
	                     ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[43] 
	super.createContents(pageComposite, container, preferenceStore);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchPreferenceContainer' needs unchecked conversion to conform to '@NonNull IWorkbenchPreferenceContainer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[43] 
	super.createContents(pageComposite, container, preferenceStore);
	                                               ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[52] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/OverlayStoreConfigurationBlock.java:[82] 
	scheduleChangeNotification(getChangedGroups(), ((flags & SAVE_STORE) != 0));
	                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[35] 
	p= control.getParent().toDisplay(p);
	   ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[53] 
	public void menuAboutToShow(final IMenuManager manager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[54] 
	menuService.populateContributionManager(
	^^^^^^^^^^^
Potential null pointer access: The variable menuService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[58] 
	public void menuAboutToHide(final IMenuManager manager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MenuUtils.java:[62] 
	menuService.releaseContributions(menuManager);
	^^^^^^^^^^^
Potential null pointer access: The variable menuService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[82] 
	public void initialize(final ColumnViewer viewer, final ViewerColumn column) {
	                             ^^^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[82] 
	public void initialize(final ColumnViewer viewer, final ViewerColumn column) {
	                                                        ^^^^^^^^^^^^
Missing nullable annotation: inherited method from StyledCellLabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[88] 
	super.initialize(viewer, column);
	                 ^^^^^^
Null type safety (type annotations): The expression of type 'ColumnViewer' needs unchecked conversion to conform to '@NonNull ColumnViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/DecoratingStyledLabelProvider.java:[122] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[182] 
	this.elementText.getParent().setToolTipText(text);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[188] 
	this.elementText.getParent().setToolTipText(null);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[244] 
	data.exclude= !enabled;
	^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDetails.java:[283] 
	data.exclude= !visible;
	^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[65] 
	public void setEnabled(final Object evaluationContext) {
	                             ^^^^^^
Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[71] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[77] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from IElementUpdater specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[77] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[77] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Missing non-null annotation: inherited method from IElementUpdater specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[78] 
	WorkbenchUIUtils.aboutToUpdateCommandsElements(this, element);
	                                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'UIElement' needs unchecked conversion to conform to '@NonNull UIElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[108] 
	super(contributionParameters, handler);
	      ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CommandContributionItemParameter' needs unchecked conversion to conform to '@NonNull CommandContributionItemParameter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[108] 
	super(contributionParameters, handler);
	                              ^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[113] 
	protected void initDropDownMenu(final MenuManager menuManager) {
	                                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from HandlerContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[116] 
	public void menuAboutToShow(final IMenuManager manager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[120] 
	public void menuAboutToHide(final IMenuManager manager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[230] 
	else if (this.currentPosition < 0 || !this.list.get(this.currentPosition).equals(entry)) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[262] 
	this.selectionProvider.setSelection(new StructuredSelection(entry));
	                                                            ^^^^^
Null type safety: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/History.java:[266] 
	return entry.toString();
	       ^^^^^
Potential null pointer access: this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowBookmarksDropdownContribution.java:[54] 
	this.view.openBookmark(this.bookmark, this.view.getCurrentSession());
	                       ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BrowserBookmark' needs unchecked conversion to conform to '@NonNull BrowserBookmark'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowBookmarksDropdownContribution.java:[54] 
	this.view.openBookmark(this.bookmark, this.view.getCurrentSession());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull BrowserSession' but this expression has type '@Nullable BrowserSession'
556. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ShowBookmarksDropdownContribution.java (at line 72)
	final List<BrowserBookmark> bookmarks= this.view.getBookmarks();
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull BrowserBookmark>' is made accessible using the less-annotated type 'List<BrowserBookmark>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[33] 
	public class IntValue2TextBinding extends AbstractObservableValue
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[37] 
	private static IConverter gInt2TextConverter;
	               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[38] 
	private static IConverter gText2IntConverter;
	               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[41] 
	class Access extends UpdateValueStrategy {
	                     ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[43] 
	public IConverter createConverter(final Object fromType, final Object toType) {
	       ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[66] 
	final Realm realm, final IConverter int2textConverter, final IConverter text2intConverter) {
	                         ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[66] 
	final Realm realm, final IConverter int2textConverter, final IConverter text2intConverter) {
	                                                             ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[116] 
	fLower.setValue(fLower.getValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[117] 
	fUpper.setValue(fUpper.getValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[133] 
	private final IConverter fInt2TextConverter;
	              ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[134] 
	private final IConverter fText2IntConverter;
	              ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[142] 
	final Realm realm, IConverter int2textConverter, IConverter text2intConverter) {
	                   ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[142] 
	final Realm realm, IConverter int2textConverter, IConverter text2intConverter) {
	                                                 ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[143] 
	super(realm);
	      ^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[161] 
	if (!int2textConverter.getFromType().equals(Integer.TYPE)
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFromType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[162] 
	|| !int2textConverter.getToType().equals(String.class)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getToType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[171] 
	if (!text2intConverter.getFromType().equals(String.class)
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFromType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[172] 
	|| !text2intConverter.getToType().equals(Integer.TYPE)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getToType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[220] 
	final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null;
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
576. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java (at line 220)
	final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null;
	                                                                     ^^^^^^^^^^
The expression of type int is boxed into Integer
577. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java (at line 220)
	final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null;
	                                                                                 ^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[226] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[231] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[277] 
	return ((Integer) fText2IntConverter.convert(text)).intValue();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java:[281] 
	return (String) fInt2TextConverter.convert(Integer.valueOf(value));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
582. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2TextBinding.java (at line 306)
	return fLastValue;
	       ^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[69] 
	setBaseEnabled(UIAccess.isOkToUse(browser) && browser.isBackEnabled());
	                                              ^^^^^^^
Potential null pointer access: The variable browser may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[76] 
	browser.back();
	^^^^^^^
Potential null pointer access: The variable browser may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[98] 
	setBaseEnabled(UIAccess.isOkToUse(browser) && browser.isForwardEnabled());
	                                              ^^^^^^^
Potential null pointer access: The variable browser may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[105] 
	browser.forward();
	^^^^^^^
Potential null pointer access: The variable browser may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[134] 
	browser.stop();
	^^^^^^^
Potential null pointer access: The variable browser may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[166] 
	open(browser.getUrl(), browserSupport.getExternalBrowser());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWebBrowser' needs unchecked conversion to conform to '@NonNull IWebBrowser'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserHandler.java:[187] 
	public BrowserHandler() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field browserProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/RGBPref.java:[39] 
	public Class<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/SetElementFilter.java:[44] 
	return (other == this || other == null || ((Filter) other).set.containsAll(this.set));
	                                                                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ?>' needs unchecked conversion to conform to '@NonNull Collection<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[40] 
	listener.onPreferenceChanged(event);
	                             ^^^^^
Null type safety (type annotations): The expression of type 'PreferenceSetService.ChangeEvent' needs unchecked conversion to conform to 'PreferenceSetService.@NonNull ChangeEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[63] 
	this.prefAccess.addPreferenceSetListener(this, qualifiers);
	                                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImSet<String>' needs unchecked conversion to conform to '@NonNull ImSet<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[71] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/PreferenceSetUIListener.java:[78] 
	public void onPreferenceChanged(final ChangeEvent event) {
	                                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from PreferenceSetService.ChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[138] 
	final Browser browser= PageBookBrowserView.this.currentBrowserPage.getBrowser();
	                                                ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[156] 
	PageBookBrowserView.this.bookmarks.getBookmarks().add(bookmark);
	                         ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[170] 
	if (PageBookBrowserView.this.currentBrowserPage != null && PageBookBrowserView.this.currentBrowserPage.getBrowser() == event.widget) {
	                                                                                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[187] 
	if (PageBookBrowserView.this.currentBrowserPage != null && PageBookBrowserView.this.currentBrowserPage.getBrowser() == event.widget) {
	                                                                                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[195] 
	if (PageBookBrowserView.this.currentBrowserPage != null && PageBookBrowserView.this.currentBrowserPage.getBrowser() == event.widget) {
	                                                                                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[223] 
	return PageBookBrowserView.this.currentBrowserPage.getBrowser();
	                                ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[239] 
	public void init(final IViewSite site, final IMemento memento) throws PartInitException {
	                                             ^^^^^^^^
Illegal redefinition of parameter memento, inherited method from ViewPart declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[247] 
	this.bookmarks.save();
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[265] 
	serviceLocator.getService(IContextService.class)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getService(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[325] 
	handlers.get(OPEN_EXTERNAL_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[368] 
	PageBookBrowserView.this.bookmarks.save();
	                         ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[378] 
	handlers.get(CREATE_BOOKMARK_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[450] 
	this.currentProgress.beginTask("", total); //$NON-NLS-1$
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[452] 
	this.currentProgress.worked(current);
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[459] 
	PageBookBrowserView.this.currentBrowserPage.getBrowser().stop();
	                         ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[470] 
	this.currentProgress.worked(current - PageBookBrowserView.this.currentProgressWorked);
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[476] 
	this.currentProgress.done();
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[546] 
	return this.bookmarks.getBookmarks();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BrowserBookmark>' needs unchecked conversion to conform to '@NonNull List<@NonNull BrowserBookmark>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[546] 
	return this.bookmarks.getBookmarks();
	            ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[394] 
	item.setToolTip(this.toolTipLabelProvider.getText(item.getElement()));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[394] 
	item.setToolTip(this.toolTipLabelProvider.getText(item.getElement()));
	                     ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[397] 
	item.setToolTip(cell.getText());
	                ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[403] 
	protected ImList<@NonNull Object> getSelectionFromWidget() {
	                 ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[669] 
	result.setToolTipLabelProvider(this.toolTipLabelProvider);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ILabelProvider' but this expression has type '@Nullable ILabelProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[674] 
	result.setContentProvider((ITreeContentProvider)getContentProvider());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITreeContentProvider' needs unchecked conversion to conform to '@NonNull ITreeContentProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[66] 
	public ConfigurationBlockPreferencePage() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field block may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[66] 
	public ConfigurationBlockPreferencePage() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field blockControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[74] 
	public void init(final IWorkbench workbench) {
	                       ^^^^^^^^^^
Illegal redefinition of parameter workbench, inherited method from IWorkbenchPreferencePage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[108] 
	this.block.createContents(this.blockControl, getWorkbenchContainer(), getPreferenceStore());
	                                                                      ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPreferenceStore' but this expression has type '@Nullable IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlockPreferencePage.java:[147] 
	return (IWorkbenchPreferenceContainer)getContainer();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IWorkbenchPreferenceContainer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[102] 
	public BreadcrumbItemDropDown(final BreadcrumbItem parent, final Composite composite) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dropDownViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[102] 
	public BreadcrumbItemDropDown(final BreadcrumbItem parent, final Composite composite) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field shell may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[168] 
	BreadcrumbItemDropDown.this.parent.getViewer().fillDropDownContextMenu(manager, selection.getFirstElement());
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbItemDropDown.java:[628] 
	BreadcrumbItemDropDown.this.dropDownViewer= null;
	                                            ^^^^
Null type mismatch: required '@NonNull TreeViewer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[121] 
	public SimpleContributionItem(
			final CommandContributionItemParameter contributionParameters) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field localResourceManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[135] 
	protected SimpleContributionItem(final @Nullable String id,
			final @Nullable String label, final @Nullable String mnemonic,
			final @Nullable ImageDescriptor icon, final @Nullable ImageDescriptor disabledIcon,
			final int style) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field localResourceManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[191] 
	this.workbenchHelpSystem.setHelp(item, this.helpContextId);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[197] 
	update(null);
	       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[221] 
	update(null);
	       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[240] 
	this.workbenchHelpSystem.setHelp(item, this.helpContextId);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[246] 
	update(null);
	       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[252] 
	update(null);
	       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[256] 
	public void update(final String id) {
	                         ^^^^^^
Illegal redefinition of parameter id, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[259] 
	updateMenuItem((MenuItem) this.widget);
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull MenuItem' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[262] 
	updateToolItem((ToolItem) this.widget);
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ToolItem' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[265] 
	updateButton((Button) this.widget);
	             ^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Button' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[279] 
	text= updateMnemonic(text);
	                     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[286] 
	else {
				item.setText(text + '\t' + keyBindingText);
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[314] 
	final String toolTipText= getToolTipText(text);
	                                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[339] 
	final String toolTipText= getToolTipText(text);
	                                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[357] 
	else {
				tooltipText= ""; //$NON-NLS-1$
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[362] 
	return tooltipText;
	       ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[369] 
	final int idx= s.indexOf(this.mnemonic);
	                         ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[379] 
	this.widget.removeListener(SWT.Selection, getItemListener());
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[380] 
	this.widget.removeListener(SWT.Dispose, getItemListener());
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[389] 
	this.widget.dispose();
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[399] 
	this.localResourceManager= null;
	                           ^^^^
Null type mismatch: required '@NonNull LocalResourceManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[421] 
	return this.menuItemListener;
	       ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Listener' but this expression has type '@Nullable Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[467] 
	this.workbenchHelpSystem.setHelp(menu, this.helpContextId);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[510] 
	item.setImage(this.icon == null ? null : m.createImage(this.icon));
	^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[513] 
	item.setImage(m.createImage(this.icon));
	^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[525] 
	item.setDisabledImage(this.disabledIcon == null ? null : m
	^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[537] 
	update(null);
	       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[546] 
	((MenuItem) this.widget).setSelection(this.checkedState);
	                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[549] 
	((ToolItem) this.widget).setSelection(this.checkedState);
	                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[556] 
	((ToolItem) this.widget).setToolTipText(text);
	                 ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[144] 
	final DataBindingSupport databinding= new DataBindingSupport(getDialogArea());
	                                                             ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Control' but this expression has type '@Nullable Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[166] 
	layout.verticalSpacing= 0;
	^^^^^^
Potential null pointer access: The variable layout may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[172] 
	((GridData)children[0].getLayoutData()).horizontalSpan++;
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[211] 
	for (final Control child : getButton(IDialogConstants.OK_ID).getParent().getChildren()) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[211] 
	for (final Control child : getButton(IDialogConstants.OK_ID).getParent().getChildren()) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[38] 
	import org.eclipse.ui.internal.services.IServiceLocatorCreator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[39] 
	import org.eclipse.ui.internal.services.ServiceLocator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[69] 
	private ServiceLocator breadcrumbServices;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] 
	public AbstractBreadcrumb() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field breadcrumbServices may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] 
	public AbstractBreadcrumb() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field breadcrumbViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] 
	public AbstractBreadcrumb() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field composite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] 
	public AbstractBreadcrumb() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field displayFocusListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[72] 
	public AbstractBreadcrumb() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field propertyChangeListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[99] 
	this.breadcrumbViewer.setSelection(new StructuredSelection(this.breadcrumbViewer.getInput()));
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[150] 
	doRevealOrOpen(event.getSelection());
	               ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelection' needs unchecked conversion to conform to '@NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[196] 
	this.breadcrumbServices.dispose();
	                        ^^^^^^^
Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[197] 
	this.breadcrumbServices= null;
	                         ^^^^
Null type mismatch: required '@NonNull ServiceLocator' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[325] 
	if (this.breadcrumbViewer == null) {
			return false;
		}
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[356] 
	final IServiceLocatorCreator serviceCreator= pageServices.getService(IServiceLocatorCreator.class);
	      ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[356] 
	final IServiceLocatorCreator serviceCreator= pageServices.getService(IServiceLocatorCreator.class);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] 
	this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() {
				@Override
				public void dispose() {
					AbstractBreadcrumb.this.breadcrumbServiceState= -1;
					AbstractBreadcrumb.this.breadcrumbServices= null;
				}
			});
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ServiceLocator' needs unchecked conversion to conform to '@NonNull ServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] 
	this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() {
	                          ^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] 
	this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() {
	                                         ^^^^^^^^^^^^^^
Potential null pointer access: The variable serviceCreator may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[357] 
	this.breadcrumbServices= (ServiceLocator)serviceCreator.createServiceLocator(pageServices, null, new IDisposable() {
	                                                        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IServiceLocatorCreator.createServiceLocator(IServiceLocator, AbstractServiceFactory, IDisposable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[361] 
	AbstractBreadcrumb.this.breadcrumbServices= null;
	                                            ^^^^
Null type mismatch: required '@NonNull ServiceLocator' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[372] 
	contextService.activateContext("org.eclipse.jdt.ui.breadcrumbEditorScope"); //$NON-NLS-1$
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[396] 
	this.breadcrumbServices.activate();
	                        ^^^^^^^^
Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[406] 
	this.breadcrumbServices.deactivate();
	                        ^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/SelectionTransferDragAdapter.java:[44] 
	public void dragStart(final DragSourceEvent event) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DragSourceListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/SelectionTransferDragAdapter.java:[57] 
	public void dragSetData(final DragSourceEvent event) {
	                              ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DragSourceListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/SelectionTransferDragAdapter.java:[62] 
	public void dragFinished(final DragSourceEvent event) {
	                               ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DragSourceListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[25] 
	public class IntValueObservable extends AbstractSWTObservableValue implements IIntValueListener {
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[38] 
	super(realm, widget.getControl());
	      ^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[38] 
	super(realm, widget.getControl());
	             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[58] 
	fireValueChange(Diffs.createValueDiff(oldValue, newValue));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
697. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 58)
	fireValueChange(Diffs.createValueDiff(oldValue, newValue));
	                                      ^^^^^^^^
The expression of type int is boxed into Integer
698. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 58)
	fireValueChange(Diffs.createValueDiff(oldValue, newValue));
	                                                ^^^^^^^^
The expression of type int is boxed into Integer
699. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 64)
	return fWidget.getValue(fValueIdx);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java:[73] 
	setValue(event.newValue);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
701. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/IntValueObservable.java (at line 73)
	setValue(event.newValue);
	         ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/swt/expandable/ExpandableComposite.java:[579] 
	public ExpandableComposite(final Composite parent, final int style, final int expansionStyle) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field client may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/swt/expandable/ExpandableComposite.java:[1141] 
	size= layout.computeSize(this, wHint, hHint, changed);
	      ^^^^^^
Potential null pointer access: The variable layout may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[33] 
	public class IntValue2Double2TextBinding extends AbstractObservableValue
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[36] 
	private static IConverter gDouble2TextConverter;
	               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[37] 
	private static IConverter gText2DoubleConverter;
	               ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[40] 
	class Access extends UpdateValueStrategy {
	                     ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[42] 
	public IConverter createConverter(final Object fromType, final Object toType) {
	       ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[68] 
	final Realm realm, final IConverter double2textConverter, final IConverter text2doubleConverter) {
	                         ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[68] 
	final Realm realm, final IConverter double2textConverter, final IConverter text2doubleConverter) {
	                                                                ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[127] 
	fLower.setValue(fLower.getValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[128] 
	fUpper.setValue(fUpper.getValue());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[144] 
	private final IConverter fDouble2TextConverter;
	              ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[145] 
	private final IConverter fText2IntConverter;
	              ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[152] 
	final Realm realm, IConverter double2textConverter, IConverter text2doubleConverter) {
	                   ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[152] 
	final Realm realm, IConverter double2textConverter, IConverter text2doubleConverter) {
	                                                    ^^^^^^^^^^
IConverter is a raw type. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[153] 
	super(realm);
	      ^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[171] 
	if (!double2textConverter.getFromType().equals(Double.TYPE)
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFromType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[172] 
	|| !double2textConverter.getToType().equals(String.class)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getToType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[181] 
	if (!text2doubleConverter.getFromType().equals(String.class)
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFromType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[182] 
	|| !text2doubleConverter.getToType().equals(Double.TYPE)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getToType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[230] 
	final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null;
	      ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
723. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java (at line 230)
	final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null;
	                                                                     ^^^^^^^^^^
The expression of type double is boxed into Double
724. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java (at line 230)
	final ValueDiff diff = (fLastValue != value) ? Diffs.createValueDiff(fLastValue, value) : null;
	                                                                                 ^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[236] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[241] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[287] 
	return ((Double) fText2IntConverter.convert(text)).doubleValue();
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java:[299] 
	return (String) fDouble2TextConverter.convert(Double.valueOf(value));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter<F,T> should be parameterized
729. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/IntValue2Double2TextBinding.java (at line 325)
	return fLastValue;
	       ^^^^^^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/jface/resource/ImageDescriptorRegistry.java:[93] 
	if (descriptor == null) {
			descriptor= ImageDescriptor.getMissingImageDescriptor();
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[60] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[120] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[123] 
	((IStructuredSelection) AutoCheckController.this.viewer.getSelection()).toList() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends TElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[27] 
	public class RadioGroupObservable extends AbstractSWTObservableValue implements SelectionListener {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[36] 
	super(realm, buttons[0]);
	      ^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[36] 
	super(realm, buttons[0]);
	             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Widget'
737. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java (at line 53)
	return fIdx;
	       ^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[70] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[74] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java:[81] 
	fireValueChange(Diffs.createValueDiff(old, i));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
741. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java (at line 81)
	fireValueChange(Diffs.createValueDiff(old, i));
	                                      ^^^
The expression of type int is boxed into Integer
742. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/RadioGroupObservable.java (at line 81)
	fireValueChange(Diffs.createValueDiff(old, i));
	                                           ^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[105] 
	private IAdaptable element;
	                   ^^^^^^^
The @NonNull field element may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[107] 
	private String name;
	               ^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[122] 
	return this.element.getAdapter(adapterType);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[142] 
	public boolean select(final Viewer viewer, final Object parentElement, final Object element) {
	                            ^^^^^^
Illegal redefinition of parameter viewer, inherited method from ViewerFilter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[142] 
	public boolean select(final Viewer viewer, final Object parentElement, final Object element) {
	                                                 ^^^^^^
Illegal redefinition of parameter parentElement, inherited method from ViewerFilter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[142] 
	public boolean select(final Viewer viewer, final Object parentElement, final Object element) {
	                                                                             ^^^^^^
Illegal redefinition of parameter element, inherited method from ViewerFilter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[151] 
	if (select(viewer, element, children[i])) {
	                            ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] 
	public QuickTreeInformationControl(final Shell parent, final int shellStyle,
			final boolean showStatusField, final String commandId, final int iterationCount) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandActiveKeyStrokes may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] 
	public QuickTreeInformationControl(final Shell parent, final int shellStyle,
			final boolean showStatusField, final String commandId, final int iterationCount) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandBestKeyStrokeFormatted may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] 
	public QuickTreeInformationControl(final Shell parent, final int shellStyle,
			final boolean showStatusField, final String commandId, final int iterationCount) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandKeyListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] 
	public QuickTreeInformationControl(final Shell parent, final int shellStyle,
			final boolean showStatusField, final String commandId, final int iterationCount) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field filterText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] 
	public QuickTreeInformationControl(final Shell parent, final int shellStyle,
			final boolean showStatusField, final String commandId, final int iterationCount) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field finalNameFilter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[194] 
	public QuickTreeInformationControl(final Shell parent, final int shellStyle,
			final boolean showStatusField, final String commandId, final int iterationCount) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field treeViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[225] 
	final KeyStroke keyStroke= getKeyStroke(sequence);
	                                        ^^^^^^^^
Null type mismatch: required '@NonNull TriggerSequence' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[229] 
	this.commandBestKeyStrokeFormatted= keyStroke.format();
	                                    ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[234] 
	final KeyStroke keyStroke= getKeyStroke(sequences[i]);
	                                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TriggerSequence' needs unchecked conversion to conform to '@NonNull TriggerSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[291] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from PopupDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[321] 
	TreeItem lastItem= null;
	                   ^^^^
Null type mismatch: required '@NonNull TreeItem' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[352] 
	this.lastItem= null;
	               ^^^^
Null type mismatch: required '@NonNull TreeItem' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[383] 
	return this.treeViewer.getControl();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[457] 
	this.finalNameFilter= this.nameFilter.getFinal(false);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IElementFilter.IFinalFilter' needs unchecked conversion to conform to 'IElementFilter.@NonNull IFinalFilter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[470] 
	if (this.treeViewer == null) {
			return null;
		}
	                             ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[474] 
	return ((IStructuredSelection) this.treeViewer.getSelection()).getFirstElement();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[500] 
	final Object element= findFirstMatch(tree.getItems());
	                                     ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeItem[]' needs unchecked conversion to conform to 'TreeItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[523] 
	final Object element= findFirstMatch(items[i].getItems());
	                                     ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeItem[]' needs unchecked conversion to conform to 'TreeItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[536] 
	public void setInformation(final String information) {
	                                 ^^^^^^
Illegal redefinition of parameter information, inherited method from IInformationControl does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[541] 
	public abstract void setInput(Object information);
	                              ^^^^^^
Illegal redefinition of parameter information, inherited method from IInformationControlExtension2 does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[564] 
	this.finalNameFilter= this.nameFilter.getFinal(true);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IElementFilter.IFinalFilter' needs unchecked conversion to conform to 'IElementFilter.@NonNull IFinalFilter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[570] 
	return ((ILabelProvider) labelProvider).getText(element);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[576] 
	if (this.finalNameFilter == null) {
			return true;
		}
	                                  ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[592] 
	protected void fillDialogMenu(final IMenuManager menu) {
	                                    ^^^^^^^^^^^^
Illegal redefinition of parameter menu, inherited method from PopupDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[625] 
	this.treeViewer= null;
	                 ^^^^
Null type mismatch: required '@NonNull TreeViewer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[626] 
	this.filterText= null;
	                 ^^^^
Null type mismatch: required '@NonNull SearchText' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[670] 
	public void setLocation(final Point location) {
	                              ^^^^^
Illegal redefinition of parameter location, inherited method from IInformationControl does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[705] 
	public void setForegroundColor(final Color foreground) {
	                                     ^^^^^
Illegal redefinition of parameter foreground, inherited method from IInformationControl does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[710] 
	public void setBackgroundColor(final Color background) {
	                                     ^^^^^
Illegal redefinition of parameter background, inherited method from IInformationControl does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[771] 
	protected Control createTitleControl(final Composite parent) {
	                                           ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from PopupDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[788] 
	return editor.getEditorSite().getActionBars().getStatusLineManager().getProgressMonitor();
	       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getEditorSite() may return null
781. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java (at line 53)
	this.bookmarks= view.getBookmarks();
	                ^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull BrowserBookmark>' is made accessible using the less-annotated type 'List<BrowserBookmark>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[77] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[77] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[78] 
	final Control control= super.createContents(parent);
	                                            ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[86] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[86] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[87] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[103] 
	protected BrowserBookmark edit1(final BrowserBookmark item, final boolean newItem, final Object parent) {
	                                      ^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ButtonGroup<BrowserBookmark> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[103] 
	protected BrowserBookmark edit1(final BrowserBookmark item, final boolean newItem, final Object parent) {
	                                                                                         ^^^^^^
Missing non-null annotation: inherited method from ButtonGroup<BrowserBookmark> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[113] 
	getButton(IDialogConstants.OPEN_ID).setEnabled(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[126] 
	this.tableViewer.setContentProvider(new ObservableListContentProvider());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[128] 
	this.buttons.connectTo(this.tableViewer, writableList, null);
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[128] 
	this.buttons.connectTo(this.tableViewer, writableList, null);
	                                                       ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable BrowserBookmark>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[129] 
	ViewerUtils.scheduleStandardSelection(this.tableViewer);
	                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull TableViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[136] 
	protected void createButtonsForButtonBar(final Composite parent) {
	                                               ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[137] 
	createButton(parent, IDialogConstants.OPEN_ID, IDialogConstants.OPEN_LABEL, false);
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[138] 
	createButton(parent, IDialogConstants.CLOSE_ID, IDialogConstants.CLOSE_LABEL, true);
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[146] 
	this.view.openBookmark(bookmark, this.view.getCurrentSession());
	                       ^^^^^^^^
Null type mismatch: required '@NonNull BrowserBookmark' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManageBookmarksDialog.java:[146] 
	this.view.openBookmark(bookmark, this.view.getCurrentSession());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull BrowserSession' but this expression has type '@Nullable BrowserSession'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[194] 
	public Knob(final int value) {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field button may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[194] 
	public Knob(final int value) {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolTipText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] 
	public WaScale(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field color1 may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] 
	public WaScale(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field color2 may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] 
	public WaScale(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rangeColor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] 
	public WaScale(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rangeFocusColor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] 
	public WaScale(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scaleArea may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[370] 
	public WaScale(final Composite parent, final int style) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field tickColor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[458] 
	knob.button= null;
	             ^^^^
Null type mismatch: required '@NonNull Button' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[547] 
	public void addValueListener(final IIntValueListener listener) {
	                                   ^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter listener, inherited method from IIntValueWidget does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[552] 
	public void removeValueListener(final IIntValueListener listener) {
	                                      ^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter listener, inherited method from IIntValueWidget does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[648] 
	public void setBackground(final Color color) {
	                                ^^^^^
Illegal redefinition of parameter color, inherited method from Control declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[693] 
	color= ColorUtils.blend(getBackground(),
	                        ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntValueEvent.java:[34] 
	super(source);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[58] 
	this.realm= Realm.getDefault();
	            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[96] 
	this.dbc= null;
	          ^^^^
Null type mismatch: required '@NonNull DataBindingContext' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[97] 
	this.realm= null;
	            ^^^^
Null type mismatch: required '@NonNull Realm' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[31] 
	public abstract class ManagedPage<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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[39] 
	public ManagedPage(final TView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[47] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[71] 
	this.handlers= new ContextHandlers(site);
	                                   ^^^^
Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[72] 
	initActions(site, this.handlers);
	            ^^^^
Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[73] 
	contributeToActionBars(site, site.getActionBars(), this.handlers);
	                             ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IActionBars' needs unchecked conversion to conform to '@NonNull IActionBars'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[31] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[49] 
	private final ListenerList fSelectionChangedListeners = new ListenerList();
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[49] 
	private final ListenerList fSelectionChangedListeners = new ListenerList();
	                                                            ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[50] 
	private final ListenerList fDoubleClickListeners = new ListenerList();
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[50] 
	private final ListenerList fDoubleClickListeners = new ListenerList();
	                                                       ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[120] 
	fSelectionChangedListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[130] 
	fDoubleClickListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[139] 
	((ISelectionChangedListener) o).selectionChanged(event);
	                                                 ^^^^^
Null type safety (type annotations): The expression of type 'SelectionChangedEvent' needs unchecked conversion to conform to '@NonNull SelectionChangedEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[149] 
	((IDoubleClickListener) o).doubleClick(event);
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'DoubleClickEvent' needs unchecked conversion to conform to '@NonNull DoubleClickEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[190] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[196] 
	public void doubleClick(final DoubleClickEvent event) {
	                              ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[233] 
	final Object parent = fTreeContentProvider.getParent(element);
	                                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[234] 
	fTreeViewer.setSelection(new StructuredSelection(parent), true);
	                                                 ^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[235] 
	fListViewer.setSelection(new StructuredSelection(element), true);
	                                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[239] 
	fTreeViewer.setSelection(new StructuredSelection(element), true);
	                                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[250] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[274] 
	public void setListSorter(final ViewerSorter sorter) {
	                                ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[275] 
	fListViewer.setSorter(sorter);
	            ^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[302] 
	public void setTreeSorter(final ViewerSorter sorter) {
	                                ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/TreeAndListGroup.java:[303] 
	fTreeViewer.setSorter(sorter);
	            ^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InformationDispatchHandler.java:[85] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[139] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[141] 
	this.validator= new ObservableFileValidator(Realm.getDefault());
	                                            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[184] 
	this.validator.getWorkspaceResourceObservable().addValueChangeListener(this);
	                                                                       ^^^^
Null type safety (type annotations): The expression of type 'ResourceInputComposite' needs unchecked conversion to conform to '@NonNull IValueChangeListener<? super @Nullable IResource>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[187] 
	this.validator.getFileStoreObservable().addValueChangeListener(this);
	                                                               ^^^^
Null type safety (type annotations): The expression of type 'ResourceInputComposite' needs unchecked conversion to conform to '@NonNull IValueChangeListener<? super @Nullable IFileStore>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[200] 
	this.validator.setResourceLabel(MessageUtils.removeMnemonics(label));
	                                                             ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[213] 
	final String name= variable.getName();
	                   ^^^^^^^^
Potential null pointer access: The variable variable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[221] 
	final String name= variable.getName();
	                   ^^^^^^^^
Potential null pointer access: The variable variable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[285] 
	return this.validator.getVariableResolver().escapeText(text);
	                                                       ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[390] 
	public void modifyText(final ModifyEvent e) {
	                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[414] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[427] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[440] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[453] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[466] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[484] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[530] 
	final String wsPath= resource.getFullPath().toString();
	                     ^^^^^^^^
Potential null pointer access: The variable resource may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[557] 
	wsPath= res.getFullPath().toString();
	        ^^^
Potential null pointer access: The variable res may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[572] 
	while (!res.exists()) {
	        ^^^
Potential null pointer access: The variable res may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[574] 
	path.insert(0, res.getName());
	               ^^^
Potential null pointer access: The variable res may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[594] 
	path= URIUtil.toPath(this.validator.getFileStore().toURI()).toOSString();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[594] 
	path= URIUtil.toPath(this.validator.getFileStore().toURI()).toOSString();
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileStore() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[604] 
	dialog.setText(MessageUtils.removeMnemonics(getTaskLabel()));
	                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[610] 
	dialog.setText(MessageUtils.removeMnemonics(getTaskLabel()));
	                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
867. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java (at line 638)
	final Map<String, IStringVariable> extraVariables= this.validator.getVariableResolver()
					.getExtraVariables();
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull IStringVariable>' is made accessible using the less-annotated type 'Map<String,IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[655] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[668] 
	path= URIUtil.toPath(fileStore.toURI()).toOSString();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[717] 
	.observe(this.locationComboField);
	         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Widget'
871. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java (at line 720)
	return WidgetProperties.text(SWT.Modify)
					.observe(this.locationTextField);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull String>' is made accessible using the less-annotated type 'IObservableValue<String>', corresponding supertype is 'IObservableValue<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ResourceInputComposite.java:[721] 
	.observe(this.locationTextField);
	         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[78] 
	public AbstractResourceSelectionDialog(final Shell parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field selectedResource may not have been initialized, whereas its type 'TResource' is a free type variable that may represent a '@NonNull' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[134] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[148] 
	public void doubleClick(final DoubleClickEvent event) {
	                              ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[186] 
	final List elements= getInitialElementSelections();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[207] 
	(TResource) resource : null;
	^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IResource to TResource
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/workspace/AbstractResourceSelectionDialog.java:[207] 
	(TResource) resource : null;
	                       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TResource'
879. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java (at line 144)
	this.text.setText(formatValue(newValue));
	                              ^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SubMenuContributionItem.java:[64] 
	public void fill(final Menu parent, final int index) {
	                       ^^^^
Missing non-null annotation: inherited method from ContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/EditBookmarkDialog.java:[59] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/EditBookmarkDialog.java:[59] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/EditBookmarkDialog.java:[60] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[55] 
	public Object[] getElements(final Object inputElement) {
	       ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[55] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[56] 
	return ((Set) inputElement).toArray();
	         ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[59] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[59] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[59] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[69] 
	public String getText(final Object element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[69] 
	public String getText(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[79] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[81] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                         ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[81] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                              ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[81] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                                               ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[124] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[124] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[126] 
	final Composite composite = (Composite) super.createDialogArea(parent);
	                                                               ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[133] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[139] 
	public void doubleClick(final DoubleClickEvent event) {
	                              ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[157] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[161] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ProjectSelectionDialog.java:[179] 
	fTableViewer.addFilter(fFilter);
	                       ^^^^^^^
Null type safety (type annotations): The expression of type 'ViewerFilter' needs unchecked conversion to conform to '@NonNull ViewerFilter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[19] 
	import org.eclipse.jface.internal.text.InternalAccessor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalAccessor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
905. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java (at line 61)
	private final int fMarginY= 5;
	                  ^^^^^^^^
The value of the field ColumnHoverManager.fMarginY is not used
906. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java (at line 76)
	private volatile Object fTextHover; // not used
	                        ^^^^^^^^^^
The value of the field ColumnHoverManager.fTextHover is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[206] 
	if (display == null) {
				return;
			}
	                     ^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[298] 
	final InternalAccessor accessor = getInternalAccessor();
	      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalAccessor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[299] 
	if (accessor.getInformationControlReplacer() == null) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InternalAccessor.getInformationControlReplacer()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[302] 
	final IInformationControl iControl = accessor.getCurrentInformationControl();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InternalAccessor.getCurrentInformationControl()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[303] 
	if (accessor.canReplace(iControl)) {
	             ^^^^^^^^^^
Discouraged access: The method 'InternalAccessor.canReplace(IInformationControl)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[305] 
	accessor.replaceInformationControl(true);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InternalAccessor.replaceInformationControl(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[54] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
914. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java (at line 90)
	private Composite composite;
	                  ^^^^^^^^^
The value of the field ToolPopup.ToolTab.composite is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[112] 
	final Composite composite= new Composite(this.parent.getTabFolder(), SWT.NONE);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CTabFolder' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[142] 
	public void paintControl(final PaintEvent e) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[201] 
	final Monitor monitor= DialogUtils.getClosestMonitor(display, position);
	                                                              ^^^^^^^^
Null type safety (type annotations): The expression of type 'Rectangle' needs unchecked conversion to conform to '@NonNull Rectangle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[278] 
	final Composite commonBar= new Composite(this.shell, SWT.NONE);
	                                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[287] 
	this.okButton.setText(IDialogConstants.OK_LABEL);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[26] 
	import org.eclipse.ui.internal.contexts.NestableContextService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[27] 
	import org.eclipse.ui.internal.handlers.LegacyHandlerService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[28] 
	import org.eclipse.ui.internal.services.IServiceLocatorCreator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[29] 
	import org.eclipse.ui.internal.services.IWorkbenchLocationService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[30] 
	import org.eclipse.ui.internal.services.ServiceLocator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[31] 
	import org.eclipse.ui.internal.services.WorkbenchLocationService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[50] 
	registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(
	                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[50] 
	registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[50] 
	registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WorkbenchLocationService(String, IWorkbench, IWorkbenchWindow, IWorkbenchPartSite, IEditorSite, IPageSite, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[58] 
	contextService.registerShell(shell, IContextService.TYPE_DIALOG);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[69] 
	private ServiceLocator serviceLocator;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[82] 
	final IServiceLocatorCreator slc= parent.getService(IServiceLocatorCreator.class);
	      ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[82] 
	final IServiceLocatorCreator slc= parent.getService(IServiceLocatorCreator.class);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[84] 
	this.context= parentContext.createChild(name);
	              ^^^^^^^^^^^^^
Potential null pointer access: The variable parentContext may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[85] 
	this.serviceLocator= (ServiceLocator) slc.createServiceLocator(parent, null,
	                      ^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[85] 
	this.serviceLocator= (ServiceLocator) slc.createServiceLocator(parent, null,
	                                      ^^^
Potential null pointer access: The variable slc may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[85] 
	this.serviceLocator= (ServiceLocator) slc.createServiceLocator(parent, null,
	                                          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IServiceLocatorCreator.createServiceLocator(IServiceLocator, AbstractServiceFactory, IDisposable, IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[99] 
	this.serviceLocator.registerService(api, service);
	                    ^^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.registerService(Class, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[103] 
	registerService(IContextService.class, new NestableContextService(
	                                           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[103] 
	registerService(IContextService.class, new NestableContextService(
	                                           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestableContextService(IContextService, Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[105] 
	registerService(IHandlerService.class, new LegacyHandlerService(
	                                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[105] 
	registerService(IHandlerService.class, new LegacyHandlerService(
	                                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'LegacyHandlerService(IEclipseContext, Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[111] 
	this.serviceLocator.dispose();
	                    ^^^^^^^
Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[154] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[155] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[186] 
	NestedServices.this.serviceLocator.activate();
	                                   ^^^^^^^^
Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[194] 
	this.serviceLocator.deactivate();
	                    ^^^^^^^^^^
Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[200] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/NestedServices.java:[200] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[55] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[72] 
	fontRegistry.put(FONT_SYMBOLIC_NAME, toolFont.getFontData());
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FontData[]' needs unchecked conversion to conform to '@NonNull FontData @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[83] 
	super(target.getParent(), SWT.NONE);
	      ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[91] 
	public void setFont(final Font font) {
	                          ^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[112] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[118] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[121] 
	public void keyReleased(final KeyEvent e) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[130] 
	public void focusGained(final FocusEvent e) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[134] 
	public void focusLost(final FocusEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[141] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WidgetToolsButton.java:[158] 
	final Point pos = fButton.getParent().toDisplay(bounds.x, bounds.y + bounds.height);
	                  ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[55] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[59] 
	fControl.addDisposeListener(fDisposeListener);
	                            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DisposeListener' needs unchecked conversion to conform to '@NonNull DisposeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[68] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Missing non-null annotation: inherited method from SettingsChangeNotifier.ChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/SettingsUpdater.java:[94] 
	fControl.removeDisposeListener(fDisposeListener);
	                               ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DisposeListener' needs unchecked conversion to conform to '@NonNull DisposeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/TreeSelectionProxy.java:[30] 
	public TreePath[] getPathsFor(final Object element) {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull TreePath []' returned from ITreeSelection.getPathsFor(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/TreeSelectionProxy.java:[35] 
	public TreePath[] getPaths() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull TreePath @NonNull[]' returned from ITreeSelection.getPaths() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[35] 
	return LegacyActionTools.removeMnemonics(label);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[139] 
	return TextProcessor.process(url, URL_DELIMITERS);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[143] 
	return TextProcessor.process(path);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/MessageUtils.java:[155] 
	return TextProcessor.process(name, FILE_PATTERN_DELIMITERS);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
969 problems (0 errors, 934 warnings, 35 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.uimisc ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui >--
[INFO] Building [bundle] StatET ECommons - Debug - UI  (Incubation) 4.8.0.202308171800-r [25/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Resolving class path of [bundle] StatET ECommons - Debug - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[163] 
	final ImageRegistry imageRegistry= ECommonsDebugUIPlugin.getInstance().getImageRegistry();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[187] 
	return DialogUtils.getDialogSettings(ECommonsDebugUIPlugin.getInstance(), this.contentTypeId);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Plugin' but this expression has type '@Nullable ECommonsDebugUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[198] 
	settings.put(ACTIVE_CONFIG_KEY, (this.activeConfig != null) ? this.activeConfig.getName() : null);
	                                                                   ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[289] 
	listener.activeConfigChanged(newActive);
	                             ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ILaunchConfiguration' but this expression has type '@Nullable ILaunchConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[357] 
	selection= new StructuredSelection(config.doSave());
	                                   ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[368] 
	final String groupId= getLaunchGroup(this.configType, ILaunchManager.RUN_MODE).getIdentifier();
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchGroup(ILaunchConfigurationType, String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[415] 
	return ECommonsDebugUIPlugin.getInstance().getImageRegistry().getDescriptor(
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[415] 
	return ECommonsDebugUIPlugin.getInstance().getImageRegistry().getDescriptor(
				this.activeConfig == configuration ?
						this.activeConfigImageKey :
						this.configImageKey );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[422] 
	return ECommonsDebugUIPlugin.getInstance().getImageRegistry().get(
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[422] 
	return ECommonsDebugUIPlugin.getInstance().getImageRegistry().get(
				(this.activeConfig == configuration) ?
						this.activeConfigImageKey :
						this.configImageKey );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[444] 
	return ECommonsDebugUIPlugin.getInstance().getImageRegistry().get(this.configImageKey);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigUtils.java:[108] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Illegal redefinition of parameter events, inherited method from IDebugEventSetListener declares this parameter as '@NonNull DebugEvent @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[82] 
	config.setAttribute(name, (List) value);
	                          ^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[85] 
	config.setAttribute(name, (Map) value);
	                          ^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/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.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigPresets.java:[113] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java:[140] 
	configure((Map<String, String>) data);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/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>'
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java (at line 154)
	this.launchFlags= CollectionUtils.toIdentifierSet(s.split(";")); //$NON-NLS-1$
	                                                  ^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsDropdownContribution.java:[174] 
	protected void createContributionItems(final List<IContributionItem> items) {
	                                             ^^^^
Illegal redefinition of parameter items, inherited method from ListContributionItem does not constrain this parameter
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/internal/ecommons/debug/ui/ECommonsDebugUIPlugin.java (at line 85)
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsDebugUIPlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigLaunchShortcut.java:[76] 
	final IWorkbenchWindow window= editor.getEditorSite().getWorkbenchWindow();
	                               ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getEditorSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithPresets.java:[75] 
	loadPreset((ILaunchConfiguration)e.widget.getData());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ILaunchConfiguration' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithPresets.java:[94] 
	final ILaunchConfigurationTab[] tabs= getLaunchConfigurationDialog().getTabs();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithPresets.java:[96] 
	return ImCollections.newList(tabs, 0, tabs.length - 1);
	                             ^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationTab[]' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationTab @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[107] 
	public ConfigContribution(final String label, final Image icon,
				final ILaunchConfiguration configuration) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[149] 
	protected void fillMenu(final Menu menu) {
	                              ^^^^
Illegal redefinition of parameter menu, inherited method from SubMenuContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[152] 
	addActivateItem(menu, null);
	                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[153] 
	addEditItem(menu, null);
	                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[163] 
	this.data.helpSystem.setHelp(item, helpContextId);
	          ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[173] 
	this.data.helpSystem.setHelp(item, helpContextId);
	          ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[190] 
	final TriggerSequence binding= this.data.bindingService.getBestActiveBindingFor(commandId);
	                                         ^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[204] 
	this.data.helpSystem.setHelp(item, helpContextId);
	          ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[220] 
	manager.launch(this.config, getElement(), (ImIdentitySet<String>) data);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImIdentitySet<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[232] 
	manager.openConfigurationDialog(window.getShell(),
	                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[269] 
	getManager().openConfigurationDialog(window.getShell(), null);
	                                     ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[282] 
	public ShortcutContribution(final String label, final @Nullable ImageDescriptor icon,
				final IdentitySet<String> launchFlags) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[305] 
	getManager().launch(this.data.activeConfig, getElement(), getLaunchFlags());
	                    ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ILaunchConfiguration' but this expression has type '@Nullable ILaunchConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[317] 
	public RunConfigsMenuContribution(final ActionUtil<TElement> util) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field serviceLocator may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[364] 
	protected void createContributionItems(final List<IContributionItem> items) {
	                                             ^^^^
Illegal redefinition of parameter items, inherited method from ListContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunConfigsMenuContribution.java:[377] 
	(this.serviceLocator != null) ? this.serviceLocator : window,
	                                                      ^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/WrappedLaunchConfigurationTab.java:[113] 
	public void performApply(@NonNull final ILaunchConfigurationWorkingCopy configuration) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/WrappedLaunchConfigurationTab.java:[146] 
	public void launched(final ILaunch launch) {
	                           ^^^^^^^
Illegal redefinition of parameter launch, inherited method from ILaunchConfigurationTab does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[71] 
	protected LaunchConfigTabWithDbc() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field aggregateStatus may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[71] 
	protected LaunchConfigTabWithDbc() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dbc may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[80] 
	switch (DataStatus.getInfoSeverity(this.currentStatus)) {
	                                   ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IStatus' but this expression has type '@Nullable IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[85] 
	setErrorMessage(this.currentStatus.getMessage());
	                     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[89] 
	setWarningMessage(this.currentStatus.getMessage());
	                       ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[93] 
	setMessage(this.currentStatus.getMessage());
	                ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[108] 
	return Realm.getDefault();
	       ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
52. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java (at line 117)
	this.aggregateStatus.addValueChangeListener(new IValueChangeListener<IStatus>() {
			@Override
			public void handleValueChange(final ValueChangeEvent<? extends IStatus> event) {
				LaunchConfigTabWithDbc.this.currentStatus= event.diff.getNewValue();
				updateDialogState();
			}
		});
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ' is made accessible using the less-annotated type 'IValueChangeListener<? super IStatus>', corresponding supertype is 'IValueChangeListener<@NonNull IStatus>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[128] 
	public void handleChange(final ObservableEvent event) {
	                               ^^^^^^^^^^^^^^^
Illegal redefinition of parameter event, inherited method from DirtyTracker declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[148] 
	this.aggregateStatus= null;
	                      ^^^^
Null type mismatch: required '@NonNull AggregateValidationStatus' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[152] 
	this.dbc= null;
	          ^^^^
Null type mismatch: required '@NonNull DataBindingContext' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[272] 
	return (DataStatus.getInfoSeverity(this.currentStatus) <= IStatus.WARNING);
	                                   ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IStatus' but this expression has type '@Nullable IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[277] 
	return (this.currentStatus.getSeverity() < IStatus.ERROR);
	             ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[59] 
	final IEditorPart activeEditor= page.getActiveEditor();
	                                ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[73] 
	return window;
	       ^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IWorkbenchWindow'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[116] 
	return window.getActivePage().getActiveEditor();
	       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/ActionUtil.java:[170] 
	manager.openConfigurationDialog(window.getShell(), null);
	                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIResources.java:[50] 
	super(ECommonsDebugUIPlugin.getInstance().getImageRegistry());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailPane.java:[100] 
	this.propertyListeners.add(listener);
	                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'IPropertyListener' needs unchecked conversion to conform to '@NonNull IPropertyListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailPane.java:[125] 
	this.composite= new Composite(parent, SWT.NONE);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[79] 
	this.composite= new Composite(parent, SWT.NONE);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[101] 
	return MessageUtils.removeMnemonics(text);
	                                    ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[118] 
	public void handleValueChange(final ValueChangeEvent<? extends IStatus> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<IStatus> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[125] 
	new DirtyTracker(this.dbc) {
	                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'DataBindingContext' needs unchecked conversion to conform to '@NonNull DataBindingContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[127] 
	public void handleChange(final ObservableEvent event) {
	                               ^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DirtyTracker specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/breakpoints/AbstractBreakpointDetailEditor.java:[143] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[77] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[110] 
	label.setText(this.label);
	              ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[118] 
	gd.widthHint= LayoutUtils.hintWidth(this.textControl, SWT.DEFAULT);
	                                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java:[138] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
75. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/InputArgumentsComposite.java (at line 147)
	final Map<String, IStringVariable> extraVariables= this.variableResolver.getExtraVariables();
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull IStringVariable>' is made accessible using the less-annotated type 'Map<String,IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigScopeHandler.java:[92] 
	this.manager.removeListener(this);
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
76 problems (0 errors, 72 warnings, 4 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.ui ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.statet.ecommons:ecommons.waltable >------------
[INFO] Building ecommons.waltable 4.8.0.202308171800-r                 [26/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ecommons.waltable ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ecommons.waltable ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core >--
[INFO] Building [bundle] StatET ECommons - WaLTable - Core  (Incubation) 4.8.0.202308171800-r [27/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - WaLTable - Core  (Incubation)...
[INFO] 
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase added.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Compiling 462 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[37] 
	return new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE, cell.getDisplayMode(), cell.getLabels().getLabels());
	                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[37] 
	return new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE, cell.getDisplayMode(), cell.getLabels().getLabels());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[94] 
	switch (verticalAlignment) {
	        ^^^^^^^^^^^^^^^^^
The enum constant TOP needs a corresponding case label in this enum switch on VerticalAlignment
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[116] 
	final Style cellStyle= configRegistry.getSpecificAttribute(CellConfigAttributes.CELL_STYLE, displayMode, configLabel);
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/CellStyleUtil.java:[116] 
	final Style cellStyle= configRegistry.getSpecificAttribute(CellConfigAttributes.CELL_STYLE, displayMode, configLabel);
	                                                                                            ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DisplayMode' needs unchecked conversion to conform to '@NonNull DisplayMode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[199] 
	if (this.layerCell.getDataValue(0, null).getClass().isArray()) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getDataValue(int, IProgressMonitor) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[201] 
	for (int i= 0; i < cellDataArray.length; i++) {
	                   ^^^^^^^^^^^^^
Potential null pointer access: The variable cellDataArray may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[212] 
	cellDataCollection.clear();
	^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable cellDataCollection may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[276] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[285] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[305] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[423] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[424] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[432] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[433] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[517] 
	public void keyTraversed(final TraverseEvent event) {
	                               ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[536] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[586] 
	this.editor.getControl().addFocusListener(TableCellEditor.this.focusListener);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FocusListener' needs unchecked conversion to conform to '@NonNull FocusListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[633] 
	EditConfigAttributes.CONVERSION_ERROR_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[645] 
	EditConfigAttributes.VALIDATION_ERROR_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[722] 
	public void focusLost(final FocusEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TableCellEditor.java:[739] 
	public void focusGained(final FocusEvent e) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[46] 
	final long position= cell.getDim(orientation).getPosition();
	                                 ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Orientation' needs unchecked conversion to conform to '@NonNull Orientation'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[80] 
	} else {
			return NONE;
		}
	       ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[101] 
	if (left.contains(clickPt)) {
	                  ^^^^^^^
Null type safety (type annotations): The expression of type 'LPoint' needs unchecked conversion to conform to '@NonNull LPoint'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[103] 
	} else if (right.contains(clickPt)) {
	                          ^^^^^^^
Null type safety (type annotations): The expression of type 'LPoint' needs unchecked conversion to conform to '@NonNull LPoint'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[124] 
	else {
			return NONE;
		}
	     ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[138] 
	if (top.contains(clickPt)) {
	                 ^^^^^^^
Null type safety (type annotations): The expression of type 'LPoint' needs unchecked conversion to conform to '@NonNull LPoint'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/util/CellEdgeDetectUtil.java:[140] 
	} else if (bottom.contains(clickPt)) {
	                           ^^^^^^^
Null type safety (type annotations): The expression of type 'LPoint' needs unchecked conversion to conform to '@NonNull LPoint'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/ui/action/AutoResizeColumnAction.java:[43] 
	natTable.getDim(HORIZONTAL), position );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[90] 
	final Composite buttonPanel= new Composite(shell, SWT.NONE);
	                                           ^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[102] 
	okButton.setText(Messages.getString("AbstractStyleEditorDialog.okButton")); //$NON-NLS-1$
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[112] 
	clearButton.setText(Messages.getString("AbstractStyleEditorDialog.clearButton")); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractStyleEditorDialog.java:[123] 
	cancelButton.setText(Messages.getString("AbstractStyleEditorDialog.cancelButton")); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
40. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/MultiLineTextCellEditor.java (at line 75)
	final boolean openInline= openInline(this.configRegistry, this.labelStack.getLabels());
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/MultiLineTextCellEditor.java:[107] 
	public void keyReleased(final KeyEvent event) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/MultiLineTextCellEditor.java:[116] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java (at line 60)
	positionToPixelMap.put(position, Math.max(start1, start2));
	                       ^^^^^^^^
The expression of type long is boxed into Long
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java (at line 60)
	positionToPixelMap.put(position, Math.max(start1, start2));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
46. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java (at line 65)
	positionToPixelMap.put(endPosition, Math.max(start1, start2));
	                       ^^^^^^^^^^^
The expression of type long is boxed into Long
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java (at line 65)
	positionToPixelMap.put(endPosition, Math.max(start1, start2));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
48. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java (at line 73)
	Long start= positionToPixelMap.get(position);
	                                   ^^^^^^^^
The expression of type long is boxed into Long
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java (at line 83)
	positionToPixelMap.put(position, start);
	                       ^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/swt/painters/CellLayerPainter.java:[171] 
	final LayerCellPainter layerCellPainter= configRegistry.getAttribute(CellConfigAttributes.CELL_PAINTER,
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[57] 
	public void saveState(final String prefix, final Map<String, String> properties) {
	                            ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[57] 
	public void saveState(final String prefix, final Map<String, String> properties) {
	                                                 ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[81] 
	public void loadState(final String prefix, final Map<String, String> properties) {
	                            ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[81] 
	public void loadState(final String prefix, final Map<String, String> properties) {
	                                                 ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[108] 
	this.sortModel.sort(state.columnIndex, state.sortDirection, true);
	                                       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SortDirection' needs unchecked conversion to conform to '@NonNull SortDirection'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[125] 
	final SortDirection sortDirection= SortDirection.valueOf(split[1]);
	                                                         ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/SortStatePersistor.java:[126] 
	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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/ui/action/SelectRowAction.java:[37] 
	natTable.doCommand(new SelectDimPositionsCommand(natTable.getDim(VERTICAL),
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/action/ToggleCheckBoxColumnAction.java:[39] 
	final long columnPosition= LayerUtils.convertColumnPosition(natTable, sourceColumnPosition, this.bodyDataLayer);
	                                                                                            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
60. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
61. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/data/DefaultCornerDataProvider.java:[48] 
	public Object getDataValue(final long columnIndex, final long rowIndex, final int flags, final IProgressMonitor monitor) {
	                                                                                               ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from DataProvider declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/data/DefaultCornerDataProvider.java:[53] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Illegal redefinition of parameter newValue, inherited method from DataProvider declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/ui/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[95] 
	this.selectionLayer.lastSelectedRegion.x= Math.min(this.selectionLayer.selectionAnchor.columnPosition, position);
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[96] 
	this.selectionLayer.lastSelectedRegion.width= Math.abs(this.selectionLayer.selectionAnchor.columnPosition - position) + 1;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[97] 
	this.selectionLayer.lastSelectedRegion.y= 0;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[98] 
	this.selectionLayer.lastSelectedRegion.height= rowCount;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[102] 
	this.selectionLayer.addSelection(this.selectionLayer.lastSelectedRegion);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull LRectangle' but this expression has type '@Nullable LRectangle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[168] 
	this.selectionLayer.lastSelectedRegion.x= 0;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[169] 
	this.selectionLayer.lastSelectedRegion.width= columnCount;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[170] 
	this.selectionLayer.lastSelectedRegion.y= Math.min(this.selectionLayer.selectionAnchor.rowPosition, position);
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[171] 
	this.selectionLayer.lastSelectedRegion.height= Math.abs(this.selectionLayer.selectionAnchor.rowPosition - position) + 1;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[175] 
	this.selectionLayer.addSelection(this.selectionLayer.lastSelectedRegion);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull LRectangle' but this expression has type '@Nullable LRectangle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[176] 
	changedRowRanges.add(new LRange(this.selectionLayer.lastSelectedRegion.y,
	                                                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[177] 
	this.selectionLayer.lastSelectedRegion.y + this.selectionLayer.lastSelectedRegion.height ));
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectDimPositionsCommandHandler.java:[177] 
	this.selectionLayer.lastSelectedRegion.y + this.selectionLayer.lastSelectedRegion.height ));
	                                                               ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/core/SortColumnEvent.java:[42] 
	@NonNull final List<@NonNull LRange> positionRanges) {
	^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/core/SortColumnEvent.java:[42] 
	@NonNull final List<@NonNull LRange> positionRanges) {
	                    ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[61] 
	public void paintOverlay(final GC gc, final Layer layer) {
	                               ^^
Missing non-null annotation: inherited method from OverlayPainter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[61] 
	public void paintOverlay(final GC gc, final Layer layer) {
	                                            ^^^^^
Missing non-null annotation: inherited method from OverlayPainter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[73] 
	public void paintOverlay(final GC gc, final Layer layer) {
	                               ^^
Missing non-null annotation: inherited method from OverlayPainter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[73] 
	public void paintOverlay(final GC gc, final Layer layer) {
	                                            ^^^^^
Missing non-null annotation: inherited method from OverlayPainter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[121] 
	this.startPixel= SwtUtils.getPixel(event, this.orientation);
	                                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Orientation' needs unchecked conversion to conform to '@NonNull Orientation'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[131] 
	final int pixel= SwtUtils.getPixel(event, this.orientation);
	                                   ^^^^^
Null type safety (type annotations): The expression of type 'MouseEvent' needs unchecked conversion to conform to '@NonNull MouseEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[131] 
	final int pixel= SwtUtils.getPixel(event, this.orientation);
	                                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Orientation' needs unchecked conversion to conform to '@NonNull Orientation'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[162] 
	updatePositionSize(layerDim, SwtUtils.getPixel(event, this.orientation));
	                                               ^^^^^
Null type safety (type annotations): The expression of type 'MouseEvent' needs unchecked conversion to conform to '@NonNull MouseEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/PositionResizeDragMode.java:[162] 
	updatePositionSize(layerDim, SwtUtils.getPixel(event, this.orientation));
	                                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Orientation' needs unchecked conversion to conform to '@NonNull Orientation'
89. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java (at line 60)
	final List<String> lastSelectedCellLabelsArray= lastSelectedCell.getLabels().getLabels();
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[62] 
	EditConfigAttributes.CELL_EDITOR, DisplayMode.EDIT, lastSelectedCellLabelsArray);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ICellEditor>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ICellEditor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[62] 
	EditConfigAttributes.CELL_EDITOR, DisplayMode.EDIT, lastSelectedCellLabelsArray);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
92. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java (at line 76)
	final Collection<LayerCell> selectedCells= selectionLayer.getSelectedCells();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Collection<@NonNull LayerCell>' is made accessible using the less-annotated type 'Collection<LayerCell>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[80] 
	EditConfigAttributes.CELL_EDITABLE_RULE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IEditableRule>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IEditableRule>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[83] 
	if (!editableRule.isEditable(layerCell, configRegistry)) {
	     ^^^^^^^^^^^^
Potential null pointer access: The variable editableRule may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[108] 
	EditConfigAttributes.CELL_EDITABLE_RULE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IEditableRule>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IEditableRule>'
96. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java (at line 128)
	final List<PositionCoordinate> selectedCells= selectionLayer.getSelectedCellPositions();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull PositionCoordinate>' is made accessible using the less-annotated type 'List<PositionCoordinate>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[134] 
	EditConfigAttributes.CELL_EDITOR,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ICellEditor>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ICellEditor>'
98. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java (at line 166)
	final List<PositionCoordinate> selectedCells= selectionLayer.getSelectedCellPositions();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull PositionCoordinate>' is made accessible using the less-annotated type 'List<PositionCoordinate>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java:[173] 
	CellConfigAttributes.DISPLAY_CONVERTER, DisplayMode.EDIT, cell.getLabels().getLabels() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
100. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditUtils.java (at line 193)
	final Collection<LayerCell> selectedCells= selectionLayer.getSelectedCells();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Collection<@NonNull LayerCell>' is made accessible using the less-annotated type 'Collection<LayerCell>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayer.java:[73] 
	public ViewportLayer(final Layer underlyingLayer) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field edgeHoverRunnable may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayer.java:[217] 
	dim.handleStructuralChange(structuralChangeEvent.getDiffs(orientation));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Collection<@NonNull StructuralDiff>' but this expression has type '@Nullable List<@NonNull StructuralDiff>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayer.java:[283] 
	if (move == null) {
			move= new MoveViewportRunnable();
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayer.java:[321] 
	this.edgeHoverRunnable= null;
	                        ^^^^
Null type mismatch: required 'ViewportLayer.@NonNull MoveViewportRunnable' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayer.java:[333] 
	private final Display display= Display.getCurrent();
	                               ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Display' needs unchecked conversion to conform to '@NonNull Display'
106. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/PositionId.java (at line 37)
	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
107. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/PositionId.java (at line 37)
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiColumnResizeCommand.java:[77] 
	return this.colPositionToWidth.get(columnPositionCoordinate).intValue();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiColumnResizeCommand.java:[93] 
	targetColPositionToWidth.put(targetColumnPositionCoordinate, this.colPositionToWidth.get(columnPositionCoordinate));
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Integer' but this expression has type '@Nullable Integer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/DummyBodyDataProvider.java:[52] 
	public Object getDataValue(final long columnIndex, final long rowIndex, final int flags, final IProgressMonitor monitor) {
	                                                                                               ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/DummyBodyDataProvider.java:[63] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/AbstractLayer.java:[164] 
	final LayerCommandHandler commandHandler= entry.getValue();
	      ^^^^^^^^^^^^^^^^^^^
LayerCommandHandler is a raw type. References to generic type LayerCommandHandler<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellDisplayConversionUtils.java:[33] 
	CellConfigAttributes.DISPLAY_CONVERTER,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/ui/action/RowSelectionDragMode.java:[39] 
	natTable.doCommand(new SelectDimPositionsCommand(natTable.getDim(VERTICAL),
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/CellEditorMouseEventMatcher.java:[96] 
	if ((this.regionLabel == null || (regionLabels != null && regionLabels.hasLabel(this.regionLabel)))
	                                                                                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/CellEditorMouseEventMatcher.java:[107] 
	EditConfigAttributes.CELL_EDITOR, DisplayMode.EDIT, cell.getLabels().getLabels());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ICellEditor>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ICellEditor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/ReflectivePropertyColumnAccessor.java:[65] 
	public @Nullable Object getDataValue(final R rowObj, final long columnIndex) {
	                                           ^
Missing non-null annotation: inherited method from ColumnAccessor<R> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/ReflectivePropertyColumnAccessor.java:[67] 
	final PropertyDescriptor propertyDesc= getPropertyDescriptor(rowObj,
	                                                             ^^^^^^
Null type safety: required '@NonNull' but this expression has type 'R', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/ReflectivePropertyColumnAccessor.java:[125] 
	return map.get(propertyName);
	       ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull PropertyDescriptor' but this expression has type '@Nullable PropertyDescriptor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommand.java:[69] 
	public TickUpdateCommand cloneCommand() {
	       ^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerCommand' returned from LayerCommand.cloneCommand() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommand.java:[74] 
	public boolean convertToTargetLayer(final Layer targetLayer) {
	                                          ^^^^^
Missing non-null annotation: inherited method from LayerCommand specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionCoordinate.java:[83] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/layers/RowHeaderLayer.java:[50] 
	this(baseLayer, verticalLayerDependency, selectionLayer, useDefaultConfiguration, null);
	                                                                                  ^^^^
Null type mismatch: required '@NonNull LayerPainter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/AbstractEditorPanel.java:[25] 
	super(parent, style);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/LineStylePicker.java:[35] 
	super(parent, NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/CheckBoxCellEditor.java:[125] 
	public void mouseUp(final MouseEvent e) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/InlineCellEditEvent.java:[88] 
	public @Nullable InlineCellEditEvent toLayer(final Layer targetLayer) {
	                                                   ^^^^^
Missing non-null annotation: inherited method from LayerEvent specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[87] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[90] 
	natTable.getDim(HORIZONTAL), columnPosition ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[112] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[115] 
	natTable.getDim(VERTICAL), rowPosition ));
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[137] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[140] 
	natTable.getDim(HORIZONTAL), columnPosition ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.java:[164] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/menu/MenuItemProviders.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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PercentageBarDecorator.java:[55] 
	double factor= Math.min(1.0, ((Double) cell.getDataValue(0, null)).doubleValue());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getDataValue(int, IProgressMonitor) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PercentageBarDecorator.java:[62] 
	Color color1= CellStyleUtil.getCellStyle(cell, configRegistry).getAttributeValue(PERCENTAGE_BAR_COMPLETE_REGION_START_COLOR);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Color>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PercentageBarDecorator.java:[63] 
	Color color2= CellStyleUtil.getCellStyle(cell, configRegistry).getAttributeValue(PERCENTAGE_BAR_COMPLETE_REGION_END_COLOR);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Color>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PercentageBarDecorator.java:[81] 
	final Color incompleteRegionColor= CellStyleUtil.getCellStyle(cell, configRegistry).getAttributeValue(PERCENTAGE_BAR_INCOMPLETE_REGION_COLOR);
	                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Color>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/PropertyColumnHeaderDataProvider.java:[66] 
	final String label= this.propertyToLabelMap.get(propertyName);
	                         ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/AbstractPositionCommand.java:[45] 
	public boolean convertToTargetLayer(final Layer targetLayer) {
	                                          ^^^^^
Missing non-null annotation: inherited method from LayerCommand specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/AbstractPositionCommand.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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/command/AbstractPositionCommand.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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/ControlDecorationProvider.java:[171] 
	public void paintControl(final PaintEvent e) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/ControlDecorationProvider.java:[176] 
	final Rectangle parentClientArea= controlToDecorate.getParent().getClientArea();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeCellPositionCommand.java:[109] 
	public LayerCommand cloneCommand() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerCommand' returned from LayerCommand.cloneCommand() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/labeled/ExtColumnHeaderLayer.java:[48] 
	((PlaceholderLayer)getChildByLabel(GridLabels.HEADER_PLACEHOLDER).layer).setSize(pixel);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getChildByLabel(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/ColumnHeaderCheckBoxPainter.java:[62] 
	final long columnPosition= LayerUtils.convertColumnPosition(cell.getLayer(), cell.getColumnPosition(), this.columnDataLayer);
	                                                                                                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/ColumnHeaderCheckBoxPainter.java:[97] 
	final IDisplayConverter displayConverter= configRegistry.getAttribute(CellConfigAttributes.DISPLAY_CONVERTER, cell.getDisplayMode(), cell.getLabels().getLabels());
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditCellCommandHandler.java:[31] 
	public class EditCellCommandHandler extends AbstractLayerCommandHandler<EditCellCommand> {
	                                                                        ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'EditCellCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditCellCommandHandler.java:[34] 
	public Class<EditCellCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<EditCellCommand>' returned from LayerCommandHandler<EditCellCommand>.getCommandClass() (mismatching null constraints)
156. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditCellCommandHandler.java (at line 35)
	return EditCellCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull EditCellCommand>' is made accessible using the less-annotated type 'Class<EditCellCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditCellCommandHandler.java:[46] 
	EditConfigAttributes.CELL_EDITABLE_RULE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IEditableRule>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IEditableRule>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditCellCommandHandler.java:[49] 
	if (rule.isEditable(cell, configRegistry)) {
	    ^^^^
Potential null pointer access: The variable rule may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[97] 
	final AbstractLayer frozenRowLayer= (AbstractLayer) getChildLayerByLayoutCoordinate(1, 0);
	      ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[97] 
	final AbstractLayer frozenRowLayer= (AbstractLayer) getChildLayerByLayoutCoordinate(1, 0);
	                                     ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[98] 
	frozenRowLayer.registerCommandHandler(new ViewportSelectDimPositionsCommandHandler(
				frozenRowLayer, VERTICAL ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method registerCommandHandler(LayerCommandHandler) belongs to the raw type AbstractLayer. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[98] 
	frozenRowLayer.registerCommandHandler(new ViewportSelectDimPositionsCommandHandler(
	^^^^^^^^^^^^^^
Potential null pointer access: The variable frozenRowLayer may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[101] 
	final AbstractLayer frozenColumnLayer= (AbstractLayer) getChildLayerByLayoutCoordinate(0, 1);
	      ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[101] 
	final AbstractLayer frozenColumnLayer= (AbstractLayer) getChildLayerByLayoutCoordinate(0, 1);
	                                        ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[102] 
	frozenColumnLayer.registerCommandHandler(new ViewportSelectDimPositionsCommandHandler(
				frozenRowLayer, HORIZONTAL ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method registerCommandHandler(LayerCommandHandler) belongs to the raw type AbstractLayer. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/core/CompositeFreezeLayer.java:[102] 
	frozenColumnLayer.registerCommandHandler(new ViewportSelectDimPositionsCommandHandler(
	^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable frozenColumnLayer may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderThicknessPicker.java:[34] 
	super(parent, NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeDimPositionCommand.java:[78] 
	super(layerDim, position);
	      ^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeDimPositionCommand.java:[89] 
	super(command);
	      ^^^^^^^
Null type safety (type annotations): The expression of type 'FreezeDimPositionCommand' needs unchecked conversion to conform to '@NonNull AbstractDimPositionCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeDimPositionCommand.java:[107] 
	public LayerCommand cloneCommand() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerCommand' returned from LayerCommand.cloneCommand() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[97] 
	|| (regionLabels != null && (regionLabels.hasLabel(this.regionName)
	                                                   ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[98] 
	|| this.regionName2 != null && regionLabels.hasLabel(this.regionName2) ))));
	                                                     ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/data/core/DataLayer.java:[105] 
	public DataLayer(final DataProvider dataProvider,
			final long columnIdCat, final SizeConfig columnWidthConfig,
			final long rowIdCat, final SizeConfig rowHeightConfig) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dataProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/config/DefaultExportBindings.java:[39] 
	ExportConfigAttributes.EXPORTER, new ExcelExporter());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ILayerExporter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull ILayerExporter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/config/DefaultExportBindings.java:[41] 
	ExportConfigAttributes.EXPORT_FORMATTER, new DefaultExportFormatter());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IExportFormatter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull IExportFormatter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/config/DefaultExportBindings.java:[43] 
	ExportConfigAttributes.DATE_FORMAT, "m/d/yy h:mm"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<String>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PaddingDecorator.java:[108] 
	switch (horizontalAlignment) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable horizontalAlignment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/decorator/PaddingDecorator.java:[117] 
	switch (verticalAlignment) {
	        ^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable verticalAlignment may be null at this location
181. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java (at line 75)
	final List<String> configLabels= cell.getLabels().getLabels();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[79] 
	EditConfigAttributes.CELL_EDITOR, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ICellEditor>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ICellEditor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[79] 
	EditConfigAttributes.CELL_EDITOR, DisplayMode.EDIT, configLabels);
	                                                    ^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[81] 
	if (cellEditor.openInline(configRegistry, configLabels)) {
	    ^^^^^^^^^^
Potential null pointer access: The variable cellEditor may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[106] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[161] 
	EditConfigAttributes.CELL_EDITOR, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ICellEditor>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ICellEditor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java:[168] 
	if (cellEditor.openMultiEditDialog()) {
	    ^^^^^^^^^^
Potential null pointer access: The variable cellEditor may be null at this location
188. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditController.java (at line 232)
	if (!cellEditor.supportMultiEdit(configRegistry, cell.getLabels().getLabels())) {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeSelectionStrategy.java:[42] 
	if (selectionAnchor == null) {
			return null;
		}
	                             ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeSelectionStrategy.java:[52] 
	final var viewportDim= this.viewportLayer.getDim(orientation);
	                                                 ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Orientation' needs unchecked conversion to conform to '@NonNull Orientation'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeSelectionStrategy.java:[65] 
	if (selectionAnchor == null) {
			return null;
		}
	                             ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/ui/action/DefaultFreezeGridBindings.java:[34] 
	public void configureUiBindings(final UiBindingRegistry uiBindingRegistry) {
	                                      ^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter uiBindingRegistry, inherited method from IConfiguration does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/LRectangle.java:[128] 
	if (pt == null) {
			throw new NullPointerException("pt"); //$NON-NLS-1$
		}
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/LRectangle.java:[146] 
	if (rect == null) {
			throw new NullPointerException("rect"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/LRectangle.java:[194] 
	if (rect == null) {
			throw new NullPointerException("rect"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/LRectangle.java:[217] 
	if (rect == null) {
			throw new NullPointerException("rect"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/coordinate/LRectangle.java:[253] 
	if (rect == null) {
			throw new NullPointerException("rect"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/labeled/ExtRowHeaderLayer.java:[48] 
	((PlaceholderLayer)getChildByLabel(GridLabels.HEADER_PLACEHOLDER).layer).setSize(pixel);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getChildByLabel(String) may return null
199. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/AutomaticSpanningDataProvider.java (at line 173)
	return (this.autoSpanColumns.isEmpty() || this.autoSpanColumns.contains(columnPosition));
	                                                                        ^^^^^^^^^^^^^^
The expression of type long is boxed into Long
200. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/AutomaticSpanningDataProvider.java (at line 182)
	return (this.autoSpanRows.isEmpty() || this.autoSpanRows.contains(rowPosition));
	                                                                  ^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/copy/CopyToClipboardCommandHandler.java:[50] 
	public class CopyToClipboardCommandHandler extends AbstractLayerCommandHandler<CopyToClipboardCommand> {
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'CopyToClipboardCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/copy/CopyToClipboardCommandHandler.java:[198] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/copy/CopyToClipboardCommandHandler.java:[259] 
	public Class<CopyToClipboardCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<CopyToClipboardCommand>' returned from LayerCommandHandler<CopyToClipboardCommand>.getCommandClass() (mismatching null constraints)
204. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/copy/CopyToClipboardCommandHandler.java (at line 260)
	return CopyToClipboardCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull CopyToClipboardCommand>' is made accessible using the less-annotated type 'Class<CopyToClipboardCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialogFactory.java:[76] 
	TickUpdateConfigAttributes.UPDATE_HANDLER, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ITickUpdateHandler>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ITickUpdateHandler>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialogFactory.java:[92] 
	EditConfigAttributes.EDIT_DIALOG_SETTINGS, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Map<String,Object>>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Map<String,Object>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/ColumnPositionCoordinate.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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/swt/SelectionLayerPainter.java:[55] 
	public SelectionLayerPainter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field cells may not have been initialized
209. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/swt/SelectionLayerPainter.java (at line 181)
	private void applyBorderStyle(final GC gc, final ConfigRegistry configRegistry) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method applyBorderStyle(GC, ConfigRegistry) from the type SelectionLayerPainter is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/swt/SelectionLayerPainter.java:[189] 
	CellConfigAttributes.CELL_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/DummyColumnHeaderDataProvider.java:[42] 
	public Object getDataValue(final long columnIndex, final long rowIndex, final int flags, final IProgressMonitor monitor) {
	                                                                                               ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/DummyColumnHeaderDataProvider.java:[47] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/CellPainterMouseEventMatcher.java:[61] 
	final LayerCellPainter layerCellPainter= configRegistry.getAttribute(CellConfigAttributes.CELL_PAINTER,
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/CellPainterMouseEventMatcher.java:[68] 
	final LayerCellPainter clickedCellPainter= layerCellPainter.getCellPainterAt(event.x, event.y, cell, gc, adjustedCellBounds, configRegistry);
	                                           ^^^^^^^^^^^^^^^^
Potential null pointer access: The variable layerCellPainter may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/PercentageBarCellPainter.java:[32] 
	new BorderStyle(1, GUIHelper.COLOR_BLACK, LineStyle.SOLID)),
	                   ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[99] 
	public LRectangle getClientArea() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull LRectangle' returned from ClientAreaProvider.getClientArea() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[171] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[183] 
	public NatTableLayerDim getDim(final Orientation orientation) {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull TopLayerDim' returned from TopLayer.getDim(Orientation) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[183] 
	public NatTableLayerDim getDim(final Orientation orientation) {
	                                     ^^^^^^^^^^^
Missing non-null annotation: inherited method from TopLayer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[212] 
	this.underlyingLayer.setClientAreaProvider(getClientAreaProvider());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ClientAreaProvider' needs unchecked conversion to conform to '@NonNull ClientAreaProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[291] 
	public void focusLost(final FocusEvent arg0) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[296] 
	public void focusGained(final FocusEvent arg0) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[304] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[322] 
	this.overlayPainters.add(overlayPainter);
	                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'OverlayPainter' needs unchecked conversion to conform to '@NonNull OverlayPainter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[330] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[338] 
	getLayerPainter().paintLayer(this, event.gc, 0, 0, eventRectangle, getConfigRegistry());
	                                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'GC' needs unchecked conversion to conform to '@NonNull GC'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[338] 
	getLayerPainter().paintLayer(this, event.gc, 0, 0, eventRectangle, getConfigRegistry());
	                                                                   ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[343] 
	public LayerPainter getLayerPainter() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerPainter' returned from Layer.getLayerPainter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[410] 
	public void configure(final ConfigRegistry configRegistry, final UiBindingRegistry uiBindingRegistry) {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[410] 
	public void configure(final ConfigRegistry configRegistry, final UiBindingRegistry uiBindingRegistry) {
	                                                                 ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[425] 
	this.underlyingLayer.configure(getConfigRegistry(), getUiBindingRegistry());
	                               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[425] 
	this.underlyingLayer.configure(getConfigRegistry(), getUiBindingRegistry());
	                                                    ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UiBindingRegistry' needs unchecked conversion to conform to '@NonNull UiBindingRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[438] 
	public void handleLayerEvent(final LayerEvent event) {
	                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from LayerListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[440] 
	layerListener.handleLayerEvent(event);
	                               ^^^^^
Null type safety (type annotations): The expression of type 'LayerEvent' needs unchecked conversion to conform to '@NonNull LayerEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[471] 
	public void saveState(final String prefix, final Map<String, String> properties) {
	                            ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[471] 
	public void saveState(final String prefix, final Map<String, String> properties) {
	                                                 ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[476] 
	NatTable.this.underlyingLayer.saveState(prefix, properties);
	                                        ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[476] 
	NatTable.this.underlyingLayer.saveState(prefix, properties);
	                                                ^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[486] 
	public void loadState(final String prefix, final Map<String, String> properties) {
	                            ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[486] 
	public void loadState(final String prefix, final Map<String, String> properties) {
	                                                 ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[491] 
	NatTable.this.underlyingLayer.loadState(prefix, properties);
	                                        ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[491] 
	NatTable.this.underlyingLayer.loadState(prefix, properties);
	                                                ^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[500] 
	public void registerPersistable(final Persistable persistable) {
	                                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[505] 
	public void unregisterPersistable(final Persistable persistable) {
	                                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[512] 
	public boolean doCommand(final LayerCommand command) {
	                               ^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[513] 
	return this.underlyingLayer.doCommand(command);
	                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'LayerCommand' needs unchecked conversion to conform to '@NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[517] 
	public void registerCommandHandler(final LayerCommandHandler<?> commandHandler) {
	                                         ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[518] 
	this.underlyingLayer.registerCommandHandler(commandHandler);
	                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerCommandHandler<capture#of ?>' needs unchecked conversion to conform to '@NonNull LayerCommandHandler<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[522] 
	public void unregisterCommandHandler(final Class<? extends LayerCommand> commandClass) {
	                                           ^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[523] 
	this.underlyingLayer.unregisterCommandHandler(commandClass);
	                                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<capture#of ? extends LayerCommand>' needs unchecked conversion to conform to '@NonNull Class<? extends @NonNull LayerCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[531] 
	public void fireLayerEvent(final LayerEvent event) {
	                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[532] 
	this.underlyingLayer.fireLayerEvent(event);
	                                    ^^^^^
Null type safety (type annotations): The expression of type 'LayerEvent' needs unchecked conversion to conform to '@NonNull LayerEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[536] 
	public void addLayerListener(final LayerListener listener) {
	                                   ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[537] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerListener' needs unchecked conversion to conform to '@NonNull LayerListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[541] 
	public void removeLayerListener(final LayerListener listener) {
	                                      ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[595] 
	public LayerCell getCellByPosition(final long columnPosition, final long rowPosition) {
	       ^^^^^^^^^
The return type is incompatible with '@NonNull LayerCell' returned from Layer.getCellByPosition(long, long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[602] 
	public LabelStack getRegionLabelsByXY(final long x, final long y) {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull LabelStack' returned from Layer.getRegionLabelsByXY(long, long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[612] 
	public ClientAreaProvider getClientAreaProvider() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ClientAreaProvider' returned from Layer.getClientAreaProvider() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[617] 
	public void setClientAreaProvider(final ClientAreaProvider clientAreaProvider) {
	                                        ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Layer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/NatTable.java:[619] 
	this.underlyingLayer.setClientAreaProvider(clientAreaProvider);
	                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ClientAreaProvider' needs unchecked conversion to conform to '@NonNull ClientAreaProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/NatExporter.java:[54] 
	final ILayerExporter exporter= configRegistry.getAttribute(ExportConfigAttributes.EXPORTER, DisplayMode.NORMAL);
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ILayerExporter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ILayerExporter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/NatExporter.java:[56] 
	final OutputStream outputStream= exporter.getOutputStream(this.shell);
	                                 ^^^^^^^^
Potential null pointer access: The variable exporter may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/NatExporter.java:[193] 
	final IExportFormatter exportFormatter= configRegistry.getAttribute(ExportConfigAttributes.EXPORT_FORMATTER, cell.getDisplayMode(), cell.getLabels().getLabels());
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IExportFormatter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IExportFormatter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/NatExporter.java:[194] 
	final Object exportDisplayValue= exportFormatter.formatForExport(cell, configRegistry);
	                                 ^^^^^^^^^^^^^^^
Potential null pointer access: The variable exportFormatter may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/NatExporter.java:[223] 
	public LRectangle getClientArea() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull LRectangle' returned from ClientAreaProvider.getClientArea() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/DefaultExportFormatter.java:[28] 
	final IDisplayConverter displayConverter= configRegistry.getAttribute(CellConfigAttributes.DISPLAY_CONVERTER, cell.getDisplayMode(), cell.getLabels().getLabels());
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/DefaultExportFormatter.java:[29] 
	return displayConverter.canonicalToDisplayValue(cell, configRegistry, dataValue);
	       ^^^^^^^^^^^^^^^^
Potential null pointer access: The variable displayConverter may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/util/data/DummySpanningBodyDataProvider.java:[32] 
	public DataCell getCellByPosition(final long columnPosition, final long rowPosition) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull DataCell' returned from SpanningDataProvider.getCellByPosition(long, long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/DefaultNatTableStyleConfiguration.java:[47] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.layerCellPainter);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/DefaultNatTableStyleConfiguration.java:[59] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/config/DefaultNatTableStyleConfiguration.java:[61] 
	configRegistry.registerAttribute(CellConfigAttributes.DISPLAY_CONVERTER, new DefaultDisplayConverter());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[86] 
	outputStream.write(asBytes("<body><table border='1'>")); //$NON-NLS-1$
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[109] 
	outputStream.write(asBytes("</table></body></html>")); //$NON-NLS-1$
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[114] 
	outputStream.write(asBytes("<tr>\n")); //$NON-NLS-1$
	                   ^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[119] 
	outputStream.write(asBytes("</tr>\n")); //$NON-NLS-1$
	                   ^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[124] 
	final var cellStyle= new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE,
	                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[124] 
	final var cellStyle= new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE,
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/export/excel/ExcelExporter.java:[142] 
	outputStream.write(asBytes(String.format("\t<td %s>%s</td>\n", htmlAttributes, htmlText))); //$NON-NLS-1$
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/data/ListDataProvider.java:[80] 
	return this.columnAccessor.getDataValue(rowObject, columnIndex);
	                                        ^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'T', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/data/ListDataProvider.java:[87] 
	this.columnAccessor.setDataValue(rowObject, columnIndex, newValue);
	                                 ^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'T', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[253] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[346] 
	public void mouseDown(final MouseEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[361] 
	public void controlResized(final ControlEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[366] 
	public void controlMoved(final ControlEvent e) {
	                               ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[409] 
	public void mouseDown(final MouseEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[1039] 
	public void focusLost(final FocusEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[1047] 
	f.focusLost(e);
	            ^
Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[1056] 
	public void focusGained(final FocusEvent e) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/swt/widgets/NatCombo.java:[1059] 
	f.focusGained(e);
	              ^
Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[164] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[164] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[165] 
	final Composite control= (Composite)super.createDialogArea(parent);
	                                                           ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[168] 
	viewerLabel.setText(Messages.getString("PersistenceDialog.viewerLabel")); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[187] 
	label.setText(Messages.getString("PersistenceDialog.nameLabel")); //$NON-NLS-1$
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[251] 
	protected void createButtonsForButtonBar(final Composite parent) {
	                                               ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[252] 
	createButton(parent, DELETE_ID, Messages.getString("PersistenceDialog.buttonDelete"), false); //$NON-NLS-1$
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[252] 
	createButton(parent, DELETE_ID, Messages.getString("PersistenceDialog.buttonDelete"), false); //$NON-NLS-1$
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[253] 
	createButton(parent, SAVE_ID, Messages.getString("PersistenceDialog.buttonSave"), false); //$NON-NLS-1$
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[253] 
	createButton(parent, SAVE_ID, Messages.getString("PersistenceDialog.buttonSave"), false); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[254] 
	createButton(parent, LOAD_ID, Messages.getString("PersistenceDialog.buttonLoad"), false); //$NON-NLS-1$
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[254] 
	createButton(parent, LOAD_ID, Messages.getString("PersistenceDialog.buttonLoad"), false); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[255] 
	createButton(parent, IDialogConstants.OK_ID, Messages.getString("PersistenceDialog.buttonDone"), false); //$NON-NLS-1$
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[255] 
	createButton(parent, IDialogConstants.OK_ID, Messages.getString("PersistenceDialog.buttonDone"), false); //$NON-NLS-1$
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[332] 
	protected Point getInitialSize() {
	          ^^^^^
The return type is incompatible with '@NonNull Point' returned from Dialog.getInitialSize() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[423] 
	public void applyStyles(final TextStyle textStyle) {
	                              ^^^^^^^^^
Missing non-null annotation: inherited method from StyledString.Styler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/gui/PersistenceDialog.java:[429] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeSelectionCommand.java:[82] 
	public boolean convertToTargetLayer(final Layer targetLayer) {
	                                          ^^^^^
Missing non-null annotation: inherited method from LayerCommand specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeSelectionCommand.java:[87] 
	public FreezeSelectionCommand cloneCommand() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerCommand' returned from LayerCommand.cloneCommand() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[164] 
	EditConfigAttributes.CONVERSION_ERROR_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/TextCellEditor.java:[173] 
	EditConfigAttributes.VALIDATION_ERROR_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/config/BasicConfigRegistry.java:[115] 
	registerAttribute(configAttribute, attributeValue, displayMode, null);
	                                                                ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/HorizontalAlignmentPicker.java:[33] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/AbstractSelectDimPositionsCommand.java:[44] 
	Collections.singletonList(new LRange(position)),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<@NonNull LRange>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull LRange>', corresponding supertype is 'Collection<@NonNull LRange>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[137] 
	protected Image getImage(final LayerCell cell, final ConfigRegistry configRegistry) {
	                               ^^^^^^^^^
Illegal redefinition of parameter cell, inherited method from ImagePainter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[137] 
	protected Image getImage(final LayerCell cell, final ConfigRegistry configRegistry) {
	                                                     ^^^^^^^^^^^^^^
Illegal redefinition of parameter configRegistry, inherited method from ImagePainter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[146] 
	return icon;
	       ^^^^
Null type mismatch: required '@NonNull Image' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[170] 
	return GUIHelper.getImage("up_0"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[172] 
	return GUIHelper.getImage("up_1"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[174] 
	return GUIHelper.getImage("up_2"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[176] 
	return GUIHelper.getImage("up_2"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[183] 
	return GUIHelper.getImage("down_0"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[185] 
	return GUIHelper.getImage("down_1"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[187] 
	return GUIHelper.getImage("down_2"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/swt/SortableHeaderTextPainter.java:[189] 
	return GUIHelper.getImage("down_2"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ClassNameConfigLabelAccumulator.java:[34] 
	public void addLabels(final LabelStack configLabel, final long columnPosition, final long rowPosition) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from CellLabelContributor specifies this parameter as @NonNull
377. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/core/ClearSortCommandHandler.java (at line 52)
	final long position= layerDim.getPositionById(id);
	                                              ^^
The expression of type Long is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/ColorPicker.java:[52] 
	public void mouseDown(final MouseEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/VerticalAlignmentPicker.java:[33] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/ui/action/SortColumnAction.java:[39] 
	natTable.doCommand(new SortDimPositionCommand(natTable.getDim(HORIZONTAL),
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[60] 
	new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.backgroundColor")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[63] 
	new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.foregroundColor")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[66] 
	new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.font")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[70] 
	new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.horizontalAlignment")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/CellStyleEditorPanel.java:[73] 
	new Label(this, SWT.NONE).setText(Messages.getString("CellStyleEditorPanel.verticalAlignment")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/style/GridStyling.java:[64] 
	return GUIHelper.COLOR_GRAY;
	       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/FontPicker.java:[42] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
389. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/UpdateDataCommand.java:[63] 
	public UpdateDataCommand cloneCommand() {
	       ^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerCommand' returned from LayerCommand.cloneCommand() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/AggregrateConfigLabelAccumulator.java:[48] 
	public void addLabels(final LabelStack configLabels, final long columnPosition, final long rowPosition) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from CellLabelContributor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/AggregrateConfigLabelAccumulator.java:[50] 
	accumulator.addLabels(configLabels, columnPosition, rowPosition);
	                      ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LabelStack' needs unchecked conversion to conform to '@NonNull LabelStack'
393. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java (at line 149)
	final List<String> configLabels= cell.getLabels().getLabels();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java:[151] 
	CellConfigAttributes.DISPLAY_CONVERTER, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java:[151] 
	CellConfigAttributes.DISPLAY_CONVERTER, DisplayMode.EDIT, configLabels);
	                                                          ^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java:[153] 
	EditConfigAttributes.DATA_VALIDATOR, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDataValidator>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDataValidator>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java:[153] 
	EditConfigAttributes.DATA_VALIDATOR, DisplayMode.EDIT, configLabels);
	                                                       ^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java:[378] 
	EditConfigAttributes.SUPPORT_MULTI_EDIT, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Boolean>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java:[378] 
	EditConfigAttributes.SUPPORT_MULTI_EDIT, DisplayMode.EDIT, configLabels);
	                                                           ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
400. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/AbstractDialogCellEditor.java (at line 379)
	return (supportMultiEdit == null || supportMultiEdit);
	                                    ^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ColumnOverrideLabelAccumulator.java:[53] 
	public void addLabels(final LabelStack configLabels, final long columnPosition, final long rowPosition) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from CellLabelContributor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ColumnOverrideLabelAccumulator.java:[59] 
	configLabels.addLabel(configLabel);
	                      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ColumnOverrideLabelAccumulator.java:[87] 
	public void saveState(final String prefix, final Map<String, String> properties) {
	                            ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ColumnOverrideLabelAccumulator.java:[87] 
	public void saveState(final String prefix, final Map<String, String> properties) {
	                                                 ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ColumnOverrideLabelAccumulator.java:[111] 
	public void loadState(final String prefix, final Map<String, String> properties) {
	                            ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/ColumnOverrideLabelAccumulator.java:[111] 
	public void loadState(final String prefix, final Map<String, String> properties) {
	                                                 ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/action/CellDragMode.java:[93] 
	final LayerCellPainter layerCellPainter= configRegistry.getAttribute(CellConfigAttributes.CELL_PAINTER,
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/action/CellDragMode.java:[116] 
	public void paintOverlay(final GC gc, final Layer layer) {
	                               ^^
Missing non-null annotation: inherited method from OverlayPainter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/action/CellDragMode.java:[116] 
	public void paintOverlay(final GC gc, final Layer layer) {
	                                            ^^^^^
Missing non-null annotation: inherited method from OverlayPainter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[118] 
	TickUpdateConfigAttributes.USE_ADJUST_BY, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Boolean>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Boolean>'
412. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[126] 
	final Composite panel= new Composite(parent, SWT.NONE);
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[145] 
	EditConfigAttributes.DATA_VALIDATOR, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDataValidator>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDataValidator>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/TickUpdateCellEditDialog.java:[221] 
	? ((Number)processValue).doubleValue() : Double.parseDouble((String)processValue);
	                                                            ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.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.8.x-r/statet/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
420. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/data/core/SizeConfig.java (at line 197)
	resizeAggregate+= mapToUse.get(resizedPosition);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/data/core/SizeConfig.java:[197] 
	resizeAggregate+= mapToUse.get(resizedPosition);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression of type Integer may be null but requires auto-unboxing
422. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/data/core/SizeConfig.java (at line 271)
	this.resizablesMap.put(position, resizable);
	                       ^^^^^^^^
The expression of type long is boxed into Long
423. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/data/core/SizeConfig.java (at line 271)
	this.resizablesMap.put(position, resizable);
	                                 ^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/RowPositionCoordinate.java:[64] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
426. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/ui/action/ColumnResizeCursorAction.java:[39] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[46] 
	public class DisplayColumnStyleEditorCommandHandler extends AbstractLayerCommandHandler<DisplayColumnStyleEditorCommand> implements Persistable {
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'DisplayColumnStyleEditorCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[70] 
	configLabels.addLabel(getConfigLabel(columnIndexOfClick));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[73] 
	final BasicStyle clickedCellStyle= (BasicStyle) this.configRegistry.getAttribute(CELL_STYLE, NORMAL, configLabels.getLabels());
	                                                                                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[87] 
	public Class<DisplayColumnStyleEditorCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<DisplayColumnStyleEditorCommand>' returned from LayerCommandHandler<DisplayColumnStyleEditorCommand>.getCommandClass() (mismatching null constraints)
432. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java (at line 88)
	return DisplayColumnStyleEditorCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull DisplayColumnStyleEditorCommand>' is made accessible using the less-annotated type 'Class<DisplayColumnStyleEditorCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[106] 
	this.configRegistry.registerAttribute(CELL_STYLE, newColumnCellStyle, NORMAL, configLabel);
	                                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[106] 
	this.configRegistry.registerAttribute(CELL_STYLE, newColumnCellStyle, NORMAL, configLabel);
	                                                                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[116] 
	public void loadState(String prefix, final Map<String, String> properties) {
	                      ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[116] 
	public void loadState(String prefix, final Map<String, String> properties) {
	                                           ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[126] 
	this.configRegistry.registerAttribute(CELL_STYLE, savedStyle, NORMAL, getConfigLabel(colIndex));
	                                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[126] 
	this.configRegistry.registerAttribute(CELL_STYLE, savedStyle, NORMAL, getConfigLabel(colIndex));
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[143] 
	public void saveState(String prefix, final Map<String, String> properties) {
	                      ^^^^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/DisplayColumnStyleEditorCommandHandler.java:[143] 
	public void saveState(String prefix, final Map<String, String> properties) {
	                                           ^^^
Missing non-null annotation: inherited method from Persistable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/config/DefaultRowHeaderStyleConfiguration.java:[66] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle, DisplayMode.NORMAL, GridLabels.ROW_HEADER);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/config/DefaultRowHeaderStyleConfiguration.java:[70] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.layerCellPainter, DisplayMode.NORMAL, GridLabels.ROW_HEADER);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[46] 
	public BorderStyle anchorBorderStyle= new BorderStyle(1, this.anchorBorderColor, LineStyle.SOLID);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[54] 
	public BorderStyle selectedHeaderBorderStyle= new BorderStyle(-1, this.selectedHeaderFgColor, LineStyle.SOLID);
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[58] 
	public BorderStyle anchorGridBorderStyle= new BorderStyle(1, this.anchorGridBorderColor, LineStyle.DOTTED);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[75] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[83] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[91] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[98] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[108] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[110] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[112] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[120] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/config/DefaultSelectionStyleConfiguration.java:[122] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditSelectionCommandHandler.java:[33] 
	public class EditSelectionCommandHandler extends AbstractLayerCommandHandler<EditSelectionCommand> {
	                                                                             ^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'EditSelectionCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditSelectionCommandHandler.java:[42] 
	public Class<EditSelectionCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<EditSelectionCommand>' returned from LayerCommandHandler<EditSelectionCommand>.getCommandClass() (mismatching null constraints)
457. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditSelectionCommandHandler.java (at line 43)
	return EditSelectionCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull EditSelectionCommand>' is made accessible using the less-annotated type 'Class<EditSelectionCommand>'
458. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditSelectionCommandHandler.java (at line 56)
	final Collection<LayerCell> selectedCells= this.selectionLayer.getSelectedCells();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Collection<@NonNull LayerCell>' is made accessible using the less-annotated type 'Collection<LayerCell>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/GridLayer.java:[115] 
	return getChildLayerByLayoutCoordinate(0, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Layer' but this expression has type '@Nullable Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/GridLayer.java:[123] 
	return getChildLayerByLayoutCoordinate(1, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Layer' but this expression has type '@Nullable Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/GridLayer.java:[131] 
	return getChildLayerByLayoutCoordinate(0, 1);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Layer' but this expression has type '@Nullable Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/GridLayer.java:[139] 
	return getChildLayerByLayoutCoordinate(1, 1);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Layer' but this expression has type '@Nullable Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/style/BorderStyle.java:[96] 
	this.color= ColorPersistor.asColor(tokens[1]);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[44] 
	public class DefaultEditConfiguration extends AbstractLayerConfiguration<AbstractLayer> {
	                                                                         ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[47] 
	public void configureTypedLayer(final AbstractLayer layer) {
	                                      ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[48] 
	layer.registerCommandHandler(new EditCellCommandHandler());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method registerCommandHandler(LayerCommandHandler) belongs to the raw type AbstractLayer. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[54] 
	configRegistry.registerAttribute(EditConfigAttributes.CELL_EDITABLE_RULE, IEditableRule.NEVER_EDITABLE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IEditableRule>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IEditableRule>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[55] 
	configRegistry.registerAttribute(EditConfigAttributes.CELL_EDITOR, new TextCellEditor());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ICellEditor>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull ICellEditor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/config/DefaultEditConfiguration.java:[56] 
	configRegistry.registerAttribute(EditConfigAttributes.DATA_VALIDATOR, new DefaultDataValidator());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDataValidator>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull IDataValidator>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/swt/CompositeFreezeLayerPainter.java:[44] 
	return this.layer.getChildLayerByLayoutCoordinate(0, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Layer' but this expression has type '@Nullable Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/swt/CompositeFreezeLayerPainter.java:[53] 
	Color separatorColor= configRegistry.getAttribute(IFreezeConfigAttributes.SEPARATOR_COLOR, DisplayMode.NORMAL);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Color>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayerDimImpl.java:[61] 
	this.scrollBarAdapter.dispose();
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayerDimImpl.java:[543] 
	this.scrollBarAdapter.recalculateScrollBarSize();
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayerDimImpl.java:[545] 
	if (!this.scrollBarAdapter.getScrollBar().getEnabled()) {
	          ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportLayerDimImpl.java:[614] 
	else {
			recalculateAvailableSizeAndPositionCount();
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[47] 
	IEditErrorHandler errorHandler= configRegistry.getAttribute(configAttribute, DisplayMode.EDIT, configLabels);
	                                                            ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IEditErrorHandler>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IEditErrorHandler>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[47] 
	IEditErrorHandler errorHandler= configRegistry.getAttribute(configAttribute, DisplayMode.EDIT, configLabels);
	                                                                                               ^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[76] 
	EditConfigAttributes.OPEN_IN_DIALOG, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Boolean>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[76] 
	EditConfigAttributes.OPEN_IN_DIALOG, DisplayMode.EDIT, configLabels);
	                                                       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
480. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[100] 
	EditConfigAttributes.SUPPORT_MULTI_EDIT, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Boolean>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[100] 
	EditConfigAttributes.SUPPORT_MULTI_EDIT, DisplayMode.EDIT, configLabels);
	                                                           ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
483. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[127] 
	EditConfigAttributes.OPEN_ADJACENT_EDITOR, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Boolean>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java:[127] 
	EditConfigAttributes.OPEN_ADJACENT_EDITOR, DisplayMode.EDIT, configLabels);
	                                                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
486. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/EditConfigHelper.java (at line 128)
	return (openAdjacentEditor != null && openAdjacentEditor);
	                                      ^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[46] 
	public void keyPressed(final KeyEvent event) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[50] 
	public void keyReleased(final KeyEvent event) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[54] 
	public void mouseDoubleClick(final MouseEvent event) {
	                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[58] 
	public void mouseDown(final MouseEvent event) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[62] 
	public void mouseUp(final MouseEvent event) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[66] 
	public void mouseMove(final MouseEvent event) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseMoveListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[82] 
	public void focusGained(final FocusEvent event) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/AbstractModeEventHandler.java:[86] 
	public void focusLost(final FocusEvent event) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiRowResizeCommand.java:[40] 
	super(layer.getDim(VERTICAL), rowPositions);
	                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<LRange>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull LRange>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiRowResizeCommand.java:[48] 
	super(layer.getDim(VERTICAL), new LRangeList(rowPositions));
	                                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiRowResizeCommand.java:[55] 
	super(command);
	      ^^^^^^^
Null type safety (type annotations): The expression of type 'MultiRowResizeCommand' needs unchecked conversion to conform to '@NonNull AbstractDimPositionsCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiRowResizeCommand.java:[61] 
	public MultiRowResizeCommand cloneCommand() {
	       ^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull LayerCommand' returned from LayerCommand.cloneCommand() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiRowResizeCommand.java:[80] 
	public boolean convertToTargetLayer(final Layer targetLayer) {
	                                          ^^^^^
Missing non-null annotation: inherited method from AbstractDimPositionsCommand specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/core/MultiRowResizeCommand.java:[81] 
	if (super.convertToTargetLayer(targetLayer)) {
	                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeCommandHandler.java:[24] 
	public class FreezeCommandHandler extends AbstractLayerCommandHandler<IFreezeCommand> {
	                                                                      ^^^^^^^^^^^^^^
Null constraint mismatch: The type 'IFreezeCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeCommandHandler.java:[42] 
	public Class<IFreezeCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<IFreezeCommand>' returned from LayerCommandHandler<IFreezeCommand>.getCommandClass() (mismatching null constraints)
505. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/freeze/FreezeCommandHandler.java (at line 43)
	return IFreezeCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull IFreezeCommand>' is made accessible using the less-annotated type 'Class<IFreezeCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/swt/CornerGridLineCellLayerPainter.java:[48] 
	return layer.getUnderlyingLayerByPosition(0, 0).getUnderlyingLayerByPosition(0, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getUnderlyingLayerByPosition(long, long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/swt/CornerGridLineCellLayerPainter.java:[48] 
	return layer.getUnderlyingLayerByPosition(0, 0).getUnderlyingLayerByPosition(0, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Layer' but this expression has type '@Nullable Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayer.java:[66] 
	private Child(final int x, final int y, final String label, final Layer layer) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field configLabelAccumulator may not have been initialized
509. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayer.java (at line 87)
	this.childLayout= new @NonNull Child @NonNull [layoutXCount] @NonNull [layoutYCount];
	                                                                      ^^^^^^^^^^^^^^
This array dimension with declared element type CompositeLayer.@NonNull Child will be initialized with 'null' entries
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayer.java:[257] 
	if (child.configLabelAccumulator == null) {
	    ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayer.java:[257] 
	if (child.configLabelAccumulator == null) {
			child.configLabelAccumulator= labelContributor;
		}
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayer.java:[311] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull LabelStack' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayer.java:[396] 
	final long widthOffset= hDim.getLayoutStart(child.layoutX);
	                                            ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/convert/DefaultByteDisplayConverter.java:[24] 
	return Byte.valueOf(value);
	                    ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/resize/ui/action/AutoResizeRowAction.java:[43] 
	natTable.getDim(VERTICAL), position );
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/ColumnStyleEditorDialog.java:[116] 
	final Composite columnPanel= new Composite(parent, SWT.NONE);
	                                           ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/config/DefaultColumnHeaderStyleConfiguration.java:[56] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.layerCellPainter, DisplayMode.NORMAL, GridLabels.COLUMN_HEADER);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/config/DefaultColumnHeaderStyleConfiguration.java:[57] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.layerCellPainter, DisplayMode.NORMAL, GridLabels.CORNER);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/config/DefaultColumnHeaderStyleConfiguration.java:[70] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle, DisplayMode.NORMAL, GridLabels.COLUMN_HEADER);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/config/DefaultColumnHeaderStyleConfiguration.java:[71] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle, DisplayMode.NORMAL, GridLabels.CORNER);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tooltip/TableContentTooltip.java:[99] 
	CellConfigAttributes.CELL_PAINTER, DisplayMode.NORMAL, cell.getLabels().getLabels());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/tooltip/TableContentTooltip.java:[145] 
	if (regionLabels.hasLabel(label)) {
	                          ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/config/DefaultRowStyleConfiguration.java:[45] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle, DisplayMode.NORMAL, AlternatingRowLabelContributor.EVEN_ROW_CONFIG_TYPE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/config/DefaultRowStyleConfiguration.java:[51] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle, DisplayMode.NORMAL, AlternatingRowLabelContributor.ODD_ROW_CONFIG_TYPE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java:[32] 
	public class DisplayPersistenceDialogCommandHandler extends AbstractLayerCommandHandler<DisplayPersistenceDialogCommand> {
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'DisplayPersistenceDialogCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java:[56] 
	this((Map)new Properties(), null);
	     ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java:[56] 
	this((Map)new Properties(), null);
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java:[70] 
	this((Map)new Properties(), natTable);
	     ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java:[70] 
	this((Map)new Properties(), natTable);
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java:[157] 
	public Class<DisplayPersistenceDialogCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<DisplayPersistenceDialogCommand>' returned from LayerCommandHandler<DisplayPersistenceDialogCommand>.getCommandClass() (mismatching null constraints)
531. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/persistence/DisplayPersistenceDialogCommandHandler.java (at line 158)
	return DisplayPersistenceDialogCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull DisplayPersistenceDialogCommand>' is made accessible using the less-annotated type 'Class<DisplayPersistenceDialogCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/CheckBoxPainter.java:[62] 
	final IDisplayConverter displayConverter= configRegistry.getAttribute(CellConfigAttributes.DISPLAY_CONVERTER, cell.getDisplayMode(), cell.getLabels().getLabels());
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[145] 
	protected Point getInitialLocation(final Point initialSize) {
	          ^^^^^
The return type is incompatible with '@NonNull Point' returned from Dialog.getInitialLocation(Point) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[156] 
	protected Point getInitialSize() {
	          ^^^^^
The return type is incompatible with '@NonNull Point' returned from Dialog.getInitialSize() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[182] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[182] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[183] 
	final Composite panel= new Composite(parent, SWT.NONE);
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[210] 
	editorControl.addKeyListener(getEscKeyListener());
	                             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'KeyListener' needs unchecked conversion to conform to '@NonNull KeyListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[250] 
	public void keyReleased(final KeyEvent e) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/gui/CellEditDialog.java:[257] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
543. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
544. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/util/GUIHelper.java (at line 32)
	private static final String KEY_PREFIX= GUIHelper.class.getCanonicalName() + "."; //$NON-NLS-1$
	                            ^^^^^^^^^^
The value of the field GUIHelper.KEY_PREFIX is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/util/GUIHelper.java:[82] 
	JFaceResources.getFontRegistry().put(key, fontDatas);
	                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'FontData[]' needs unchecked conversion to conform to '@NonNull FontData @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[44] 
	public void addLabels(final LabelStack configLabels, final long columnIndex, final long rowIndex) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from CellLabelContributor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[51] 
	configLabels.addLabel(configLabel);
	                      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[59] 
	new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.font")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[63] 
	new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.evenRowColor")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[66] 
	new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.oddRowColor")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridColorsEditorPanel.java:[69] 
	new Label(this, SWT.NONE).setText(Messages.getString("GridColorsEditorPanel.selectionColor")); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[75] 
	this(underlyingLayer, null, true);
	                      ^^^^
Null type mismatch: required '@NonNull SelectionModel' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[79] 
	this(underlyingLayer, null, useDefaultConfiguration);
	                      ^^^^
Null type mismatch: required '@NonNull SelectionModel' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[249] 
	this.lastSelectedRegion.x= startColumnPosition;
	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[250] 
	this.lastSelectedRegion.y= startRowPosition;
	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[251] 
	this.lastSelectedRegion.width= regionWidth;
	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[252] 
	this.lastSelectedRegion.height= regionHeight;
	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[254] 
	this.selectionModel.addSelection(new LRectangle(this.lastSelectedRegion.x, this.lastSelectedRegion.y, this.lastSelectedRegion.width,	this.lastSelectedRegion.height));
	                                                     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[254] 
	this.selectionModel.addSelection(new LRectangle(this.lastSelectedRegion.x, this.lastSelectedRegion.y, this.lastSelectedRegion.width,	this.lastSelectedRegion.height));
	                                                                                ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[254] 
	this.selectionModel.addSelection(new LRectangle(this.lastSelectedRegion.x, this.lastSelectedRegion.y, this.lastSelectedRegion.width,	this.lastSelectedRegion.height));
	                                                                                                           ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectionLayer.java:[254] 
	this.selectionModel.addSelection(new LRectangle(this.lastSelectedRegion.x, this.lastSelectedRegion.y, this.lastSelectedRegion.width,	this.lastSelectedRegion.height));
	                                                                                                                                    	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[58] 
	new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.noBorder")); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[71] 
	new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.color")); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[74] 
	new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.lineStyle")); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[77] 
	new Label(this, NONE).setText(Messages.getString("BorderStyleEditorPanel.thickness")); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[112] 
	return new BorderStyle(borderThickness, borderColor, lineStyle);
	                                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/BorderStyleEditorPanel.java:[112] 
	return new BorderStyle(borderThickness, borderColor, lineStyle);
	                                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'BorderStyle.LineStyle' needs unchecked conversion to conform to 'BorderStyle.@NonNull LineStyle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/UpdateDataCommandHandler.java:[32] 
	public class UpdateDataCommandHandler extends AbstractLayerCommandHandler<UpdateDataCommand> {
	                                                                          ^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'UpdateDataCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/UpdateDataCommandHandler.java:[48] 
	public Class<UpdateDataCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<UpdateDataCommand>' returned from LayerCommandHandler<UpdateDataCommand>.getCommandClass() (mismatching null constraints)
571. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/UpdateDataCommandHandler.java (at line 49)
	return UpdateDataCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull UpdateDataCommand>' is made accessible using the less-annotated type 'Class<UpdateDataCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/UpdateDataCommandHandler.java:[62] 
	this.dataLayer.fireLayerEvent(new CellVisualChangeEvent(this.dataLayer, columnPosition, rowPosition));
	                                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataLayer' needs unchecked conversion to conform to '@NonNull Layer'
573. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
574. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
575. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
576. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
577. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
578. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
579. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
580. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
581. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
582. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
583. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
584. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
585. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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
586. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/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.8.x-r/statet/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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/ui/action/ViewportSelectDimPositionsAction.java:[48] 
	public void run(final NatTable natTable, final MouseEvent event) {
	                      ^^^^^^^^
Illegal redefinition of parameter natTable, inherited method from IMouseAction does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/ui/action/ViewportSelectDimPositionsAction.java:[48] 
	public void run(final NatTable natTable, final MouseEvent event) {
	                                               ^^^^^^^^^^
Illegal redefinition of parameter event, inherited method from IMouseAction does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/ui/action/ViewportSelectDimPositionsAction.java:[60] 
	natTable.doCommand(new ViewportSelectDimPositionsCommand(layerDim,
	                                                         ^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/ui/action/ViewportSelectDimPositionsAction.java:[65] 
	natTable.doCommand(new ViewportSelectDimPositionsCommand(layerDim,
	                                                         ^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridStyleParameterObject.java:[48] 
	CellConfigAttributes.CELL_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridStyleParameterObject.java:[54] 
	CellConfigAttributes.CELL_STYLE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridStyleParameterObject.java:[59] 
	this.selectionStyle= configRegistry.getAttribute(CellConfigAttributes.CELL_STYLE, DisplayMode.SELECTED);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/GridStyleParameterObject.java:[62] 
	this.tableStyle= configRegistry.getAttribute(CellConfigAttributes.CELL_STYLE, DisplayMode.NORMAL);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectCellCommandHandler.java:[85] 
	this.selectionLayer.lastSelectedRegion.x= Math.min(this.selectionLayer.selectionAnchor.columnPosition, columnPosition);
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectCellCommandHandler.java:[86] 
	this.selectionLayer.lastSelectedRegion.width= Math.abs(this.selectionLayer.selectionAnchor.columnPosition - columnPosition) + 1;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectCellCommandHandler.java:[87] 
	this.selectionLayer.lastSelectedRegion.y= Math.min(this.selectionLayer.selectionAnchor.rowPosition, rowPosition);
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectCellCommandHandler.java:[88] 
	this.selectionLayer.lastSelectedRegion.height= Math.abs(this.selectionLayer.selectionAnchor.rowPosition - rowPosition) + 1;
	                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/selection/core/SelectCellCommandHandler.java:[90] 
	this.selectionLayer.addSelection(this.selectionLayer.lastSelectedRegion);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull LRectangle' but this expression has type '@Nullable LRectangle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/style/editor/SeparatorPanel.java:[33] 
	super(parentPanel, SWT.NONE);
	      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[89] 
	public void keyPressed(final KeyEvent event) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[90] 
	this.currentModeEventHandler.keyPressed(event);
	                                        ^^^^^
Null type safety (type annotations): The expression of type 'KeyEvent' needs unchecked conversion to conform to '@NonNull KeyEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[94] 
	public void keyReleased(final KeyEvent event) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[95] 
	this.currentModeEventHandler.keyReleased(event);
	                                         ^^^^^
Null type safety (type annotations): The expression of type 'KeyEvent' needs unchecked conversion to conform to '@NonNull KeyEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[99] 
	public void mouseDoubleClick(final MouseEvent event) {
	                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[100] 
	this.currentModeEventHandler.mouseDoubleClick(event);
	                                              ^^^^^
Null type safety (type annotations): The expression of type 'MouseEvent' needs unchecked conversion to conform to '@NonNull MouseEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[104] 
	public void mouseDown(final MouseEvent event) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[105] 
	this.currentModeEventHandler.mouseDown(event);
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'MouseEvent' needs unchecked conversion to conform to '@NonNull MouseEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[109] 
	public void mouseUp(final MouseEvent event) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[110] 
	this.currentModeEventHandler.mouseUp(event);
	                                     ^^^^^
Null type safety (type annotations): The expression of type 'MouseEvent' needs unchecked conversion to conform to '@NonNull MouseEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[114] 
	public void mouseMove(final MouseEvent event) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseMoveListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[115] 
	this.currentModeEventHandler.mouseMove(event);
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'MouseEvent' needs unchecked conversion to conform to '@NonNull MouseEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[134] 
	public void focusGained(final FocusEvent event) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[135] 
	this.currentModeEventHandler.focusGained(event);
	                                         ^^^^^
Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[139] 
	public void focusLost(final FocusEvent event) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/mode/ModeSupport.java:[140] 
	this.currentModeEventHandler.focusLost(event);
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'FocusEvent' needs unchecked conversion to conform to '@NonNull FocusEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/BlendedBackgroundPainter.java:[83] 
	final Style cellStyle= new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE,
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/BlendedBackgroundPainter.java:[83] 
	final Style cellStyle= new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE,
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java:[38] 
	public class TickUpdateCommandHandler extends AbstractLayerCommandHandler<TickUpdateCommand> {
	                                                                          ^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'TickUpdateCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
621. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java (at line 57)
	final List<PositionCoordinate> selectedPositions= this.selectionLayer.getSelectedCellPositions();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull PositionCoordinate>' is made accessible using the less-annotated type 'List<PositionCoordinate>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java:[93] 
	EditConfigAttributes.CELL_EDITABLE_RULE, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IEditableRule>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IEditableRule>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java:[98] 
	EditConfigAttributes.DATA_VALIDATOR, 
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDataValidator>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDataValidator>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java:[102] 
	if (editableRule.isEditable(cell, configRegistry)) {
	    ^^^^^^^^^^^^
Potential null pointer access: The variable editableRule may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java:[136] 
	TickUpdateConfigAttributes.UPDATE_HANDLER,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ITickUpdateHandler>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ITickUpdateHandler>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java:[154] 
	public Class<TickUpdateCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<TickUpdateCommand>' returned from LayerCommandHandler<TickUpdateCommand>.getCommandClass() (mismatching null constraints)
627. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/TickUpdateCommandHandler.java (at line 155)
	return TickUpdateCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull TickUpdateCommand>' is made accessible using the less-annotated type 'Class<TickUpdateCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/data/DefaultRowHeaderDataProvider.java:[46] 
	public Object getDataValue(final long columnIndex, final long rowIndex, final int flags, final IProgressMonitor monitor) {
	                                                                                               ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from DataProvider declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/grid/core/data/DefaultRowHeaderDataProvider.java:[51] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Illegal redefinition of parameter newValue, inherited method from DataProvider declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[305] 
	LayerPrinter.this.layer.setClientAreaProvider(LayerPrinter.this.originalClientAreaProvider);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ClientAreaProvider' needs unchecked conversion to conform to '@NonNull ClientAreaProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[312] 
	public LRectangle getClientArea() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull LRectangle' returned from ClientAreaProvider.getClientArea() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[330] 
	layerPainter.paintLayer(LayerPrinter.this.layer, gc, 0, 0, printBounds, LayerPrinter.this.configRegistry);
	                        ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[330] 
	layerPainter.paintLayer(LayerPrinter.this.layer, gc, 0, 0, printBounds, LayerPrinter.this.configRegistry);
	                                                 ^^
Null type safety (type annotations): The expression of type 'GC' needs unchecked conversion to conform to '@NonNull GC'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[330] 
	layerPainter.paintLayer(LayerPrinter.this.layer, gc, 0, 0, printBounds, LayerPrinter.this.configRegistry);
	                                                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Rectangle' needs unchecked conversion to conform to '@NonNull Rectangle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[330] 
	layerPainter.paintLayer(LayerPrinter.this.layer, gc, 0, 0, printBounds, LayerPrinter.this.configRegistry);
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigRegistry' needs unchecked conversion to conform to '@NonNull ConfigRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/print/LayerPrinter.java:[364] 
	LayerPrinter.this.layer.setClientAreaProvider(LayerPrinter.this.originalClientAreaProvider);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ClientAreaProvider' needs unchecked conversion to conform to '@NonNull ClientAreaProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportSelectDimPositionsCommandHandler.java:[29] 
	private final AbstractLayer viewportLayer;
	              ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportSelectDimPositionsCommandHandler.java:[34] 
	public ViewportSelectDimPositionsCommandHandler(final AbstractLayer viewportLayer) {
	                                                      ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/viewport/core/ViewportSelectDimPositionsCommandHandler.java:[38] 
	public ViewportSelectDimPositionsCommandHandler(final AbstractLayer viewportLayer,
	                                                      ^^^^^^^^^^^^^
AbstractLayer is a raw type. References to generic type AbstractLayer<TLayerDim> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/config/DefaultSortConfiguration.java:[55] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.layerCellPainter, DisplayMode.NORMAL, SORT_DOWN_CONFIG_TYPE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcBase/org/eclipse/statet/ecommons/waltable/sort/config/DefaultSortConfiguration.java:[56] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.layerCellPainter, DisplayMode.NORMAL, SORT_UP_CONFIG_TYPE);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
642. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayerDim.java (at line 79)
	new @NonNull LayerDim @NonNull [layer.layoutXCount] @NonNull [layer.layoutYCount] :
	                                                             ^^^^^^^^^^^^^^^^^^^^
This array dimension with declared element type @NonNull LayerDim will be initialized with 'null' entries
643. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/core/layer/CompositeLayerDim.java (at line 80)
	new @NonNull LayerDim @NonNull [layer.layoutYCount] @NonNull [layer.layoutXCount];
	                                                             ^^^^^^^^^^^^^^^^^^^^
This array dimension with declared element type @NonNull LayerDim will be initialized with 'null' entries
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/srcAdditional/org/eclipse/statet/ecommons/waltable/tickupdate/config/DefaultTickUpdateConfiguration.java:[40] 
	TickUpdateConfigAttributes.UPDATE_HANDLER, ITickUpdateHandler.DEFAULT_TICK_UPDATE_HANDLER);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<ITickUpdateHandler>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<ITickUpdateHandler>'
645. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java (at line 151)
	final List<String> configLabels= this.labelStack.getLabels();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[153] 
	CellConfigAttributes.DISPLAY_CONVERTER, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[153] 
	CellConfigAttributes.DISPLAY_CONVERTER, DisplayMode.EDIT, configLabels);
	                                                          ^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[154] 
	this.cellStyle= new RegistryStyle(configRegistry, CellConfigAttributes.CELL_STYLE,
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[155] 
	DisplayMode.EDIT, configLabels);
	                  ^^^^^^^^^^^^
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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[157] 
	EditConfigAttributes.DATA_VALIDATOR, DisplayMode.EDIT, configLabels);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDataValidator>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDataValidator>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[157] 
	EditConfigAttributes.DATA_VALIDATOR, DisplayMode.EDIT, configLabels);
	                                                       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
652. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java (at line 406)
	return EditConfigHelper.openAdjacentEditor(this.configRegistry, this.labelStack.getLabels());
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[419] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[420] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[428] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[429] 
	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.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/edit/editor/AbstractCellEditor.java:[475] 
	public void keyTraversed(final TraverseEvent event) {
	                               ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull
657 problems (0 errors, 593 warnings, 64 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.waltable.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.statet.ecommons:ecommons.edb >--------------
[INFO] Building ecommons.edb 4.8.0.202308171800-r                      [28/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ecommons.edb ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ecommons.edb ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core >--
[INFO] Building [bundle] StatET ECommons - Embedded DB - Core  (Incubation) 4.8.0.202308171800-r [29/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Resolving class path of [bundle] StatET ECommons - Embedded DB - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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, 2 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.edb.core ---
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< org.eclipse.statet.eutils:autonature >----------------
[INFO] Building autonature 4.8.0.202308171800-r                        [30/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ autonature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ autonature ---
[INFO] 
[INFO] ---< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature >---
[INFO] Building [bundle] StatET EUtils - Auto-Nature  (Incubation) 4.8.0.202308171800-r [31/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autonature ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.eutils.autonature ---
[INFO] Resolving class path of [bundle] StatET EUtils - Auto-Nature  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.eutils.autonature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.eutils.autonature ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/Activator.java:[79] 
	InstanceScope.INSTANCE.getNode(BUNDLE_ID).addPreferenceChangeListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ContentFinder.java:[58] 
	public boolean visit(final IResource resource) throws CoreException {
	                           ^^^^^^^^^
Missing non-null annotation: inherited method from IResourceVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectHandler.java:[49] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectHandler.java:[59] 
	(activePart != null) ? activePart.getSite().getShell() : UIAccess.getActiveWorkbenchShell(true),
	                       ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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)
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java (at line 52)
	private final IProject project;
	                       ^^^^^^^
The value of the field ConfigureProjectWizardPage.project is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[79] 
	final Composite composite = new Composite(parent, SWT.NONE);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[108] 
	InstanceScope.INSTANCE.getNode(PREF_QUALIFIER).addPreferenceChangeListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[128] 
	defaultsNode.putBoolean(config.getEnabledPrefKey(), Boolean.parseBoolean(
	^^^^^^^^^^^^
Potential null pointer access: The variable defaultsNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[193] 
	Arrays.asList(nature.getRequiredNatureIds()) ) :
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[209] 
	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.8.x-r/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.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[66] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from PreferencePage.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[66] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from PreferencePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[67] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[113] 
	this.entryViewer.setCheckedElements(checked.toArray());
	                                    ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[119] 
	node.putBoolean(Activator.ENABLED_PREF_KEY, this.enableButton.getSelection());
	^^^^
Potential null pointer access: The variable node may be null at this location
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java (at line 122)
	final List<Object> enabled= Arrays.asList(this.entryViewer.getCheckedElements());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Object>' is made accessible using the less-annotated type 'List<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[124] 
	configsNode.putBoolean(config.getEnabledPrefKey(), enabled.contains(config));
	^^^^^^^^^^^
Potential null pointer access: The variable configsNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[146] 
	if (configsNode.getBoolean(config.getEnabledPrefKey(), false)) {
	    ^^^^^^^^^^^
Potential null pointer access: The variable configsNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/AutoNaturePreferencePage.java:[150] 
	this.entryViewer.setCheckedElements(checked.toArray());
	                                    ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ResourceListener.java:[59] 
	public void resourceChanged(final IResourceChangeEvent event) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ResourceListener.java:[80] 
	public boolean visit(final IResourceDelta delta) throws CoreException {
	                           ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceDeltaVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizard.java:[62] 
	setDialogSettings(DialogUtils.getDialogSettings(Activator.getInstance(), "ConfigureProjectWizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Activator' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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
53 problems (0 errors, 50 warnings, 3 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.eutils.autonature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.eutils.autonature ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.eutils.autonature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.eutils.autonature ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.eclipse.statet.eutils-assemblies:autonature >-----------
[INFO] Building autonature 4.8.0.202308171800-r                        [32/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ autonature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ autonature ---
[INFO] 
[INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature >--
[INFO] Building [feature] StatET Auto Project Configuration  (Incubation) 4.8.0.202308171800-r [33/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autonature ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autonature ---
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.eutils.autonature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] -----------------< org.eclipse.statet.eutils:autorun >------------------
[INFO] Building autorun 4.8.0.202308171800-r                           [34/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ autorun ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ autorun ---
[INFO] 
[INFO] ----< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun >-----
[INFO] Building [bundle] StatET EUtils - Auto Run  (Incubation) 4.8.0.202308171800-r [35/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autorun ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.eutils.autorun ---
[INFO] Resolving class path of [bundle] StatET EUtils - Auto Run  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.eutils.autorun ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.eutils.autorun ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[93] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from PreferencePage.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[93] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from PreferencePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[96] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[115] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[115] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[118] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[121] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[128] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[128] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[139] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[159] 
	public String getText(final Object element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[159] 
	public String getText(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[161] 
	final Iterator<String> iter= ((Set<String>)element).iterator();
	                             ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[163] 
	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.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[166] 
	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.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[191] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[197] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[200] 
	AutoRunPreferencePage.this.lastMode= (Set<String>)element;
	                                     ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<String>
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java (at line 218)
	final Set<Set<String>> combinations= ((ILaunchConfiguration)element).getType()
						.getSupportedModeCombinations();
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull Set<@NonNull String>>' is made accessible using the less-annotated type 'Set<Set<String>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[232] 
	this.modeViewer.setSelection(new StructuredSelection(this.lastMode));
	                                                     ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[259] 
	Activator.getInstance().getLog().log(new Status(IStatus.ERROR, Activator.BUNDLE_ID, -1, 
	^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[297] 
	node.putBoolean(Activator.ENABLED_PREF_KEY, this.enableButton.getSelection());
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[314] 
	final Set<String> modes= (Set<String>)((IStructuredSelection)this.modeViewer.getSelection()).getFirstElement();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/nostart/AutoRunStartup.java:[46] 
	new AutoRunner(key, mode).schedule(500);
	                    ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
27 problems (0 errors, 26 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.eutils.autorun ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.eutils.autorun ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.eutils.autorun ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.eutils.autorun ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.eclipse.statet.eutils-assemblies:autorun >------------
[INFO] Building autorun 4.8.0.202308171800-r                           [36/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ autorun ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ autorun ---
[INFO] 
[INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun >--
[INFO] Building [feature] StatET Auto Run  (Incubation) 4.8.0.202308171800-r [37/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autorun ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.eutils.autorun ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] ---------------------< org.eclipse.statet.ltk:ltk >---------------------
[INFO] Building ltk 4.8.0.202308171800-r                               [38/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ltk ---
[INFO] 
[INFO] -----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk >------------
[INFO] Building [bundle] StatET LTK  (Incubation) 4.8.0.202308171800-r [39/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk ---
[INFO] Resolving class path of [bundle] StatET LTK  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ltk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ltk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ltk ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk ---
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ltk ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.core >---------
[INFO] Building [bundle] StatET LTK - Core  (Incubation) 4.8.0.202308171800-r [40/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk.core ---
[INFO] Resolving class path of [bundle] StatET LTK - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ltk.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ltk.core ---
[INFO] Compiling 143 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/project/core/builder/ProjectBuildTask.java:[221] 
	this.updatedSourceUnits.add((TSourceUnit)unit);
	                            ^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/core/rules/OperatorRule.java:[116] 
	public IToken evaluate(final ICharacterScanner scanner) {
	       ^^^^^^
The return type is incompatible with '@NonNull IToken' returned from IRule.evaluate(ICharacterScanner) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/core/rules/OperatorRule.java:[116] 
	public IToken evaluate(final ICharacterScanner scanner) {
	                             ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRule specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonRefactoringDescriptor.java:[72] 
	Messages.Common_error_CannotCreateFromDescr_message)); // default refactoring descriptor
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/project/core/builder/ProjectTask.java:[100] 
	if (modelTypeId == null) {
			return null;
		}
	                         ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/project/core/builder/ProjectTask.java:[113] 
	final @Nullable TParticipant participant= (TParticipant)LtkModels.getModelAdapter(
				modelTypeId, getBuilderDefinition().getParticipantType() );
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable TParticipant extends @NonNull ProjectBuildParticipant<TProject extends @NonNull LtkProject,TSourceUnit extends @NonNull WorkspaceSourceUnit> to TParticipant extends @NonNull ProjectBuildParticipant<TProject extends @NonNull LtkProject,TSourceUnit extends @NonNull WorkspaceSourceUnit>
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 112)
	attributes.put(IMarker.SEVERITY, IssueMarkers.toMarkerSeverity(problem.getSeverity()));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 113)
	attributes.put(IssueMarkers.CODE_ATTR_NAME, problem.getCode());
	                                            ^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 116)
	attributes.put(IMarker.LINE_NUMBER, (problem.getSourceLine() > 0) ? problem.getSourceLine() : 1);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 118)
	attributes.put(IMarker.CHAR_START, problem.getSourceStartOffset());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 119)
	attributes.put(IMarker.CHAR_END, problem.getSourceEndOffset());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
16. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 121)
	attributes.put(IMarker.USER_EDITABLE, false);
	                                      ^^^^^
The expression of type boolean is boxed into Boolean
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 129)
	attributes.put(IMarker.PRIORITY, IssueMarkers.toMarkerPriority(task.getPriority()));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 132)
	attributes.put(IMarker.LINE_NUMBER, (task.getSourceLine() > 0) ? task.getSourceLine() : 1);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 134)
	attributes.put(IMarker.CHAR_START, task.getSourceStartOffset());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 135)
	attributes.put(IMarker.CHAR_END, task.getSourceEndOffset());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 137)
	attributes.put(IMarker.USER_EDITABLE, false);
	                                      ^^^^^
The expression of type boolean is boxed into Boolean
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java (at line 90)
	private @Nullable ITypedRegion currentPartition;
	                               ^^^^^^^^^^^^^^^^
The value of the field BasicHeuristicTokenScanner.PartitionBasedCondition.currentPartition is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[100] 
	private static final Comparator<LtkModelElement> MODELELEMENT_SORTER= new LtkModelElementComparator();
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
36. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 100)
	private static final Comparator<LtkModelElement> MODELELEMENT_SORTER= new LtkModelElementComparator();
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull LtkModelElementComparator' is made accessible using the less-annotated type 'Comparator<LtkModelElement>', corresponding supertype is 'Comparator<@NonNull LtkModelElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[111] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[136] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[136] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[141] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[144] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[145] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[173] 
	if (su == null) {
			return null;
		}
	                ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[177] 
	if (doc == null) {
			return null;
		}
	                 ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[227] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[229] 
	return getSourceCodeStringedTogether(new ElementSet((Object[]) sourceElements), monitor);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to 'Object @NonNull[]'
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 243)
	final List<LtkModelElement<?>> modelElements= sourceElements.getModelElements();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull LtkModelElement<?>>' is made accessible using the less-annotated type 'List<LtkModelElement<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[258] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[263] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[275] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[286] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[295] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[299] 
	int start= sourceRange.getStartOffset();
	           ^^^^^^^^^^^
Potential null pointer access: The variable sourceRange may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[318] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[346] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[374] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[387] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[411] 
	final ResourceAttributes attributes= resource.getParent().getResourceAttributes();
	                                     ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[421] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[426] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[437] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[442] 
	for (final IResource element : elements.getResources()) {
	                     ^^^^^^^
The value of the local variable element is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[447] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[450] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[467] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[484] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[494] 
	Resources.checkInSync(resources.toArray(new IResource[resources.size()]))
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[501] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[511] 
	result.merge(RefactoringStatus.create(Resources.checkInSync(array)));
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[512] 
	result.merge(RefactoringStatus.create(Resources.makeCommittable(array, IWorkspace.VALIDATE_PROMPT)));
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[516] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[532] 
	public boolean visit(final IResource visitedResource) throws CoreException {
	                           ^^^^^^^^^
Missing non-null annotation: inherited method from IResourceVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[542] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[550] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[550] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[550] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[550] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[551] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[586] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[609] 
	public boolean hasReadOnlyElements(final LtkModelElement element) throws CoreException {
	                                         ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
81. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 638)
	final Set<String> natureIds= ElementSet.getAffectedProjectNatures(elementsToDelete);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[638] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[645] 
	list.addAll(Arrays.asList(deletes));
	                          ^^^^^^^
Null type safety (type annotations): The expression of type 'DeleteParticipant[]' needs unchecked conversion to conform to 'DeleteParticipant @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[651] 
	list.addAll(Arrays.asList(deletes));
	                          ^^^^^^^
Null type safety (type annotations): The expression of type 'DeleteParticipant[]' needs unchecked conversion to conform to 'DeleteParticipant @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[653] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[657] 
	list.addAll(Arrays.asList(deletes));
	                          ^^^^^^^
Null type safety (type annotations): The expression of type 'DeleteParticipant[]' needs unchecked conversion to conform to 'DeleteParticipant @NonNull[]'
87. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 667)
	final Set<String> natureIds= ElementSet.getAffectedProjectNatures(
				ImCollections.newList(elementsToMove, destination) );
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[668] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[668] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[682] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[685] 
	list.addAll(Arrays.asList(deletes));
	                          ^^^^^^^
Null type safety (type annotations): The expression of type 'MoveParticipant[]' needs unchecked conversion to conform to 'MoveParticipant @NonNull[]'
92. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java (at line 695)
	final Set<String> natureIds= ElementSet.getAffectedProjectNatures(
				ImCollections.newList(elementsToCopy, destination) );
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[696] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[696] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[710] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[714] 
	list.addAll(Arrays.asList(deletes));
	                          ^^^^^^^
Null type safety (type annotations): The expression of type 'CopyParticipant[]' needs unchecked conversion to conform to 'CopyParticipant @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[759] 
	final CompositeChange result= new CompositeChange(changeName);
	                                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[763] 
	result.addAll(manager.getAllChanges());
	              ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[772] 
	final CompositeChange result= new CompositeChange(changeName);
	                                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[779] 
	result.addAll(manager.getAllChanges());
	              ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[788] 
	final CompositeChange result= new CompositeChange(changeName);
	                                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[794] 
	result.addAll(manager.getAllChanges());
	              ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[805] 
	final CompositeChange result= new CompositeChange(changeName);
	                                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[809] 
	result.addAll(manager.getAllChanges());
	              ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextChange[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[820] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[821] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[828] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[838] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[845] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[857] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[858] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[858] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[866] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[873] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[874] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[899] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[899] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[908] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[936] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[943] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[958] 
	offset+= document.getLineDelimiter(line).length();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLineDelimiter(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/core/Ltk.java:[32] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicNameAccessSet.java:[57] 
	Arrays.sort(labelArray);
	            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/impl/BasicNameAccessSet.java:[59] 
	this.labelsSorted= ImCollections.newList(labelArray);
	                                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/SourceUnitManagerImpl.java:[317] 
	if (modelTypeId == null) {
			throw new NullPointerException("modelTypeId"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/SourceUnitManagerImpl.java:[320] 
	if (context == null) {
			throw new NullPointerException("context"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/SourceUnitManagerImpl.java:[331] 
	if (context == null) {
			throw new NullPointerException("context"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/MultiRefactoringFactory.java:[75] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/MultiRefactoringFactory.java:[90] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[45] 
	super(change.getName());
	      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[51] 
	super(name);
	      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[56] 
	super(name, changes);
	      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[56] 
	super(name, changes);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'Change[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[65] 
	public void initializeValidationData(final IProgressMonitor pm) {
	                                           ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[66] 
	super.initializeValidationData(pm);
	                               ^^
Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[84] 
	public RefactoringStatus isValid(final IProgressMonitor pm) throws CoreException {
	       ^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RefactoringStatus' returned from CompositeChange.isValid(IProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[84] 
	public RefactoringStatus isValid(final IProgressMonitor pm) throws CoreException {
	                                       ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[86] 
	return super.isValid(pm);
	                     ^^
Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[104] 
	public void resourceChanged(final IResourceChangeEvent event) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[109] 
	Messages.DynamicValidationState_WorkspaceChanged_message);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationRefactoringChange.java:[80] 
	public Change perform(final IProgressMonitor progress) throws CoreException {
	                            ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationRefactoringChange.java:[82] 
	return super.perform(progress);
	                     ^^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[92] 
	new IScopeContext[] { new ProjectScope(project.getProject()), PLATFORM_SCOPE });
	                                       ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[273] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[277] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[289] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/TextUtil.java:[307] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/SourceUnitChange.java:[63] 
	setTextType(getFile().getContentDescription().getContentType()
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getContentType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonCopyProcessor.java:[158] 
	final String source= (project != null) ?
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
203. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/ast/core/util/AbstractAstProblemReporter.java (at line 155)
	sb.append("  code= ").append(String.format("0x%1$08X", code)); //$NON-NLS-1$
	                                                       ^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringChange.java:[43] 
	super(name);
	      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringChange.java:[59] 
	super(name, changes);
	      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringChange.java:[59] 
	super(name, changes);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'Change[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]'
209. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/IndentUtil.java (at line 896)
	return NLS.bind("No indentation char: ''{0}''.", ((char)c)); //$NON-NLS-1$
	                                                 ^^^^^^^^^
The expression of type char is boxed into Character
210. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 100)
	attributes.put(IMarker.PRIORITY, IssueMarkers.toMarkerPriority(prio));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
211. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 101)
	attributes.put(IMarker.LINE_NUMBER, (lineNumber > 0) ? lineNumber : 1);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
212. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 103)
	attributes.put(IMarker.CHAR_START, offset);
	                                   ^^^^^^
The expression of type int is boxed into Integer
213. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 104)
	attributes.put(IMarker.CHAR_END, offset + message.length());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
214. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java (at line 106)
	attributes.put(IMarker.USER_EDITABLE, false);
	                                      ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[59] 
	natureIds.add(id);
	              ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[94] 
	this(ImCollections.newList(elements));
	                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[113] 
	if (this.resources == null) {
				this.resources= new ArrayList<>();
			}
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[228] 
	if (projects.add(projectToAdd[i])) {
	                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IProject' needs unchecked conversion to conform to '@NonNull IProject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/core/util/UserInfo.java:[89] 
	gAuthorInfo= new UserInfo(name, email, source);
	                          ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java:[74] 
	public static <T extends ExtensionData<?, ?, ?>> boolean contains(final ImList<T> list, final String modelTypeId) {
	                         ^^^^^^^^^^^^^
The type parameter T should not be bounded by the final type ExtensibleReconciler.ExtensionData<?,?,?>. Final types cannot be further extended
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java:[83] 
	public static <T extends ExtensionData<?, ?, ?>> @Nullable T get(final ImList<T> list, final String modelTypeId) {
	                         ^^^^^^^^^^^^^
The type parameter T should not be bounded by the final type ExtensibleReconciler.ExtensionData<?,?,?>. Final types cannot be further extended
225. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java (at line 99)
	private final String modelTypeId;
	                     ^^^^^^^^^^^
The value of the field ExtensibleReconciler.ExtensionItem<TProject,TConfig,TReconciler>.modelTypeId is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java:[178] 
	item= new ExtensionItem(modelTypeId, createEmbeddedModelReconciler(modelTypeId));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ExtensibleReconciler.ExtensionItem(String, SourceUnitEmbeddedModelReconciler) belongs to the raw type ExtensibleReconciler.ExtensionItem. References to generic type ExtensibleReconciler.ExtensionItem<TProject,TConfig,TReconciler> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java:[178] 
	item= new ExtensionItem(modelTypeId, createEmbeddedModelReconciler(modelTypeId));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ExtensibleReconciler.ExtensionItem needs unchecked conversion to conform to ExtensibleReconciler.ExtensionItem<TProject,?,TEmbeddedModelReconciler>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java:[178] 
	item= new ExtensionItem(modelTypeId, createEmbeddedModelReconciler(modelTypeId));
	          ^^^^^^^^^^^^^
ExtensibleReconciler.ExtensionItem is a raw type. References to generic type ExtensibleReconciler.ExtensionItem<TProject,TConfig,TReconciler> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/build/ExtensibleReconciler.java:[225] 
	return ImCollections.newList(configArray);
	                             ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceConfig[]' needs unchecked conversion to conform to '@NonNull SourceConfig @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/ExtContentTypeServices.java:[204] 
	(primary.getId().equals(activatedContentTypeId)
	 ^^^^^^^
Potential null pointer access: The variable primary may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/internal/ltk/core/ModelTypeDescriptorImpl.java:[38] 
	public ModelTypeDescriptorImpl(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field checkedSecondaryTypeIds may not have been initialized
232 problems (0 errors, 206 warnings, 26 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ltk.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ltk.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core ---
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ltk.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests >------
[INFO] Building [test-bundle] StatET LTK - Core - Tests  (Incubation) 4.4.0.202107080600-r [41/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core.tests ---
[INFO] The project's OSGi version is 4.4.0.202107080600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET LTK - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ltk.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ltk.core.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ltk.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.0.202107080600-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.0.202107080600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.0.202107080600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/org.eclipse.statet.ltk.core.tests-4.4.0.202107080600-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core.tests ---
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:xml:p2metadata:4.4.0.202107080600-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.core.tests:xml:p2artifacts:4.4.0.202107080600-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.ltk.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/surefire.properties]
Running null
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in null
SourceContentTest.getStringSubstring  Time elapsed: 0.042 s
SourceContentTest.getChar  Time elapsed: 0.002 s
SourceContentTest.getString  Time elapsed: 0.001 s
SourceContentTest.getEndOffset  Time elapsed: 0.001 s
SourceContentTest.getStartOffset  Time elapsed: 0.001 s
SourceContentTest.getStamp  Time elapsed: 0.001 s
SourceContentTest.getStringLines  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui >----------
[INFO] Building [bundle] StatET LTK - UI  (Incubation) 4.8.0.202308171800-r [42/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk.ui ---
[INFO] Resolving class path of [bundle] StatET LTK - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ltk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ltk.ui ---
[INFO] Compiling 239 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[55] 
	super(input, (currentSelection != null) ? currentSelection.getSelection() : null);
	      ^^^^^
Null type safety (type annotations): The expression of type 'SourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[55] 
	super(input, (currentSelection != null) ? currentSelection.getSelection() : null);
	                                                                            ^^^^
Null type mismatch: required '@NonNull ISelection' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[80] 
	protected synchronized IStatus run(final IProgressMonitor monitor) {
	                       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[80] 
	protected synchronized IStatus run(final IProgressMonitor monitor) {
	                                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[110] 
	input.connect(monitor);
	              ^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[113] 
	|| run.getInputInfo().getStamp().getContentStamp() != input.getDocument(null).getModificationStamp()) {
	   ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInputInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[143] 
	input.disconnect(monitor);
	                 ^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[173] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[214] 
	private final ModelElementInputProvider modelProvider;
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[219] 
	private final ModelElementInputListener elementChangeListener;
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[234] 
	public PostSelectionWithElementInfoController(final ModelElementInputProvider modelProvider,
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[240] 
	this.elementChangeListener= new ModelElementInputListener() {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[242] 
	public void elementChanged(final LtkModelElement element) {
	                                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[242] 
	public void elementChanged(final LtkModelElement element) {
	                                 ^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ModelElementInputListener specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[255] 
	public void elementInitialInfo(final LtkModelElement element) {
	                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[255] 
	public void elementInitialInfo(final LtkModelElement element) {
	                                     ^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ModelElementInputListener specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[259] 
	public void elementUpdatedInfo(final LtkModelElement element, final LtkModelElementDelta delta) {
	                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[262] 
	private void checkUpdate(final LtkModelElement element) {
	                               ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[274] 
	this.selectionProvider.addSelectionChangedListener(this.selectionListener);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[278] 
	this.selectionProvider.addPostSelectionChangedListener(this.postSelectionListener);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[280] 
	this.modelProvider.addListener(this.elementChangeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[280] 
	this.modelProvider.addListener(this.elementChangeListener);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[306] 
	this.modelProvider.removeListener(this.elementChangeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[306] 
	this.modelProvider.removeListener(this.elementChangeListener);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ModelElementInputListener' needs unchecked conversion to conform to '@NonNull ModelElementInputListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[307] 
	this.selectionProvider.removeSelectionChangedListener(this.selectionListener);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[308] 
	this.selectionProvider.removePostSelectionChangedListener(this.postSelectionListener);
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PostSelectionWithElementInfoController.SelectionListener' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[318] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionWithElementInfoListener' needs unchecked conversion to conform to '@NonNull SelectionWithElementInfoListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[319] 
	this.newListeners.add(listener);
	                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionWithElementInfoListener' needs unchecked conversion to conform to '@NonNull SelectionWithElementInfoListener'
35. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ExtModelContentProvider.java (at line 116)
	private @NonNull SourceStructElement<?, ?>[] filter(
			final List<? extends SourceStructElement<?, ?>> elements,
			final @Nullable LtkModelElementFilter<? super SourceStructElement<?, ?>> filter) {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method filter(List<? extends SourceStructElement<?,?>>, LtkModelElementFilter<? super SourceStructElement<?,?>>) from the type ExtModelContentProvider is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[107] 
	this.specificCommand= commandSvc.getCommand(LtkActions.SPECIFIC_CONTENT_ASSIST_COMMAND_ID);
	                      ^^^^^^^^^^
Potential null pointer access: The variable commandSvc may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[192] 
	final Composite composite= new Composite(pageComposite, SWT.NONE);
	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[243] 
	this.circlingOrderButtons.connectTo(this.circlingList, this.orderedCategories, null);
	                                    ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java:[243] 
	this.circlingOrderButtons.connectTo(this.circlingList, this.orderedCategories, null);
	                                                                               ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable ContentAssistCategory>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java (at line 320)
	final List<ContentAssistCategory> orderedCategories= this.registry.applyPreferences(this, this.registry.getCopyOfCategories());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull ContentAssistCategory>' is made accessible using the less-annotated type 'List<ContentAssistCategory>'
54. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedContentAssistConfigurationBlock.java (at line 352)
	final Map<Preference<?>, Object> preferences= this.registry.createPreferences(orderedCategories);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull Preference<?>,@NonNull Object>' is made accessible using the less-annotated type 'Map<Preference<?>,Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[119] 
	final Shell shell= site.getShell();
	                   ^^^^
Potential null pointer access: The variable site may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[148] 
	shell, context );
	^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[148] 
	shell, context );
	       ^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressService' needs unchecked conversion to conform to '@NonNull IProgressService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/PasteElementsHandler.java:[149] 
	helper.enableInsertPosition(su);
	                            ^^
Null type safety (type annotations): The expression of type 'SourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[62] 
	public class FoldingEditorAddon implements SourceEditorAddon, ModelElementInputListener,
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[127] 
	public void install(final SourceEditor editor) {
	                          ^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditorAddon specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[130] 
	this.provider.checkConfig(null);
	                          ^^^^
Null type mismatch: required '@NonNull Set<@NonNull String>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[131] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[135] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[135] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[146] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[146] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[154] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[157] 
	update(input, delta.getNewAst().getStamp());
	              ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNewAst() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[165] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[178] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Missing non-null annotation: inherited method from SettingsChangeNotifier.ChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[179] 
	if (groupIds != null && this.provider.checkConfig(groupIds)) {
	                                                  ^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 '@NonNull ', corresponding supertype is 'IValueChangeListener<IIndentSettings.@NonNull IndentationType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleSoftWordWrapHandler.java:[36] 
	super(pref, ITextEditorActionDefinitionIds.WORD_WRAP);
	      ^^^^
Null type safety (type annotations): The expression of type 'Preference<Boolean>' needs unchecked conversion to conform to 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleSoftWordWrapHandler.java:[52] 
	viewer.getTextWidget().setWordWrap(enabled);
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[44] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[86] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[102] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[130] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[169] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[169] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[169] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[178] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[186] 
	public boolean hasChildren(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[191] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[191] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[212] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[215] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[226] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[229] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[245] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[248] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[287] 
	protected @Nullable ITemplateContribution getContainerFor(final Object element) {
	                                                                ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[295] 
	protected Object getDefaultValue(final TemplateItem item) {
	          ^^^^^^
The return type is incompatible with '@NonNull Object' returned from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem>.getDefaultValue(CodeTemplateConfigurationBlock.TemplateItem) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[295] 
	protected Object getDefaultValue(final TemplateItem item) {
	                                       ^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[304] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[308] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[312] 
	this.prefs.put(pref, null);
	     ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[314] 
	this.defaultValues.put(category.getId(), observableValue);
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[321] 
	public Object change(final TemplateItem oldItem, final TemplateItem newItem,
	       ^^^^^^
The return type is incompatible with '@NonNull Object' returned from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem>.change(CodeTemplateConfigurationBlock.TemplateItem, CodeTemplateConfigurationBlock.TemplateItem, Object, Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[321] 
	public Object change(final TemplateItem oldItem, final TemplateItem newItem,
	                           ^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[322] 
	final Object parent, final Object container) {
	      ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[322] 
	final Object parent, final Object container) {
	                           ^^^^^^
Missing nullable annotation: inherited method from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[325] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[334] 
	public void delete(final List<? extends Object> elements) {
	                         ^^^^
Missing non-null annotation: inherited method from DataAdapter<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[335] 
	deleteDefault(elements);
	              ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends Object>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[339] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[342] 
	deleteChecked(elements);
	              ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends Object>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[352] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[372] 
	public String getText(final Object element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[372] 
	public String getText(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[446] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[472] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[500] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[507] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[509] 
	{	final Label label= new Label(pageComposite, SWT.LEFT);
	 	                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[518] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[528] 
	{	final Composite composite= new Composite(pageComposite, SWT.NONE);
	 	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[558] 
	{	final Label label= new Label(pageComposite, SWT.LEFT);
	 	                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[568] 
	this.buttonGroup.connectTo(this.treeViewer, this.dataAdapter);
	                           ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[568] 
	this.buttonGroup.connectTo(this.treeViewer, this.dataAdapter);
	                                            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CodeTemplateConfigurationBlock.TemplateDataAdapter' needs unchecked conversion to conform to '@NonNull DataAdapter<CodeTemplateConfigurationBlock.TemplateItem>', corresponding supertype is 'DataAdapter<CodeTemplateConfigurationBlock.TemplateItem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[571] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[621] 
	public TemplateItem edit(final int command, TemplateItem item, final Object parent) {
	                                            ^^^^^^^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[621] 
	public TemplateItem edit(final int command, TemplateItem item, final Object parent) {
	                                                                     ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[645] 
	template.setName(newName(item.category));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) from the type Template is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[647] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[675] 
	public void updateState(final IStructuredSelection selection) {
	                              ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.IActions<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[731] 
	data.getTemplate().setName(newName(category));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) from the type Template is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[742] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[746] 
	public void exportItems(final List<? extends Object> items) {
	                              ^^^^
Missing non-null annotation: inherited method from ButtonGroup.IImportExportActions<CodeTemplateConfigurationBlock.TemplateItem> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[749] 
	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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[826] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[176] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[51] 
	this.sourceViewer= new SourceViewer(parent, null, SnippetEditor.DEFAULT_MULTI_LINE_STYLE);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[57] 
	this.configurator.setTarget(new ViewerSourceEditorAdapter(this.sourceViewer, this.configurator) {
	                                                          ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[57] 
	this.configurator.setTarget(new ViewerSourceEditorAdapter(this.sourceViewer, this.configurator) {
	                                                                             ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[84] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[98] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[127] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[210] 
	addOns.addAll(this.primaryConfig.getAddOns());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<SourceEditorAddon>' needs unchecked conversion to conform to '@NonNull Collection<? extends SourceEditorAddon>', corresponding supertype is 'Collection<SourceEditorAddon>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[212] 
	addOns.addAll(config.getAddOns());
	              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<SourceEditorAddon>' needs unchecked conversion to conform to '@NonNull Collection<? extends SourceEditorAddon>', corresponding supertype is 'Collection<SourceEditorAddon>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[254] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[260] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[283] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[313] 
	this.secondaryConfigs.get(type).initContentAssist(assistant);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[320] 
	return new MultiContentSectionQuickAssistProcessor(this.sections) {
	                                                   ^^^^^^^^^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[322] 
	protected IQuickAssistProcessor createProcessor(final String sectionType) {
	                                                      ^^^^^^
Missing non-null annotation: inherited method from MultiContentSectionQuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[335] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[345] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[90] 
	rinfo.workingCopy.disconnect(m.newChild(1));
	      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[102] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[127] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[139] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[151] 
	this.documentSetupParticipant.setup(document);
	     ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[66] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[80] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[91] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[127] 
	this.fTextViewer.getTextWidget().addDisposeListener(new DisposeListener() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[129] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[142] 
	this.fTextViewer.getTextWidget().setKeyBinding(SWT.INSERT, SWT.NULL);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[150] 
	this.fTextViewer.getTextWidget().invokeAction(ST.TOGGLE_OVERWRITE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerCustomCaretSupport.java:[172] 
	styledText.setCaret(null);
	^^^^^^^^^^
Potential null pointer access: The variable styledText may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/PreviewSourceViewer.java:[57] 
	this(parent, true, EditorsUI.getPreferenceStore());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
217. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistCategory.java (at line 52)
	private final int sortOrder= 0x10000;
	                  ^^^^^^^^^
The value of the field ContentAssistCategory.sortOrder is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[129] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[146] 
	label.setText(getNewFileLabel());
	              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizardPage.java:[389] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java:[72] 
	RunData(final AbstractDocument doc, final SourceModelStamp stamp) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field annotations may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java:[174] 
	if (run.doc == null) {
				return false;
			}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
231. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java (at line 218)
	if (selection instanceof ITextSelection) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type ITextSelection is already an instance of type ITextSelection
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPreferenceInitializer.java:[46] 
	node.putBoolean(DecorationPreferences.MATCHING_BRACKET_ENABLED_KEY, true);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPreferenceInitializer.java:[51] 
	node.putBoolean(LtkUIPreferences.CONTENT_ASSIST_AUTO_ACTIVATION_ENABLED_PREF_KEY, true);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[135] 
	public SnippetEditor(final SourceEditorViewerConfigurator configurator,
			final @Nullable String initialContent,
			final @Nullable IServiceLocator serviceParent, final boolean withToolButton) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field composite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[135] 
	public SnippetEditor(final SourceEditorViewerConfigurator configurator,
			final @Nullable String initialContent,
			final @Nullable IServiceLocator serviceParent, final boolean withToolButton) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field globalActions may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[135] 
	public SnippetEditor(final SourceEditorViewerConfigurator configurator,
			final @Nullable String initialContent,
			final @Nullable IServiceLocator serviceParent, final boolean withToolButton) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[135] 
	public SnippetEditor(final SourceEditorViewerConfigurator configurator,
			final @Nullable String initialContent,
			final @Nullable IServiceLocator serviceParent, final boolean withToolButton) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolButton may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[135] 
	public SnippetEditor(final SourceEditorViewerConfigurator configurator,
			final @Nullable String initialContent,
			final @Nullable IServiceLocator serviceParent, final boolean withToolButton) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field updater may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[173] 
	return SnippetEditor.this.sourceViewer.getTextWidget().setFocus();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[183] 
	protected void fillMenu(final Menu menu) {
	                              ^^^^
Illegal redefinition of parameter menu, inherited method from WidgetToolsButton does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[192] 
	this.composite= this.sourceViewer.getTextWidget();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[220] 
	this.configurator.getSourceViewerConfiguration().getPreferences() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[243] 
	this.globalActions.put(action.getId(), action);
	                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[258] 
	final var serviceUtil= new ControlServicesUtil(this.serviceLocator,
	                                               ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IServiceLocator' but this expression has type '@Nullable IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[262] 
	serviceUtil.addControl(this.toolButton.getButton());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[269] 
	addAction(TextViewerAction.createUndoAction(this.sourceViewer));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[270] 
	addAction(TextViewerAction.createRedoAction(this.sourceViewer));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[271] 
	addAction(TextViewerAction.createCutAction(this.sourceViewer));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[272] 
	addAction(TextViewerAction.createCopyAction(this.sourceViewer));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[273] 
	addAction(TextViewerAction.createPasteAction(this.sourceViewer));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[274] 
	addAction(TextViewerAction.createSelectAllAction(this.sourceViewer));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull Action'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[287] 
	final Menu menu= manager.createContextMenu(text);
	                                           ^^^^
Null type mismatch: required '@NonNull Control' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[288] 
	text.setMenu(menu);
	^^^^
Potential null pointer access: The variable text may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[293] 
	menu.appendToGroup(ITextEditorActionConstants.GROUP_UNDO, getAction(ITextEditorActionConstants.UNDO));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[294] 
	menu.appendToGroup(ITextEditorActionConstants.GROUP_UNDO, getAction(ITextEditorActionConstants.REDO));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[297] 
	menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.CUT));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[298] 
	menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.COPY));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[299] 
	menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.PASTE));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[300] 
	menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, getAction(ITextEditorActionConstants.SELECT_ALL));
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[328] 
	return this.sourceViewer.getTextWidget();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
261. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor2OutlinePage.java (at line 73)
	final IRegion range= adapter.getContinuousSourceRange(elements);
	                                                      ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull SourceStructElement<?,?>>' is made accessible using the less-annotated type 'List<SourceStructElement<?,?>>', corresponding supertype is 'List<@NonNull SourceStructElement<?,?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[82] 
	final SourceViewer viewer= new PreviewSourceViewer(parent,
	                                                   ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[83] 
	this.viewerConfigurator.getSourceViewerConfiguration().getPreferences() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[85] 
	final ViewerSourceEditorAdapter adapter= new ViewerSourceEditorAdapter(viewer, null);
	                                                                               ^^^^
Null type mismatch: required '@NonNull SourceEditorViewerConfigurator' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[105] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractTemplatesPreferencePage.java:[106] 
	final TemplateContextType contextType= getContextTypeRegistry().getContextType(template.getContextTypeId());
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[30] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[89] 
	protected AbstractEditorTemplatesPage(final EnhTemplateStore templateStore,
			final ITextEditor editorPart, final SourceEditor sourceEditor) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field previewEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[111] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[113] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[122] 
	protected ContextTypeRegistry getContextTypeRegistry() {
	          ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[134] 
	if (sourceEditor == null) {
			return false;
		}
	                          ^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[178] 
	this.editorPart.getSite().getPage().activate(this.editorPart);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[228] 
	this.previewEditor= new ViewerSourceEditorAdapter(viewer, null);
	                                                          ^^^^
Null type mismatch: required '@NonNull SourceEditorViewerConfigurator' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[231] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[231] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[251] 
	final TemplateContextType type= getContextTypeRegistry().getContextType(template.getContextTypeId());
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[269] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[276] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[305] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[309] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[309] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[88] 
	final Shell shell= site.getShell();
	                   ^^^^
Potential null pointer access: The variable site may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[124] 
	shell, context);
	^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CutElementsHandler.java:[124] 
	shell, context);
	       ^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressService' needs unchecked conversion to conform to '@NonNull IProgressService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[36] 
	public int category(final Object element) {
	                          ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[70] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                         ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[70] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                              ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementNameComparator.java:[70] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                                               ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[103] 
	public void install(final SourceEditor editor) {
	                          ^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditorAddon specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[139] 
	return new IndentUtil(doc, getCodeStyleSettings());
	                      ^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[139] 
	return new IndentUtil(doc, getCodeStyleSettings());
	                           ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IIndentSettings' needs unchecked conversion to conform to '@NonNull IIndentSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[149] 
	(this.editor3.getInsertMode() == ITextEditorExtension3.SMART_INSERT) :
	      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[155] 
	return (textWidget.getBlockSelection() && textWidget.getSelectionRanges().length > 2);
	        ^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[163] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[201] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[201] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[206] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[257] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[257] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[261] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CommandAssistProposal.java:[124] 
	styledString.append(binding.format(), StyledString.QUALIFIER_STYLER);
	                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
318. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CommandAssistProposal.java (at line 151)
	@SuppressWarnings("null")
	                  ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProposal.java:[67] 
	final Shell shell= this.viewer.getTextWidget().getShell();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[40] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[135] 
	content= HTMLPrinter.convertToHTMLContent(content);
	         ^^^^^^^^^^^
Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[135] 
	content= HTMLPrinter.convertToHTMLContent(content);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[135] 
	content= HTMLPrinter.convertToHTMLContent(content);
	                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'HTMLPrinter.convertToHTMLContent(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[144] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[144] 
	content= HTMLPrinter.convertToHTMLContent(content);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[144] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[165] 
	HTMLPrinter.insertPageProlog(sb, 0, this.stylesheet);
	^^^^^^^^^^^
Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[165] 
	HTMLPrinter.insertPageProlog(sb, 0, this.stylesheet);
	            ^^^^^^^^^^^^^^^^
Discouraged access: The method 'HTMLPrinter.insertPageProlog(StringBuilder, int, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[166] 
	HTMLPrinter.addPageEpilog(sb);
	^^^^^^^^^^^
Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[166] 
	HTMLPrinter.addPageEpilog(sb);
	            ^^^^^^^^^^^^^
Discouraged access: The method 'HTMLPrinter.addPageEpilog(StringBuilder)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[180] 
	final @Nullable BrowserInformationControlInput previous) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[181] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[189] 
	final @Nullable BrowserInformationControlInput previous) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[102] 
	final Composite composite= new Composite(pageComposite, SWT.NONE);
	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[157] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[177] 
	public void keyReleased(final KeyEvent e) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
348. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java (at line 184)
	this.descriptors= this.registry.loadCurrent();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull InfoHoverDescriptor>' is made accessible using the less-annotated type 'List<InfoHoverDescriptor>'
349. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java (at line 211)
	final List<InfoHoverDescriptor> updated= this.registry.applyPreferences(this, this.descriptors);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull InfoHoverDescriptor>' is made accessible using the less-annotated type 'List<InfoHoverDescriptor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/AbstractElementsHandler.java:[45] 
	new Transfer[] { TextTransfer.getInstance() });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[158] 
	final String contentTypeId= AdvancedExtensionsInternal.getCheckedString(element,
	                                                                        ^^^^^^^
Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[163] 
	id= AdvancedExtensionsInternal.getCheckedString(element,
	                                                ^^^^^^^
Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[165] 
	final String name= AdvancedExtensionsInternal.getCheckedString(element,
	                                                               ^^^^^^^
Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[169] 
	name, element);
	      ^^^^^^^
Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[80] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[100] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[136] 
	info.workingCopy.disconnect(m.newChild(1));
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
360. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/FixTokenScanner.java (at line 38)
	private int documentStartOffset;
	            ^^^^^^^^^^^^^^^^^^^
The value of the field FixTokenScanner.documentStartOffset is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[87] 
	return this.configuration.getDocumentContentInfo();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocContentSections' needs unchecked conversion to conform to '@NonNull DocContentSections'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[156] 
	this.configurationAddons= configurationAddons;
	                          ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<SourceEditorAddon>' needs unchecked conversion to conform to '@Nullable List<@NonNull SourceEditorAddon>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[203] 
	public void handleSettingsChanged(@Nullable Set<String> groupIds,
	                                  ^^^^^^^^^^^^^
Illegal redefinition of parameter groupIds, inherited method from ISettingsChangedHandler declares this parameter as 'Set<String>' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[204] 
	@Nullable Map<String, Object> options) {
	^^^^^^^^^^^^^
Illegal redefinition of parameter options, inherited method from ISettingsChangedHandler declares this parameter as 'Map<String,Object>' (mismatching null constraints)
365. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java (at line 230)
	this.configuration.handleSettingsChanged(groupIds, options);
	                                         ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
366. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java (at line 230)
	this.configuration.handleSettingsChanged(groupIds, options);
	                                                   ^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[246] 
	viewer.getTextWidget().setTabs(getSourceViewerConfiguration().getTabWidth(viewer));
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[282] 
	viewer.setTextHover(textHover, contentType, stateMask);
	                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[289] 
	viewer.setTextHover(textHover, contentType, ITextViewerExtension2.DEFAULT_HOVER_STATE_MASK);
	                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDragSupport.java:[112] 
	this.delegatingAdapter.getTransfers(), this.delegatingAdapter );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDragSupport.java:[112] 
	this.delegatingAdapter.getTransfers(), this.delegatingAdapter );
	                                       ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DelegatingDragAdapter' needs unchecked conversion to conform to '@NonNull DragSourceListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[103] 
	this.contentComposite= new Composite(parent, SWT.NONE) {
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[118] 
	this.viewer= new SourceViewer(this.contentComposite, null, null, false, (this.mode == MODE_FOCUS ?
	                              ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[121] 
	final ViewerSourceEditorAdapter editor= new ViewerSourceEditorAdapter(this.viewer, this.configurator);
	                                                                      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[121] 
	final ViewerSourceEditorAdapter editor= new ViewerSourceEditorAdapter(this.viewer, this.configurator);
	                                                                                   ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[118] 
	public IRegion getSubject(final ITextViewer textViewer, final int offset) {
	                                ^^^^^^^^^^^
Missing non-null annotation: inherited method from IInformationProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[131] 
	public String getInformation(final ITextViewer textViewer, final IRegion subject) {
	                                   ^^^^^^^^^^^
Missing non-null annotation: inherited method from IInformationProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[131] 
	public String getInformation(final ITextViewer textViewer, final IRegion subject) {
	                                                                 ^^^^^^^
Missing non-null annotation: inherited method from IInformationProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[136] 
	public Object getInformation2(final ITextViewer textViewer, final IRegion subject) {
	                                    ^^^^^^^^^^^
Missing non-null annotation: inherited method from IInformationProviderExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionInformationProvider.java:[136] 
	public Object getInformation2(final ITextViewer textViewer, final IRegion subject) {
	                                                                  ^^^^^^^
Missing non-null annotation: inherited method from IInformationProviderExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/MultiContentSectionQuickAssistProcessor.java:[66] 
	if (sectionType == null) {
			throw new NullPointerException("sectionType"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[66] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[107] 
	this.tableViewer.setSelection(new StructuredSelection(template));
	                                                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'Template' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[33] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[34] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[121] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[121] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[122] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[122] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[127] 
	setInput(new DefaultBrowserInformationInput("", //$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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[131] 
	setInput(new DefaultBrowserInformationInput("", //$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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[138] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[138] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[153] 
	public IInformationControl createInformationControl(final Shell parent) {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IInformationControl' returned from IInformationControlCreator.createInformationControl(Shell) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[153] 
	public IInformationControl createInformationControl(final Shell parent) {
	                                                          ^^^^^
Missing non-null annotation: inherited method from IInformationControlCreator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[161] 
	public IRegion getHoverRegion(final ITextViewer textViewer, final int offset) {
	                                    ^^^^^^^^^^^
Missing non-null annotation: inherited method from ITextHover specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[165] 
	public String getHoverInfo(final ITextViewer textViewer, final IRegion hoverRegion) {
	                                 ^^^^^^^^^^^
Missing non-null annotation: inherited method from ITextHover specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[165] 
	public String getHoverInfo(final ITextViewer textViewer, final IRegion hoverRegion) {
	                                                               ^^^^^^^
Missing non-null annotation: inherited method from ITextHover specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[291] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[294] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[297] 
	if (this.textStyles != null && this.textStyles.affectsTextPresentation(groupIds)) {
	                                                                       ^^^^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[405] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[443] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[474] 
	public IInformationControl createInformationControl(final Shell parent) {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IInformationControl' returned from IInformationControlCreator.createInformationControl(Shell) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[474] 
	public IInformationControl createInformationControl(final Shell parent) {
	                                                          ^^^^^
Missing non-null annotation: inherited method from IInformationControlCreator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[595] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[595] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[641] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[659] 
	public String getHoverInfo(final ITextViewer textViewer, final IRegion subject) {
	                                 ^^^^^^^^^^^
Missing non-null annotation: inherited method from ITextHover specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[659] 
	public String getHoverInfo(final ITextViewer textViewer, final IRegion subject) {
	                                                               ^^^^^^^
Missing non-null annotation: inherited method from ITextHover specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[667] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[682] 
	public IRegion getHoverRegion(final ITextViewer textViewer, final int offset) {
	                                    ^^^^^^^^^^^
Missing non-null annotation: inherited method from ITextHover specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[429] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[429] 
	baseStore.getChild(name), null, completionPrefix,
	                          ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[430] 
	workspaceRef ));
	^^^^^^^^^^^^
Null type mismatch: required '@NonNull IContainer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[451] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InsertEditorTemplateHandler.java:[102] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistComputerRegistry.java:[219] 
	applyPreferences(EPreferences.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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistComputerRegistry.java:[256] 
	partitions.add(AdvancedExtensionsInternal.getCheckedString(partitionConfig, AdvancedExtensionsInternal.CONFIG_CONTENTTYPE_ID_ELEMENT_NAME).intern());
	                                                           ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IConfigurationElement' needs unchecked conversion to conform to '@NonNull IConfigurationElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[212] 
	keys.add(OverlayStorePreference.create(pref.pref));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'OverlayStorePreference' needs unchecked conversion to conform to '@NonNull OverlayStorePreference'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[348] 
	prefs.add(new PrefProperty(new UseStylePref(null, getUseKey()), PROP_USE));
	                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[350] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[351] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[352] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[353] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[354] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[393] 
	return PreferenceConverter.getColor(getPreferenceStore(), getColorKey());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[449] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[460] 
	return PreferenceConverter.getColor(getPreferenceStore(), getColorKey());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[473] 
	public boolean useNativeToolTip(final Object object) {
	                                      ^^^^^^
Illegal redefinition of parameter object, inherited method from CellLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[477] 
	public @Nullable String getToolTipText(final Object element) {
	                                             ^^^^^^
Illegal redefinition of parameter element, inherited method from CellLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[491] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field boldCheckbox may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field colorEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field colorLabel may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field configuration may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dbc may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field groupIds may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field italicCheckbox may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field previewViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rootNodes may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field selectionViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field strikethroughCheckbox may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field textStyles may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field underlineCheckbox may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[539] 
	public AbstractTextStylesConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field useViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[548] 
	protected Set<String> getChangedGroups() {
	          ^^^
The return type is incompatible with 'Set<String>' returned from OverlayStoreConfigurationBlock.getChangedGroups() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[572] 
	connectStore(this.rootNodes, this.fOverlayStore);
	                             ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'OverlayPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[595] 
	final Point size= ViewerUtils.calculateTreeSizeHint(this.selectionViewer.getControl(),
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[638] 
	return this.selectionViewer.getControl();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[758] 
	ViewerProperties.singleSelection(SyntaxNode.class)
						.observe(this.selectionViewer);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'IObservableValue<AbstractTextStylesConfigurationBlock.@NonNull SyntaxNode>' but this expression has type '@NonNull IViewerObservableValue<AbstractTextStylesConfigurationBlock.@Nullable SyntaxNode>', corresponding supertype is 'IObservableValue<AbstractTextStylesConfigurationBlock.@Nullable SyntaxNode>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[765] 
	updateEnablement(newNode, newNode.getUseStyle());
	                          ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'AbstractTextStylesConfigurationBlock.SyntaxNode.@NonNull UseStyle' but this expression has type 'AbstractTextStylesConfigurationBlock.SyntaxNode.@Nullable UseStyle'
477. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java (at line 773)
	new IObservableFactory<List<UseStyle>, IObservableList<UseStyle>>() {
					@Override
					public IObservableList<UseStyle> createObservable(final List<UseStyle> target) {
						return Observables.staticObservableList(realm, target);
					}
				}, null );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ' is made accessible using the less-annotated type '@NonNull IObservableFactory<? super @NonNull List<AbstractTextStylesConfigurationBlock.SyntaxNode.@NonNull UseStyle>,IObservableList<AbstractTextStylesConfigurationBlock.SyntaxNode.@NonNull UseStyle>>', corresponding supertype is 'IObservableFactory<@NonNull List<AbstractTextStylesConfigurationBlock.SyntaxNode.@NonNull UseStyle>,@NonNull IObservableList<AbstractTextStylesConfigurationBlock.SyntaxNode.@NonNull UseStyle>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[789] 
	updateEnablement((SyntaxNode)selection.getFirstElement(), newUse);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required 'AbstractTextStylesConfigurationBlock.@NonNull SyntaxNode' but the provided value is inferred as @Nullable
479. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java (at line 880)
	this.configuration.handleSettingsChanged(this.groupIds, options);
	                                         ^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
480. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java (at line 880)
	this.configuration.handleSettingsChanged(this.groupIds, options);
	                                                        ^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/AbstractTextStylesConfigurationBlock.java:[889] 
	this.dbc= null;
	          ^^^^
Null type mismatch: required '@NonNull DataBindingContext' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[99] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[99] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[107] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[112] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[120] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[138] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[142] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[245] 
	textWidget.addListener(SWT.Show, this.visibleListener);
	^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[245] 
	textWidget.addListener(SWT.Show, this.visibleListener);
	                                 ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EcoReconciler2.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[246] 
	textWidget.addListener(SWT.Hide, this.visibleListener);
	                                 ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EcoReconciler2.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ReshowCompletionsRunnable.java:[60] 
	this.display= this.viewer.getTextWidget().getDisplay();
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ReshowCompletionsRunnable.java:[80] 
	&& (this.viewer.getTextWidget().isFocusControl()
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[88] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[92] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[99] 
	final IProgressService progressService= nonNullAssert(this.editor
									.getServiceLocator().getService(IProgressService.class) );
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getServiceLocator() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[168] 
	public ContentAssistProcessor(final ContentAssist assistant, final String contentType,
			final ContentAssistComputerRegistry registry, final SourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field availableCategories may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[168] 
	public ContentAssistProcessor(final ContentAssist assistant, final String contentType,
			final ContentAssistComputerRegistry registry, final SourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field categoryIteration may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[168] 
	public ContentAssistProcessor(final ContentAssist assistant, final String contentType,
			final ContentAssistComputerRegistry registry, final SourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field completionProposalsAutoActivationCharacters may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[168] 
	public ContentAssistProcessor(final ContentAssist assistant, final String contentType,
			final ContentAssistComputerRegistry registry, final SourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field contextInformationAutoActivationCharacters may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[291] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[331] 
	this.availableCategories= null;
	                          ^^^^
Null type mismatch: required '@NonNull List<@NonNull ContentAssistCategory>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[332] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[411] 
	this.availableCategories= null;
	                          ^^^^
Null type mismatch: required '@NonNull List<@NonNull ContentAssistCategory>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[425] 
	final ContentAssist assistant= getAssistant();
	                    ^^^^^^^^^
The value of the local variable assistant is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[531] 
	Arrays.sort(array, PROPOSAL_COMPARATOR);
	            ^^^^^
Null type safety (type annotations): The expression of type 'AssistProposal[]' needs unchecked conversion to conform to '@NonNull AssistProposal @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[545] 
	new AssistCompletionInformationProposalWrapper(proposal, context);
	                                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'AssistProposal' needs unchecked conversion to conform to '@NonNull AssistProposal'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[671] 
	if (this.categoryIteration == null) {
			this.noIteration= false;
			return;
		}
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[690] 
	if (this.categoryIteration == null) {
			return this.availableCategories;
		}
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[746] 
	if (this.availableCategories == null) {
			return;
		}
	                                      ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[806] 
	&& viewer.getTextWidget().isFocusControl()
	   ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[814] 
	&& ContentAssistProcessor.this.reloadCompletionProposals.length > 0 ) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[142] 
	if (!this.operationTarget.canDoOperation(operationCode)) {
	          ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[167] 
	this.operationTarget.doOperation(operationCode);
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[174] 
	@NonNull String[] array= ((SourceEditorViewer)this.editor.getViewer()).getDefaultPrefixes(contentType);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @Nullable[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[428] 
	this.editor.getViewer().getTextWidget().getDisplay().beep();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[77] 
	public class TemplateProposal extends SourceProposal implements ICompletionProposalExtension5 {
	                                      ^^^^^^^^^^^^^^
SourceProposal is a raw type. References to generic type SourceProposal<TContext> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[91] 
	final int result= this.collator.compare(arg0.getTemplate().getName(), arg1.getTemplate().getName());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[91] 
	final int result= this.collator.compare(arg0.getTemplate().getName(), arg1.getTemplate().getName());
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[148] 
	super(parameters);
	^^^^^^^^^^^^^^^^^^
Type safety: The constructor SourceProposal(SourceProposal.ProposalParameters) belongs to the raw type SourceProposal. References to generic type SourceProposal<TContext> should be parameterized
526. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java (at line 171)
	if (this.templateContext instanceof DocumentTemplateContext) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type DocumentTemplateContext is already an instance of type DocumentTemplateContext
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[183] 
	return this.template.getName();
	       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[189] 
	return this.template.getName();
	       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[200] 
	final StyledString styledText= new StyledString(this.template.getName());
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[203] 
	styledText.append(this.template.getDescription(), StyledString.QUALIFIER_STYLER);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[307] 
	proposals[j]= new PositionBasedCompletionProposal(values[j], pos, length);
	                                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[336] 
	applyData.setSelection(LTKSelectionUtils.toTextRegion(ui.getSelectedRegion()));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRegion' needs unchecked conversion to conform to '@NonNull IRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[364] 
	document.addPositionUpdater(this.updater);
	                            ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPositionUpdater' but this expression has type '@Nullable InclusivePositionUpdater'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[388] 
	document.removePositionUpdater(this.updater);
	                               ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPositionUpdater' but this expression has type '@Nullable InclusivePositionUpdater'
535. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java (at line 412)
	if (this.templateContext instanceof DocumentTemplateContext) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type DocumentTemplateContext is already an instance of type DocumentTemplateContext
536. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java (at line 431)
	if (this.templateContext instanceof DocumentTemplateContext) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type DocumentTemplateContext is already an instance of type DocumentTemplateContext
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
542. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKWorkbenchUIUtil.java (at line 124)
	IMarker.CHAR_START, initialSelection.getOffset(),
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
543. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKWorkbenchUIUtil.java (at line 125)
	IMarker.CHAR_END, initialSelection.getOffset() + initialSelection.getLength() ));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/OverwriteTextStyleStrategy.java:[60] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Missing non-null annotation: inherited method from SettingsChangeNotifier.ChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[85] 
	public final ICompletionProposal @Nullable [] computeCompletionProposals(
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ICompletionProposal @Nullable[]' returned from IContentAssistProcessor.computeCompletionProposals(ITextViewer, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[89] 
	return doComputeCompletionProposals(viewer, offset);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'ITextViewer' needs unchecked conversion to conform to '@NonNull ITextViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[100] 
	public final IContextInformation @Nullable [] computeContextInformation(
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IContextInformation @Nullable[]' returned from IContentAssistProcessor.computeContextInformation(ITextViewer, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java:[104] 
	return doComputeContextInformation(viewer, offset);
	                                   ^^^^^^
Null type safety (type annotations): The expression of type 'ITextViewer' needs unchecked conversion to conform to '@NonNull ITextViewer'
549. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java (at line 142)
	return this.processor.computeCompletionProposals(viewer, offset);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ICompletionProposal @Nullable[]' is made accessible using the less-annotated type 'ICompletionProposal @Nullable[]'
550. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssist.java (at line 148)
	return this.processor.computeContextInformation(viewer, offset);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IContextInformation @Nullable[]' is made accessible using the less-annotated type 'IContextInformation @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[63] 
	final SourceViewer viewer= new PreviewSourceViewer(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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[64] 
	EditorsUI.getPreferenceStore() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[73] 
	TemplatePreview.this.configurator.handleSettingsChanged(groupIds, options);
	                                                        ^^^^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[73] 
	TemplatePreview.this.configurator.handleSettingsChanged(groupIds, options);
	                                                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[103] 
	this.editor= new ViewerSourceEditorAdapter(this.viewer, this.configurator);
	                                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[103] 
	this.editor= new ViewerSourceEditorAdapter(this.viewer, this.configurator);
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplatePreview.java:[104] 
	this.configurator.setTarget(this.editor);
	                            ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDropSupport.java:[65] 
	this.delegatingAdapter.getTransfers(), this.delegatingAdapter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDropSupport.java:[65] 
	this.delegatingAdapter.getTransfers(), this.delegatingAdapter);
	                                       ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DelegatingDropAdapter' needs unchecked conversion to conform to '@NonNull DropTargetListener'
564. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 153)
	assistant.enableAutoActivation(prefs.getPreferenceValue(this.autoActivationEnabled));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
565. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 154)
	assistant.setAutoActivationDelay(prefs.getPreferenceValue(this.autoActivationDelay));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
566. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 156)
	assistant.enableAutoInsert(prefs.getPreferenceValue(this.autoInsertSingle));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
567. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 157)
	assistant.enablePrefixCompletion(prefs.getPreferenceValue(this.autoInsertPrefix));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
568. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 169)
	assist.setShowSubstringMatches(prefs.getPreferenceValue(this.showSubstringMatches));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/CssTextStyleManager.java:[89] 
	appendCssColor(sb, rgb);
	                   ^^^
Null type safety (type annotations): The expression of type 'RGB' needs unchecked conversion to conform to '@NonNull RGB'
570. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/DecoratedElementImageDescriptor.java (at line 113)
	private void addTopRightImage(final ImageDescriptor desc, final Point pos) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addTopRightImage(ImageDescriptor, Point) from the type DecoratedElementImageDescriptor is never used locally
571. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/DecoratedElementImageDescriptor.java (at line 122)
	private void addBottomRightImage(final ImageDescriptor desc, final Point pos) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addBottomRightImage(ImageDescriptor, Point) from the type DecoratedElementImageDescriptor is never used locally
572. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java (at line 115)
	dirtyEditors= EditorUtils.getDirtyEditors(true);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull IEditorPart>' is made accessible using the less-annotated type 'List<IEditorPart>'
573. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java (at line 119)
	dirtyEditors= EditorUtils.getDirtyEditors(true);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull IEditorPart>' is made accessible using the less-annotated type 'List<IEditorPart>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[128] 
	dirtyEditors.remove(page.getActiveEditor());
	                    ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[150] 
	public void run(final IProgressMonitor monitor) throws InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[236] 
	final Button check= new Button(result, SWT.CHECK);
	                               ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[237] 
	check.setText(Messages.RefactoringStarter_ConfirmSave_Always_message);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[241] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[254] 
	public Image getImage(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[258] 
	public String getText(final Object element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[258] 
	public String getText(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPlugin.java:[44] 
	private static LtkUIPlugin instance;
	                           ^^^^^^^^
The @NonNull field instance may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPlugin.java:[71] 
	public LtkUIPlugin() {
	       ^^^^^^^^^^^^^
The @NonNull field workbenchLabelProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPlugin.java:[100] 
	this.workbenchLabelProvider= null;
	                             ^^^^
Null type mismatch: required '@NonNull WorkbenchLabelProvider' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPlugin.java:[117] 
	instance= null;
	          ^^^^
Null type mismatch: required '@NonNull LtkUIPlugin' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPlugin.java:[124] 
	if (listener == null) {
			throw new NullPointerException();
		}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LtkUIPlugin.java:[159] 
	if (this.workbenchLabelProvider == null) {
			if (!this.started) {
				throw new IllegalStateException("Plug-in is not started.");
			}
			this.workbenchLabelProvider= new WorkbenchLabelProvider();
		}
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditorObservable.java:[117] 
	this.text= editor.getSourceViewer().getTextWidget();
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
589. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/TemplateCategory.java (at line 41)
	private boolean defaultPrefCheck;
	                ^^^^^^^^^^^^^^^^
The value of the field TemplateCategory.defaultPrefCheck is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerJFaceUpdater.java:[69] 
	viewer.getTextWidget().addDisposeListener(new DisposeListener() {
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerJFaceUpdater.java:[78] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerJFaceUpdater.java:[94] 
	this.fViewer.getTextWidget().setFont(font);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[98] 
	this.labelProvider.getText(element) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[106] 
	this.labelProvider.getStyledText(element) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledString' but this expression has type '@Nullable StyledString'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[116] 
	this.labelProvider.getStyledTextRegions(element, 0, matchingRegions) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[126] 
	this.labelProvider.getImage(element) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[51] 
	super(configurator, initialContent, serviceParent, withToolButton);
	      ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditorViewerConfigurator' needs unchecked conversion to conform to '@NonNull SourceEditorViewerConfigurator'
609. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java (at line 69)
	new BooleanPref(this.prefQualifier, SHOW_WHITESPACE_PREF_KEY),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull BooleanPref' is made accessible using the less-annotated type 'Preference<Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[71] 
	if ((getSourceViewer().getTextWidget().getStyle() & SWT.MULTI) != 0) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
612. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java (at line 73)
	new BooleanPref(this.prefQualifier, SOFT_WORD_WRAP_PREF_KEY),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull BooleanPref' is made accessible using the less-annotated type 'Preference<Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[81] 
	protected void fillContextMenu(final IMenuManager menu) {
	                                     ^^^^^^^^^^^^
Missing non-null annotation: inherited method from SnippetEditor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor1.java:[82] 
	super.fillContextMenu(menu);
	                      ^^^^
Null type safety (type annotations): The expression of type 'IMenuManager' needs unchecked conversion to conform to '@NonNull IMenuManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceUnitReconcilingStrategy.java:[83] 
	su.getModelInfo(null, this.flags, this.monitor);
	                                  ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/StructureSelectHandler.java:[108] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[82] 
	this.widget= getViewer().getTextWidget();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[83] 
	this.document= (AbstractDocument)getViewer().getDocument();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull AbstractDocument'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[406] 
	return TextUtil.getBlock(data.getDocument(), selectedRange.x, selectedRange.y);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRegion' needs unchecked conversion to conform to '@NonNull IRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[451] 
	new Transfer[] { TextTransfer.getInstance() } );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[86] 
	final IHandlerService handlerService= this.editor.getSite().getService(IHandlerService.class);
	                                      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[89] 
	handlerService.activateHandler(IFoldingCommandIds.FOLDING_EXPAND_ALL, this.expandAll);
	                                                                      ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FoldingActionGroup.ViewerOperationHandler' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[92] 
	handlerService.activateHandler(IFoldingCommandIds.FOLDING_COLLAPSE_ALL, this.collapseAll);
	                                                                        ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FoldingActionGroup.ViewerOperationHandler' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[95] 
	handlerService.activateHandler(IFoldingCommandIds.FOLDING_EXPAND, this.expand);
	                                                                  ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FoldingActionGroup.ViewerOperationHandler' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[98] 
	handlerService.activateHandler(IFoldingCommandIds.FOLDING_COLLAPSE, this.collapse);
	                                                                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FoldingActionGroup.ViewerOperationHandler' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[150] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[157] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[100] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[125] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[144] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[220] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[267] 
	Arrays.sort(array, ContentAssistProcessor.PROPOSAL_COMPARATOR);
	            ^^^^^
Null type safety (type annotations): The expression of type 'AssistProposal[]' needs unchecked conversion to conform to '@NonNull AssistProposal @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[269] 
	return array;
	       ^^^^^
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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/CommentScanner.java:[118] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/presentation/CommentScanner.java:[118] 
	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
654. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/CombinedPreferenceStore.java (at line 41)
	ImList<IScopeContext> contexts= corePrefs.getPreferenceContexts();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull IScopeContext>' is made accessible using the less-annotated type 'ImList<IScopeContext>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[315] 
	final IProgressService context= window.getService(IProgressService.class);
	                                ^^^^^^
Potential null pointer access: The variable window may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[316] 
	final RefactoringExecutionHelper helper= new RefactoringExecutionHelper(refactoring, 
	                                                                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Refactoring' needs unchecked conversion to conform to '@NonNull Refactoring'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[318] 
	getShell(), context );
	^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[318] 
	getShell(), context );
	            ^^^^^^^
Null type mismatch: required '@NonNull IProgressService' but the provided value is inferred as @Nullable
661. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java (at line 33)
	return EPreferences.getInstancePrefs().getPreferenceValue(PREF_SAVE_ALL_EDITORS);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java:[33] 
	return EPreferences.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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java:[37] 
	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>'
664. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java (at line 37)
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/CopyNamesHandler.java:[101] 
	new Transfer[] { TextTransfer.getInstance() });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[92] 
	public static LtkModelElement @Nullable [] getSelectedElements(final @Nullable ISelection selection) {
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[99] 
	public static LtkModelElement @Nullable [] getSelectedElements(final IStructuredSelection selection) {
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[100] 
	final LtkModelElement[] elements= new @NonNull LtkModelElement[selection.size()];
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[105] 
	elements[i]= (LtkModelElement) next;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[141] 
	public static @NonNull 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[149] 
	public static @NonNull 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[151] 
	final @NonNull 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[156] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[166] 
	return getSelectedFiles((IStructuredSelection) selection);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFile @Nullable[]' needs unchecked conversion to conform to '@NonNull IFile @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[191] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[194] 
	final SourceStructElement root= suModel.getSourceElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
681. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextHandlerUtil.java (at line 25)
	private static final boolean IS_MAC, IS_GTK, IS_MOTIF;
	                                     ^^^^^^
The value of the field TextHandlerUtil.IS_GTK is not used
682. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextHandlerUtil.java (at line 25)
	private static final boolean IS_MAC, IS_GTK, IS_MOTIF;
	                                             ^^^^^^^^
The value of the field TextHandlerUtil.IS_MOTIF is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[164] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[164] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[165] 
	final Composite dialogArea= new Composite(parent, SWT.NONE);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[189] 
	public void focusGained(final FocusEvent e) {
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[193] 
	public void focusLost(final FocusEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from FocusListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[267] 
	this.contextCombo.setSelection(new StructuredSelection(this.contextTypeRegistry.getContextType(this.originalTemplate.getContextTypeId())));
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TemplateContextType' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[296] 
	final Label label= new Label(parent, SWT.NULL);
	                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[297] 
	label.setText(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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[311] 
	final Button button= new Button(parent, SWT.CHECK);
	                                ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[312] 
	button.setText(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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[326] 
	this.patternEditor.create(parent, SnippetEditor.DEFAULT_MULTI_LINE_STYLE);
	                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[386] 
	this.patternEditor.getSourceViewer().getTextWidget().setFocus();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[391] 
	this.patternEditor.getSourceViewer().getTextWidget().insert(text);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[421] 
	updateStatus(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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[92] 
	final AstInfo astInfo= ElementInfoController.this.newInput.getAstInfo(null, false, null);
	                                                  ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[126] 
	if (ElementInfoController.this.newInput != null && ElementInfoController.this.newInput.equals(event.delta.getModelElement())) {
	                                                                              ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[182] 
	this.matchPattern= (this.namePattern != null) ? this.namePattern.getPattern() : null;
	                                                     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[182] 
	this.matchPattern= (this.namePattern != null) ? this.namePattern.getPattern() : null;
	                                                                                ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[362] 
	return SharedUIResources.getImages().get(SharedUIResources.PLACEHOLDER_IMAGE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[439] 
	final int replacementLength= computeReplacementLength(replacementOffset, viewer.getSelectedRange(), offset, isInOverwriteMode(smartToggle));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Point' needs unchecked conversion to conform to '@NonNull Point'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[441] 
	if (validate(viewer.getDocument(), offset, null)) {
	             ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[519] 
	final int widgetCaret= viewer.getTextWidget().getCaretOffset();
	                       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[539] 
	viewer.getAnnotationModel().addAnnotation(annotation, new Position(offset, length));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAnnotationModel() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[549] 
	viewer.getAnnotationModel().removeAnnotation(rememberedOverwriteAnnotation);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAnnotationModel() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[119] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[203] 
	} 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[484] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[484] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[484] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[84] 
	final Shell shell= site.getShell();
	                   ^^^^
Potential null pointer access: The variable site may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[112] 
	shell, context );
	^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/DeleteElementsHandler.java:[112] 
	shell, context );
	       ^^^^^^^
Null type safety (type annotations): The expression of type 'IProgressService' needs unchecked conversion to conform to '@NonNull IProgressService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[117] 
	null );
	^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[129] 
	null );
	^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[244] 
	public SourceEditor1OutlinePage(final SourceEditor1 editor, final String modelTypeId,
			final String contextMenuId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field contentProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[244] 
	public SourceEditor1OutlinePage(final SourceEditor1 editor, final String modelTypeId,
			final String contextMenuId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field syncWithEditorAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[286] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[287] 
	getViewer().setInput(this.inputUnit);
	^^^^^^^^^^^
Potential null pointer access: The method getViewer() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[370] 
	|| 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[370] 
	|| 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[386] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[394] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[74] 
	return this.sourceEditorConfig.getSourceEditor();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[43] 
	public CombinedHover() {
	       ^^^^^^^^^^^^^^^
The @NonNull field descriptors may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[43] 
	public CombinedHover() {
	       ^^^^^^^^^^^^^^^
The @NonNull field instantiatedHovers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[63] 
	if (descriptors == null) {
			return null;
		}
	                         ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[74] 
	instantiatedHovers.add(descriptors.get(i).createHover());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull InfoHover' but this expression has type '@Nullable InfoHover'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[273] 
	public SourceEditor1(final IContentType contentType) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field configurator may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[273] 
	public SourceEditor1(final IContentType contentType) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentSelection may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[273] 
	public SourceEditor1(final IContentType contentType) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingSupport may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[273] 
	public SourceEditor1(final IContentType contentType) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field modelProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[273] 
	public SourceEditor1(final IContentType contentType) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field selectionHistory may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[276] 
	this.modelType= Ltk.getExtContentTypeManager().getModelTypeForContentType(contentType.getId());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ModelTypeDescriptor' needs unchecked conversion to conform to '@NonNull ModelTypeDescriptor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[429] 
	protected void setPartName(final String partName) {
	                                 ^^^^^^
Illegal redefinition of parameter partName, inherited method from EditorPart does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[493] 
	return (SourceViewer)super.getSourceViewer();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[508] 
	return getSite();
	       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchPartSite' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[519] 
	public ModelElementInputProvider getModelInputProvider() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[597] 
	this.foldingEnablement.getQualifier(), this);
	     ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[602] 
	this.markOccurrencesEnablement.getQualifier(), this);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[608] 
	setupConfiguration(getEditorInput(), getSourceViewer());
	                   ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IEditorInput' needs unchecked conversion to conform to '@NonNull IEditorInput'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[608] 
	setupConfiguration(getEditorInput(), getSourceViewer());
	                                     ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceViewer' needs unchecked conversion to conform to '@NonNull ISourceViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[621] 
	protected ISourceViewer createSourceViewer(final Composite parent, final IVerticalRuler ruler, final int styles) {
	                                                                         ^^^^^^^^^^^^^^
Illegal redefinition of parameter ruler, inherited method from AbstractDecoratedTextEditor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[626] 
	ruler, getOverviewRuler(), isOverviewRulerVisible(), styles,
	       ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IOverviewRuler' needs unchecked conversion to conform to '@NonNull IOverviewRuler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[674] 
	@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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[686] 
	if ((element.getSourceParent().getElementType() & LtkModelElement.MASK_C12) == LtkModelElement.C12_SOURCE_FILE) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[726] 
	.getPreferenceValue(SourceEditor1.this.foldingEnablement);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Preference<@NonNull Boolean>' but this expression has type '@Nullable Preference<@NonNull Boolean>'
861. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java (at line 729)
	if (enable != viewer.isProjectionMode()) {
	    ^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[757] 
	.getPreferenceValue(SourceEditor1.this.markOccurrencesEnablement);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Preference<@NonNull Boolean>' but this expression has type '@Nullable Preference<@NonNull Boolean>'
863. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java (at line 758)
	if (enable) {
	    ^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[829] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1000] 
	if (this.foldingEnablement != null && event.getKey().equals(this.foldingEnablement.getKey())) {
	                                                                 ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1003] 
	if (this.markOccurrencesEnablement != null && event.getKey().equals(this.markOccurrencesEnablement.getKey())) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1015] 
	this.currentSelection= getSourceViewer().getSelectedRange();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Point' needs unchecked conversion to conform to '@NonNull Point'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1102] 
	protected void doSetSelection(final ISelection selection) {
	                                    ^^^^^^^^^^
Illegal redefinition of parameter selection, inherited method from AbstractTextEditor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1112] 
	final var modelInfo= sourceUnit.getModelInfo(getModelTypeId(), 0, null);
	                                                                  ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1182] 
	this.modelProvider= null;
	                    ^^^^
Null type mismatch: required '@NonNull ElementInfoController' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1192] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/LtkUIPreferences.java:[38] 
	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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleShowWhitespaceHandler.java:[48] 
	super(pref, ITextEditorActionDefinitionIds.SHOW_WHITESPACE_CHARACTERS);
	      ^^^^
Null type safety (type annotations): The expression of type 'Preference<Boolean>' needs unchecked conversion to conform to 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[109] 
	pattern= matcher.replaceAll(lineDelimiter);
	                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[114] 
	getContextType().resolve(buffer, this);
	                         ^^^^^^
Null type mismatch: required '@NonNull TemplateBuffer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[116] 
	format(buffer);
	       ^^^^^^
Null type mismatch: required '@NonNull TemplateBuffer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[120] 
	buffer.setContent(buffer.getString() + lineDelimiter, buffer.getVariables());
	^^^^^^
Potential null pointer access: The variable buffer may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[133] 
	root.addChildren(positions.toArray(new TextEdit[positions.size()]));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextEdit[]' needs unchecked conversion to conform to '@NonNull TextEdit @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[145] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[290] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[297] 
	final boolean multiLine= StringUtils.containsAny(value, lineDelimiters);
	                                                 ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[306] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[327] 
	edit.addChildren(positions.toArray(new TextEdit[positions.size()]));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextEdit[]' needs unchecked conversion to conform to '@NonNull TextEdit @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[328] 
	edit.addChildren(edits.toArray(new TextEdit[edits.size()]));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextEdit[]' needs unchecked conversion to conform to '@NonNull TextEdit @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[69] 
	part.getSite().getShell() :
	^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[80] 
	return (T)dialog.getResult()[0];
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[120] 
	IEditorPart editorPart= page.findEditor(input);
	                        ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[134] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[160] 
	ImCollections.newList((TSourceUnit)sourceUnit),
	                      ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[171] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[178] 
	null, ImCollections.newList(selectedElements), monitor );
	                            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceStructElement[]' needs unchecked conversion to conform to '@NonNull SourceStructElement @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[214] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[219] 
	if (sourceUnit == null) {
				return false;
			}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[227] 
	|| (isEditTask() && !sourceUnit.checkState(false, null)) ) {
	                                                  ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[248] 
	private @Nullable 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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[250] 
	TSourceUnit lastSourceUnit= null;
	                            ^^^^
Null type mismatch: required 'TSourceUnit extends @NonNull SourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[254] 
	if (sourceUnit == null) {
				return null;
			}
	                        ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[276] 
	sourceUnits.add((TSourceUnit)sourceUnit);
	                ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[277] 
	lastSourceUnit= (TSourceUnit)sourceUnit;
	                ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[304] 
	error.set((Exception)e.getTargetException());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Exception' needs unchecked conversion to conform to '@NonNull Exception'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[342] 
	final @Nullable List<SourceStructElement> selectedElements,
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/AnnotationMarkerPositionResolver.java:[71] 
	return this.fAnnotationModel.getMarkerPosition(marker);
	                                               ^^^^^^
Null type safety (type annotations): The expression of type 'IMarker' needs unchecked conversion to conform to '@NonNull IMarker'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[43] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[91] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[91] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[99] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[104] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[130] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[134] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[170] 
	private final FastList<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY);
	              ^^^^^^^^
The type FastList<EcoReconciler.StrategyEntry> is deprecated
926. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java (at line 170)
	private final FastList<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull FastList<EcoReconciler.@NonNull StrategyEntry>' is made accessible using the less-annotated type 'FastList<EcoReconciler.StrategyEntry>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[170] 
	private final FastList<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY);
	                                                       ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[170] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[238] 
	textWidget.addListener(SWT.Show, this.fVisibleListener);
	^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[238] 
	textWidget.addListener(SWT.Show, this.fVisibleListener);
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EcoReconciler.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[239] 
	textWidget.addListener(SWT.Hide, this.fVisibleListener);
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EcoReconciler.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[352] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[356] 
	return this.fStrategies.toArray();
	                        ^^^^^^^^^
The method toArray() from the type FastList<EcoReconciler.StrategyEntry> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[41] 
	import org.eclipse.ltk.internal.ui.refactoring.ChangeExceptionHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.0.v20230325-0319/org.eclipse.ltk.ui.refactoring-3.13.0.v20230325-0319.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[210] 
	final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parentShell,
	      ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.0.v20230325-0319/org.eclipse.ltk.ui.refactoring-3.13.0.v20230325-0319.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[210] 
	final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parentShell,
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.0.v20230325-0319/org.eclipse.ltk.ui.refactoring-3.13.0.v20230325-0319.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[210] 
	final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parentShell,
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ChangeExceptionHandler(Shell, Refactoring)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.0.v20230325-0319/org.eclipse.ltk.ui.refactoring-3.13.0.v20230325-0319.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[214] 
	handler.handle(operation.getChange(), (RuntimeException)inner);
	        ^^^^^^
Discouraged access: The method 'ChangeExceptionHandler.handle(Change, RuntimeException)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.0.v20230325-0319/org.eclipse.ltk.ui.refactoring-3.13.0.v20230325-0319.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[217] 
	handler.handle(operation.getChange(), (CoreException)inner);
	        ^^^^^^
Discouraged access: The method 'ChangeExceptionHandler.handle(Change, CoreException)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.0.v20230325-0319/org.eclipse.ltk.ui.refactoring-3.13.0.v20230325-0319.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[127] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[151] 
	return ((SourceUnit)input).getModelInfo(modelTypeId, 0, null);
	                                                        ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[176] 
	inputChanged(0, null, null);
	                ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[176] 
	inputChanged(0, null, null);
	                      ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
947 problems (0 errors, 905 warnings, 42 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ltk.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ltk.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.ui ---
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ltk.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core >----
[INFO] Building [bundle] StatET LTK - Buildpath - Core  (Incubation) 4.8.0.202308171800-r [43/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Resolving class path of [bundle] StatET LTK - Buildpath - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/src/org/eclipse/statet/ltk/buildpath/core/BasicBuildpathElement.java:[177] 
	return ImCollections.newList(fullPatterns);
	                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
2 problems (0 errors, 1 warning, 1 info)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.buildpath.core ---
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui >-----
[INFO] Building [bundle] StatET LTK - Buildpath - UI  (Incubation) 4.8.0.202308171800-r [44/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Resolving class path of [bundle] StatET LTK - Buildpath - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[136] 
	public boolean isModifyAllowed(final Object element) {
	                                     ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[157] 
	public boolean isDeleteAllowed(final Object element) {
	                                     ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[182] 
	public void delete(final List<? extends Object> elements) {
	                         ^^^^
Missing non-null annotation: inherited method from DataAdapter<Object> specifies this parameter as @NonNull
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 253)
	new WritableValue<>(false, Boolean.TYPE) : null;
	                    ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[280] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[303] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[303] 
	buttonGroup.addAddButton(new ButtonGroup.AddHandler() {
	                             ^^^^^^^^^^^^^^^^^^^^^^
ButtonGroup.AddHandler is a raw type. References to generic type ButtonGroup.AddHandler<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[305] 
	public void update(final IStructuredSelection selection) {
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.AddHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[351] 
	.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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[352] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[357] 
	.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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[358] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[362] 
	public void handleValueChange(final ValueChangeEvent<? extends Boolean> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Boolean> specifies this parameter as @NonNull
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 363)
	if (!(event.diff.getNewValue())) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type capture#3-of ? extends Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[363] 
	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
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 405)
	this.outputByContainerValue.setValue(outputLocationByFolder);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[439] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[440] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[459] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[459] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[460] 
	((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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[464] 
	this.containerListViewer.setSelection(new StructuredSelection(elements));
	                                                              ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BuildpathListElement>' needs unchecked conversion to conform to '@NonNull List'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[474] 
	public Object edit(final int command, final Object item, final Object parent) {
	                                            ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<Object> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[474] 
	public Object edit(final int command, final Object item, final Object parent) {
	                                                               ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<Object> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[490] 
	public void updateState(final IStructuredSelection selection) {
	                              ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.IActions<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[502] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElementAttribute.java:[87] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[71] 
	this.elementImage= BuildpathsUI.getUIResources().getImage(imgKey);
	                                                          ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[75] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[80] 
	public String getText(final Object element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[80] 
	public String getText(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[160] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[180] 
	final Label label= new Label(parent, SWT.NONE);
	                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[181] 
	label.setText(listLabel);
	              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[199] 
	final ButtonGroup<IPath> buttonGroup= new ButtonGroup<>(parent, this, false);
	                                                        ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[201] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[201] 
	final SelectionHandler<IPath> defaultHandler= new ButtonGroup.AddHandler();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^
ButtonGroup.AddHandler is a raw type. References to generic type ButtonGroup.AddHandler<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[211] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[223] 
	buttonGroup.connectTo(viewer, type.patternList, null);
	                                                ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable IPath>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[237] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[242] 
	public IPath edit(final int command, final IPath item, final Object parent) {
	                                           ^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<IPath> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[242] 
	public IPath edit(final int command, final IPath item, final Object parent) {
	                                                             ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<IPath> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[243] 
	final Type type= getType((List<IPath>) parent);
	                         ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[285] 
	public void updateState(final IStructuredSelection selection) {
	                              ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.IActions<IPath> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[290] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[294] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionEntryDialog.java:[170] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionEntryDialog.java:[170] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionEntryDialog.java:[171] 
	final Composite area= new Composite(parent, SWT.NONE);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionEntryDialog.java:[269] 
	updateStatus(this.patternStatus);
	             ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StatusInfo' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[138] 
	final String pathLabel= getPathString(path, false);
	                                      ^^^^
Null type safety (type annotations): The expression of type 'IPath' needs unchecked conversion to conform to '@NonNull IPath'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[188] 
	final var patterns= (List<? extends IPath>)attribute.getValue();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<? extends IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[206] 
	final var patterns= (List<? extends IPath>)attribute.getValue();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<? extends IPath>
66. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java (at line 139)
	final ImList<BuildpathAttribute> extraAttributes= element.getExtraAttributes();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull BuildpathAttribute>' is made accessible using the less-annotated type 'ImList<BuildpathAttribute>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[215] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[215] 
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[217] 
	(ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS) : null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImList<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[217] 
	(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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[219] 
	(ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS) : null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImList<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[219] 
	(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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[227] 
	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>'
74. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java (at line 389)
	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.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[466] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
76. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/wizards/FilterWizardPage.java (at line 41)
	private final BuildpathListElement element;
	                                   ^^^^^^^
The value of the field FilterWizardPage.element is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/wizards/FilterWizardPage.java:[65] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
78. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/wizards/FilterWizardPage.java (at line 104)
	private void updateStatus() {
	             ^^^^^^^^^^^^^^
The method updateStatus() from the type FilterWizardPage is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[55] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[56] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[65] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[74] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[86] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
83 problems (0 errors, 74 warnings, 9 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.buildpath.ui ---
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------------< org.eclipse.statet.ltk-assemblies:ltk >----------------
[INFO] Building ltk 4.8.0.202308171800-r                               [45/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ ltk ---
[INFO] 
[INFO] ------< org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk >------
[INFO] Building [feature] StatET LTK  (Incubation) 4.8.0.202308171800-r [46/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.ltk ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.ltk ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ltk ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ltk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk ---
[WARNING] artifact org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --------------------< org.eclipse.statet.yaml:yaml >--------------------
[INFO] Building yaml 4.8.0.202308171800-r                              [47/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ yaml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ yaml ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ yaml ---
[INFO] 
[INFO] --------< org.eclipse.statet.yaml:org.eclipse.statet.yaml.core >--------
[INFO] Building [bundle] StatET YAML Tools - Core  (Incubation) 4.8.0.202308171800-r [48/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.yaml.core ---
[INFO] Resolving class path of [bundle] StatET YAML Tools - Core  (Incubation)...
[INFO] 
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.statet.yaml.core ---
[INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.yaml.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.yaml.core ---
[INFO] Compiling 105 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/AstProblemReporter.java:[361] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/AstProblemReporter.java:[383] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScanningContext.java:[51] 
	default ->							null;
	          							^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScanningContext.java:[51] 
	default ->							null;
	          							^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlLabelAccess.java:[44] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlHeuristicTokenScanner.java:[122] 
	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.8.x-r/statet/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>'
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 46)
	public static final EnumPref<IndentationType> INDENT_DEFAULT_TYPE_PREF= new EnumPref<>(
			QUALIFIER, "Indent.type", IndentationType.class, //$NON-NLS-1$
			IndentationType.TAB );
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull EnumPref<IIndentSettings.@NonNull IndentationType>' is made accessible using the less-annotated type 'Preference.EnumPref<IIndentSettings.IndentationType>'
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
16. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
24. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
28. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
29. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
30. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
31. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
32. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
33. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
34. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
35. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
36. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
37. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
38. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/NodeWithProperties.java:[38] 
	public NodeWithProperties(final YamlAstNode parent, final int startOffset, final int endOffset) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nodeChild may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/NodeWithProperties.java:[68] 
	if (this.nodeChild == null) {
			this.nodeChild= new Scalar.Plain(this,
					(!this.properties.isEmpty()) ?
							this.properties.get(this.properties.size() - 1).endOffset :
							this.endOffset );
		}
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCore.java:[40] 
	YAML_CONTENT_TYPE= contentTypeManager.getContentType(YAML_CONTENT_ID);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IContentType' but this expression has type '@Nullable IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCore.java:[44] 
	private static final YamlCoreAccess WORKBENCH_ACCESS= YamlCorePlugin.getInstance().getWorkbenchAccess();
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlCoreAccess' needs unchecked conversion to conform to '@NonNull YamlCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCore.java:[51] 
	return YamlCorePlugin.getInstance().getDefaultsAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlCoreAccess' needs unchecked conversion to conform to '@NonNull YamlCoreAccess'
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/tokens/ScalarStyle.java (at line 33)
	DOUBLE_QUOTED('"'),
	              ^^^
The expression of type char is boxed into Character
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/tokens/ScalarStyle.java (at line 34)
	SINGLE_QUOTED('\''),
	              ^^^^
The expression of type char is boxed into Character
46. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/tokens/ScalarStyle.java (at line 35)
	LITERAL('|'),
	        ^^^
The expression of type char is boxed into Character
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/tokens/ScalarStyle.java (at line 36)
	FOLDED('>'),
	       ^^^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[107] 
	public YamlParser() {
	       ^^^^^^^^^^^^
The @NonNull field parseInput may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[224] 
	if (entryNode.keyChild == null && entryNode.valueIndicatorOffset == NA_OFFSET) {
					entryNode.keyChild= node;
				}
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[270] 
	container.endOffset= endOffset;
	^^^^^^^^^
Potential null pointer access: The variable container may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[274] 
	container.finish(endOffset, builder);
	^^^^^^^^^
Potential null pointer access: The variable container may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[316] 
	if (this.currentNode.getClass() == type1) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[326] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[326] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[347] 
	YamlAstNode node= this.currentNode.getYamlParent();
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[349] 
	if (node.getClass() == type1 || node.getClass() == type2) {
	    ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[363] 
	if (this.currentNode.getNodeType() == type1) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[373] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[373] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[394] 
	this.currentNode= this.currentNode.yamlParent;
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant ALIAS needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant ANCHOR needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant COMMENT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant DIRECTIVE needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant DOCUMENT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant ERROR needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant MAP needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant MARKER needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant SCALAR needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant SEQ needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant SOURCELINES needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enum constant TAG needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[405] 
	switch (this.currentNode.getNodeType()) {
	             ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[407] 
	if (((NodeWithProperties)this.currentNode).nodeChild != null) {
	                              ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[412] 
	if (((MapEntry)this.currentNode).valueChild != null) {
	                    ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[417] 
	if (((SeqEntry)this.currentNode).valueChild != null) {
	                    ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[429] 
	docNode= new DocumentNode((SourceComponent)this.currentNode, startOffset);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[437] 
	docNode, startOffset );
	^^^^^^^
Null type mismatch: required '@NonNull YamlAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/YamlParser.java:[439] 
	docNode.directivesEndChild= markerNode;
	^^^^^^^
Potential null pointer access: The variable docNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/ContainerSourceElement.java:[126] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/ContainerSourceElement.java:[200] 
	return (T)this.contentNode;
	       ^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from YamlAstNode to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/CompositeSourceElement.java:[51] 
	super(sourceUnit, stamp, null);
	                         ^^^^
Null type mismatch: required '@NonNull YamlAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/CompositeSourceElement.java:[83] 
	final @NonNull 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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/CompositeSourceElement.java:[83] 
	final @NonNull 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<?,?>> []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/SourceAnalyzer.java:[110] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull SourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/SourceAnalyzer.java:[176] 
	if (node.getYamlParent().getNodeType() == NodeType.SEQ) {
	    ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/SourceAnalyzer.java:[181] 
	if (node.getYamlParent().getNodeType() == NodeType.MAP) {
	    ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlElementName.java:[75] 
	yield (this.segment != null) ? this.segment : "<null>"; //$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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlElementName.java:[78] 
	yield (this.segment != null) ? this.segment : "<missing>"; //$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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[48] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[80] 
	protected void handleComment(final CommentType type, final int startIndex, final int endIndex) {
	                                   ^^^^^^^^^^^
Missing non-null annotation: inherited method from ScannerImpl specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[103] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[103] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[108] 
	while (parent.getType() != rootType) {
	       ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[131] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[136] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[186] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[186] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[196] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[245] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[245] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[328] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/YamlPartitionNodeScanner.java:[334] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[44] 
	protected BasicYamlSourceElement(final YamlAstNode astNode) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[44] 
	protected BasicYamlSourceElement(final YamlAstNode astNode) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameRegion may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[90] 
	return (T)this.astNode;
	       ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from YamlAstNode to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[107] 
	&& ((getElementType() & MASK_C1) == C1_SOURCE || getSourceParent().equals(other.getSourceParent()))
	                                                 ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceParent() may return null
113. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlReconciler.java (at line 103)
	private LtkProject project;
	                   ^^^^^^^
The value of the field YamlReconciler.project is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlReconciler.java:[107] 
	public YamlReconciler(final YamlModelManagerImpl manager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field project may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
116. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 409)
	escapeReplacements.put('0', '\0');// ASCII null
	                       ^^^
The expression of type char is boxed into Character
117. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 409)
	escapeReplacements.put('0', '\0');// ASCII null
	                            ^^^^
The expression of type char is boxed into Character
118. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 410)
	escapeReplacements.put('a', '\u0007');// ASCII bell
	                       ^^^
The expression of type char is boxed into Character
119. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 410)
	escapeReplacements.put('a', '\u0007');// ASCII bell
	                            ^^^^^^^^
The expression of type char is boxed into Character
120. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 411)
	escapeReplacements.put('b', '\u0008'); // ASCII backspace
	                       ^^^
The expression of type char is boxed into Character
121. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 411)
	escapeReplacements.put('b', '\u0008'); // ASCII backspace
	                            ^^^^^^^^
The expression of type char is boxed into Character
122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 412)
	escapeReplacements.put('t', '\u0009'); // ASCII horizontal tab
	                       ^^^
The expression of type char is boxed into Character
123. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 412)
	escapeReplacements.put('t', '\u0009'); // ASCII horizontal tab
	                            ^^^^^^^^
The expression of type char is boxed into Character
124. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 413)
	escapeReplacements.put('n', '\n');// ASCII newline (line feed; &#92;n maps to 0x0A)
	                       ^^^
The expression of type char is boxed into Character
125. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 413)
	escapeReplacements.put('n', '\n');// ASCII newline (line feed; &#92;n maps to 0x0A)
	                            ^^^^
The expression of type char is boxed into Character
126. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 414)
	escapeReplacements.put('v', '\u000B');// ASCII vertical tab
	                       ^^^
The expression of type char is boxed into Character
127. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 414)
	escapeReplacements.put('v', '\u000B');// ASCII vertical tab
	                            ^^^^^^^^
The expression of type char is boxed into Character
128. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 415)
	escapeReplacements.put('f', '\u000C');// ASCII form-feed
	                       ^^^
The expression of type char is boxed into Character
129. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 415)
	escapeReplacements.put('f', '\u000C');// ASCII form-feed
	                            ^^^^^^^^
The expression of type char is boxed into Character
130. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 416)
	escapeReplacements.put('r', '\r');// carriage-return (&#92;r maps to 0x0D)
	                       ^^^
The expression of type char is boxed into Character
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 416)
	escapeReplacements.put('r', '\r');// carriage-return (&#92;r maps to 0x0D)
	                            ^^^^
The expression of type char is boxed into Character
132. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 417)
	escapeReplacements.put('e', '\u001B');// ASCII escape character (Esc)
	                       ^^^
The expression of type char is boxed into Character
133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 417)
	escapeReplacements.put('e', '\u001B');// ASCII escape character (Esc)
	                            ^^^^^^^^
The expression of type char is boxed into Character
134. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 418)
	escapeReplacements.put(' ', '\u0020');// ASCII space
	                       ^^^
The expression of type char is boxed into Character
135. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 418)
	escapeReplacements.put(' ', '\u0020');// ASCII space
	                            ^^^^^^^^
The expression of type char is boxed into Character
136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 419)
	escapeReplacements.put('"', '\"');// ASCII double-quote
	                       ^^^
The expression of type char is boxed into Character
137. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 419)
	escapeReplacements.put('"', '\"');// ASCII double-quote
	                            ^^^^
The expression of type char is boxed into Character
138. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 420)
	escapeReplacements.put('/', '/');// ASCII slash (#x2F), for JSON compatibility.
	                       ^^^
The expression of type char is boxed into Character
139. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 420)
	escapeReplacements.put('/', '/');// ASCII slash (#x2F), for JSON compatibility.
	                            ^^^
The expression of type char is boxed into Character
140. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 421)
	escapeReplacements.put('\\', '\\');// ASCII backslash
	                       ^^^^
The expression of type char is boxed into Character
141. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 421)
	escapeReplacements.put('\\', '\\');// ASCII backslash
	                             ^^^^
The expression of type char is boxed into Character
142. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 422)
	escapeReplacements.put('N', '\u0085');// Unicode next line
	                       ^^^
The expression of type char is boxed into Character
143. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 422)
	escapeReplacements.put('N', '\u0085');// Unicode next line
	                            ^^^^^^^^
The expression of type char is boxed into Character
144. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 423)
	escapeReplacements.put('_', '\u00A0');// Unicode non-breaking-space
	                       ^^^
The expression of type char is boxed into Character
145. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 423)
	escapeReplacements.put('_', '\u00A0');// Unicode non-breaking-space
	                            ^^^^^^^^
The expression of type char is boxed into Character
146. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 424)
	escapeReplacements.put('L', '\u2028');// Unicode line-separator
	                       ^^^
The expression of type char is boxed into Character
147. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 424)
	escapeReplacements.put('L', '\u2028');// Unicode line-separator
	                            ^^^^^^^^
The expression of type char is boxed into Character
148. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 425)
	escapeReplacements.put('P', '\u2029');// Unicode paragraph separator
	                       ^^^
The expression of type char is boxed into Character
149. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 425)
	escapeReplacements.put('P', '\u2029');// Unicode paragraph separator
	                            ^^^^^^^^
The expression of type char is boxed into Character
150. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 428)
	.filter(entry -> entry.getKey() != ' ' && entry.getKey() != '/')
	                 ^^^^^^^^^^^^^^
The expression of type Character is unboxed into int
151. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/CharConstants.java (at line 428)
	.filter(entry -> entry.getKey() != ' ' && entry.getKey() != '/')
	                                          ^^^^^^^^^^^^^^
The expression of type Character is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/DocumentNode.java:[42] 
	DocumentNode(final SourceComponent parent, final int offset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field contentChildren may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/DocumentNode.java:[42] 
	DocumentNode(final SourceComponent parent, final int offset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field directiveChildren may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/DocumentNode.java:[59] 
	this.directiveChildren= (ImIdentityList)this.children.subList(startIdx, endIdx);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ImIdentityList needs unchecked conversion to conform to ImIdentityList<Directive>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/DocumentNode.java:[59] 
	this.directiveChildren= (ImIdentityList)this.children.subList(startIdx, endIdx);
	                         ^^^^^^^^^^^^^^
ImIdentityList is a raw type. References to generic type ImIdentityList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/DocumentNode.java:[71] 
	this.documentEndChild.getStartOffset() : this.endOffset );
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/doc/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[226] 
	public ScannerImpl(
			final boolean createRefText, final boolean createContentText,
			final boolean parseComments) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field reader may not have been initialized
159. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 539)
	this.possibleSimpleKeys.put(this.flowLevel, key);
	                            ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
160. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 547)
	final SimpleKey key = this.possibleSimpleKeys.remove(this.flowLevel);
	                                                     ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
161. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 879)
	final SimpleKey key = this.possibleSimpleKeys.remove(this.flowLevel);
	                                                     ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1211] 
	final int startMark = this.reader.getMark();
	          ^^^^^^^^^
The value of the local variable startMark is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1213] 
	boolean commentSeen = false;
	        ^^^^^^^^^^^
The value of the local variable commentSeen is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1407] 
	int c;
	    ^
The value of the local variable c is not used
165. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 1908)
	else if (bmp != null && (expLength= CharConstants.getEscapeCodeBytes(bmp)) > 0) {
	                                                                     ^^^
The expression of type Character is unboxed into char
166. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java (at line 48)
	private final int level;
	                  ^^^^^
The value of the field YamlModelManagerImpl.ModelDelta.level is not used
167. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java (at line 50)
	private final @Nullable SourceUnitModelInfo oldInfo;
	                                            ^^^^^^^
The value of the field YamlModelManagerImpl.ModelDelta.oldInfo is not used
168. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java (at line 52)
	private final @Nullable SourceUnitModelInfo newInfo;
	                                            ^^^^^^^
The value of the field YamlModelManagerImpl.ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/SeqEntry.java:[33] 
	SeqEntry(final YamlAstNode parent, final int startOffset, final int endOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field valueChild may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/SeqEntry.java:[40] 
	if (this.valueChild == null) {
			this.valueChild= new Scalar.Plain(this, // empty node
					(this.valueIndicatorOffset != NA_OFFSET) ?
							this.valueIndicatorOffset :
							this.valueChild.endOffset );
		}
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/MapEntry.java:[36] 
	MapEntry(final YamlAstNode parent, final int startOffset, final int endOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keyChild may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/MapEntry.java:[36] 
	MapEntry(final YamlAstNode parent, final int startOffset, final int endOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field valueChild may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/MapEntry.java:[40] 
	MapEntry(final YamlAstNode parent, final int startOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keyChild may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/MapEntry.java:[40] 
	MapEntry(final YamlAstNode parent, final int startOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field valueChild may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/MapEntry.java:[46] 
	if (this.keyChild == null) {
			this.keyChild= new Scalar.Plain(this, // empty node
					(this.keyIndicatorOffset != NA_OFFSET) ?
							this.keyIndicatorOffset : this.startOffset );
		}
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/ast/MapEntry.java:[51] 
	if (this.valueChild == null) {
			this.valueChild= new Scalar.Plain(this, // empty node
					(this.valueIndicatorOffset != NA_OFFSET) ?
							this.valueIndicatorOffset :
							this.keyChild.endOffset );
		}
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlChunkElement.java:[77] 
	return (T)this.astNode;
	       ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from YamlAstNode to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/ModelAdapterFactory.java:[39] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
178 problems (0 errors, 109 warnings, 69 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.yaml.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.yaml.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.yaml.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.yaml.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.core ---
[WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.yaml.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.statet.yaml:org.eclipse.statet.yaml.core.tests >-----
[INFO] Building [test-bundle] StatET YAML Tools - Core - Tests  (Incubation) 4.8.0.202308171800-r [49/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.yaml.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET YAML Tools - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.yaml.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.yaml.core.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[119] 
	this.sub= sub;
	          ^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[176] 
	this.sub= sub;
	          ^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[177] 
	this.properties= ImCollections.toList(properties);
	                                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<@NonNull String>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull String>', corresponding supertype is 'Collection<@NonNull String>'
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 211)
	sb.append(String.format("    0x%1$08X", this.status));
	                                        ^^^^^^^^^^^
The expression of type int is boxed into Integer
5. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 280)
	() -> String.format("[%1$s].op", idx0) );
	                                 ^^^^
The expression of type int is boxed into Integer
6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 282)
	() -> String.format("[%1$s].type", idx0) );
	                                   ^^^^
The expression of type int is boxed into Integer
7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 286)
	() -> String.format("[%1$s].sub", idx0) );
	                                  ^^^^
The expression of type int is boxed into Integer
8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 291)
	() -> String.format("[%1$s].properties.size", idx0) );
	                                              ^^^^
The expression of type int is boxed into Integer
9. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 301)
	() -> String.format("[%1$s].params[%2$s]", idx0, propIdx0) );
	                                           ^^^^
The expression of type int is boxed into Integer
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 301)
	() -> String.format("[%1$s].params[%2$s]", idx0, propIdx0) );
	                                                 ^^^^^^^^
The expression of type int is boxed into Integer
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 307)
	() -> String.format("[%1$s].value", idx0) );
	                                    ^^^^
The expression of type int is boxed into Integer
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 312)
	() -> String.format("[%1$s].status", idx0 ) );
	                                     ^^^^
The expression of type int is boxed into Integer
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 314)
	() -> String.format("[%1$s].status", idx0 ) );
	                                     ^^^^
The expression of type int is boxed into Integer
14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java (at line 335)
	() -> String.format("[%1$s]", idx0) );
	                              ^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[339] 
	final int idx0= idx;
	          ^^^^
The value of the local variable idx0 is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[422] 
	final String id= path.getFileName().toString();
	                 ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[447] 
	final Path archiveFile= specDir.resolveSibling(specDir.getFileName().toString() + ".zip");
	                                               ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[464] 
	&& caseIdMatcher.reset(caseId= dir.getFileName().toString()).matches() ) {
	                               ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[471] 
	public FileVisitResult postVisitDirectory(final Path path, final IOException exc) throws IOException {
	                                                                 ^^^^^^^^^^^
Illegal redefinition of parameter exc, inherited method from SimpleFileVisitor<Path> declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/YamlSpecTest.java:[479] 
	&& caseTestFiles.contains(fileName= file.getFileName().toString()) ) {
	                                    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/Ast2EventConverter.java:[101] 
	this.events.add(new YamlEvent('+', "DOC", noProperties(), (startMarker != null) ? startMarker.getText() : "",
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/snakeyaml/scanner/Ast2EventConverter.java:[113] 
	this.events.add(new YamlEvent('-', "DOC", noProperties(), (endMarker != null) ? endMarker.getText() : "",
	                                                                                ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
23. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/core/model/AstProblemReporterTest.java (at line 350)
	assertEquals(String.format("0x%1$08X", expectedCode), String.format("0x%1$08X", actual.getCode()), "code");
	                                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
24. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/org/eclipse/statet/internal/yaml/core/model/AstProblemReporterTest.java (at line 350)
	assertEquals(String.format("0x%1$08X", expectedCode), String.format("0x%1$08X", actual.getCode()), "code");
	                                                                                ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
24 problems (0 errors, 11 warnings, 13 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.yaml.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.yaml.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.yaml.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.core.tests ---
[WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.yaml.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/surefire.properties]
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in null
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseMap_Block  Time elapsed: 0.061 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseAnchor  Time elapsed: 0.003 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseAlias  Time elapsed: 0.003 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseMap_Flow  Time elapsed: 0.004 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseSeq_Block  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseScalar_Plain  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseSeq_Flow  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseTag_Verbatim  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseScalar_DoubleQuoted  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseTag_Shorthand  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseScalar_SingleQuoted  Time elapsed: 0.002 s
org.eclipse.statet.yaml.core.source.ast.YamlParserTest.parseNodeWithProperties  Time elapsed: 0.002 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in null
org.eclipse.statet.internal.yaml.core.model.SourceAnalyzerTest.Map  Time elapsed: 0.019 s
org.eclipse.statet.internal.yaml.core.model.SourceAnalyzerTest.Seq  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.core.model.SourceAnalyzerTest.empty  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.core.model.SourceAnalyzerTest.Document_empty  Time elapsed: 0.002 s
Running null
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in null
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Tag_incomplete  Time elapsed: 0.01 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Comment  Time elapsed: 0.004 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Scalar_invalidIndicator  Time elapsed: 0.003 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Map_incompleteFlowMap  Time elapsed: 0.003 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Doc_invalidContent  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Map_incompleteBlockMap  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Scalar_notClosed  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Scalar_invalidString  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Seq_incompleteBlockSeq  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Seq_incompleteFlowSeq  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest.Doc_invalidHeader  Time elapsed: 0.002 s
Running null
Tests run: 322, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.559 s - in null
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[1]  Time elapsed: 0.028 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[2]  Time elapsed: 0.003 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[3]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[5]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[8]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[9]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[11]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[12]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[13]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[14]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[15]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[16]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[17]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[18]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[19]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[20]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[21]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[22]  Time elapsed: 0.01 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[23]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[24]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[25]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[26]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[27]  Time elapsed: 0.003 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[28]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[29]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[30]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[31]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[32]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[33]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[34]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[35]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[36]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[37]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[38]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[39]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[40]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[41]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[42]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[43]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[44]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[45]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[46]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[47]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[48]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[49]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[50]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[51]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[52]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[53]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[54]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[55]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[56]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[57]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[58]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[59]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[60]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[61]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[62]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[63]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[64]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[65]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[66]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[67]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[68]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[69]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[70]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[71]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[72]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[73]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[74]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[75]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[76]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[77]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[78]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[79]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[80]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[81]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[82]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[83]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[84]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[85]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[86]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[87]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[88]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[89]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[90]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[91]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[92]  Time elapsed: 0.035 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[93]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[94]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[95]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[96]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[97]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[98]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[99]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[100]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[101]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[102]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[103]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[104]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[105]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[106]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[107]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[108]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[109]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[110]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[111]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[112]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[113]  Time elapsed: 0.002 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[114]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[115]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[116]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[117]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[118]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[119]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[120]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[121]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest skipped
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[123]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[124]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[125]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[126]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[127]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[128]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[129]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[130]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[131]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[132]  Time elapsed: 0.02 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[133]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[134]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[135]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest skipped
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[137]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[138]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[139]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[140]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[141]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[142]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[143]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[144]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[145]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[146]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[147]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[148]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[149]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[150]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[151]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[152]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[153]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[154]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[155]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[156]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[157]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[158]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[159]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[160]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[161]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[162]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[163]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[164]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[165]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[166]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[167]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[168]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[169]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest skipped
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[171]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[172]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[173]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[174]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[175]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[176]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[177]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[178]  Time elapsed: 0.017 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[179]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[180]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[181]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[182]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[183]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[184]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[185]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[186]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[187]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[188]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[189]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[190]  Time elapsed: 0.003 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[191]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[192]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[193]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[194]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[195]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[196]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[197]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[198]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[199]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[200]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[201]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[202]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[203]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[204]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[205]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[206]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[207]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[208]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[209]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[210]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[211]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[212]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[213]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[214]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[215]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[216]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[217]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[218]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[219]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[220]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[221]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[222]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[223]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[224]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[225]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[226]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[227]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[228]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[229]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[230]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[231]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[232]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[233]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[234]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[235]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[236]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[237]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[238]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[239]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[240]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[241]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[242]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[243]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[244]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[245]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[246]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[247]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[248]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[249]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[250]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[251]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[252]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[253]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[254]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[255]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[256]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[257]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[258]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[259]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[260]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[261]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[262]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[263]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[264]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[265]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[266]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[267]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[268]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[269]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[270]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[271]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[272]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[273]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[274]  Time elapsed: 0.022 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[275]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest skipped
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[277]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[278]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[279]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[280]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[281]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[282]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[283]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[284]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[285]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[286]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[287]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[288]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[289]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[290]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[291]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[292]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[293]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[294]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[295]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[296]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[297]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[298]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[299]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[300]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[301]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[302]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[303]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[304]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[305]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[306]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[307]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[308]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[309]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[310]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[311]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[312]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[313]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[314]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[315]  Time elapsed: 0 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[316]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[317]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[318]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[319]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[320]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[321]  Time elapsed: 0.001 s
org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest.testEvents(SpecTestCase)[322]  Time elapsed: 0.001 s

Results:

Tests run: 349, Failures: 0, Errors: 0, Skipped: 4

[INFO] All tests passed!
[INFO] 
[INFO] ---------< org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui >---------
[INFO] Building [bundle] StatET YAML Tools - UI  (Incubation) 4.8.0.202308171800-r [50/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.yaml.ui ---
[INFO] Resolving class path of [bundle] StatET YAML Tools - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.yaml.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.yaml.ui ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlContentAssistConfigurationPage.java:[34] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlBasePreferencePage.java:[37] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from PreferencePage.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlBasePreferencePage.java:[37] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from PreferencePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlBasePreferencePage.java:[38] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java (at line 94)
	this.enabledByDefault= prefs.getPreferenceValue(YamlEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java (at line 96)
	this.closeBrackets= prefs.getPreferenceValue(YamlEditingSettings.SMARTINSERT_CLOSEBRACKETS_ENABLED_PREF);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java (at line 97)
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[106] 
	public TabAction getSmartInsertTabAction() {
	       ^^^^^^^^^
The return type is incompatible with 'SmartInsertSettings.@NonNull TabAction' returned from SmartInsertSettings.getSmartInsertTabAction() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[191] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[191] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[197] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[325] 
	partition.getTreeNode().getParent().getType().getPartitionType()) )) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[337] 
	getViewer().getTextWidget().setRedraw(false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[350] 
	getViewer().getTextWidget().setRedraw(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[372] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[383] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[394] 
	final IndentUtil util= new IndentUtil(doc, this.codeStyle);
	                                           ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlCodeStyleSettings' needs unchecked conversion to conform to '@NonNull IIndentSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[395] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[422] 
	final var position= YamlBracketLevel.createPosition(type, 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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[429] 
	final var level= new YamlBracketLevel(model, getDocument(), getDocumentContentInfo(),
	                                             ^^^^^^^^^^^^^
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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[429] 
	final var level= new YamlBracketLevel(model, getDocument(), 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlDocumentProvider.java (at line 82)
	this.handleTemporaryProblems= access.getPreferenceValue(YamlEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlDocumentProvider.java (at line 98)
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[29] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[86] 
	private ContextTypeRegistry yamlEditorTemplateContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[97] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[98] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[105] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[129] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[148] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[192] 
	this.yamlTextStyles= new JFaceTextStyleManager(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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[194] 
	PreferencesUtil.getSettingsChangeNotifier().addManageListener(this.yamlTextStyles);
	                                                              ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'JFaceTextStyleManager' needs unchecked conversion to conform to 'SettingsChangeNotifier.@NonNull ManageListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[199] 
	public synchronized ContextTypeRegistry getYamlEditorTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.IndentationType @NonNull[]' returned from IndentSettingsUI.getAvailableIndentationTypes() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[84] 
	final Composite mainComposite= new Composite(pageComposite, SWT.NONE);
	                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[105] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java (at line 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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[123] 
	final Label labelControl= new Label(composite, SWT.LEFT);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[124] 
	labelControl.setText(label);
	                     ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[130] 
	final Label typeControl= new Label(composite, SWT.LEFT);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java (at line 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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[140] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlTemplateSourceViewerConfigurator.java:[41] 
	public IDocumentSetupParticipant getDocumentSetupParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDocumentSetupParticipant' returned from YamlSourceViewerConfigurator.getDocumentSetupParticipant() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[44] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[50] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[50] 
	public boolean include(final LtkModelElement element) {
	                             ^^^^^^^^^^^^^^^
Illegal redefinition of parameter element, inherited method from LtkModelElementFilter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[71] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[75] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[75] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[123] 
	new YamlDefaultTextStyleScanner(textStyles) );
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[125] 
	new SingleTokenScanner(textStyles, YamlTextStyles.TS_DIRECTIVE) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[127] 
	new CommentScanner(textStyles, YamlTextStyles.TS_COMMENT, YamlTextStyles.TS_TASK_TAG,
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[128] 
	getMainDocTypePrefs() ));
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PreferenceAccess' needs unchecked conversion to conform to '@NonNull PreferenceAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[130] 
	new SingleTokenScanner(textStyles, YamlTextStyles.TS_KEY) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[132] 
	new SingleTokenScanner(textStyles, YamlTextStyles.TS_TAG) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[134] 
	new SingleTokenScanner(textStyles, YamlTextStyles.TS_DEFAULT) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
71. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java (at line 195)
	return EPreferences.getInstancePrefs()
				.getPreferenceValue(YamlEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[239] 
	{	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[240] 
	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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[240] 
	YamlDocumentConstants.YAML_DEFAULT_CONTENT_TYPE, registry, getSourceEditor());
	                                                           ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPreferenceInitializer.java:[60] 
	pref.put(YamlTextStyles.TS_DEFAULT + TEXTSTYLE_COLOR_SUFFIX, theme.getColorPrefValue(IWaThemeConstants.CODE_DEFAULT_COLOR));
	^^^^
Potential null pointer access: The variable pref may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPreferenceInitializer.java:[116] 
	node.put(ContentAssistComputerRegistry.CIRCLING_ORDERED, "yaml-elements:false,templates:true,paths:true"); //$NON-NLS-1$
	^^^^
Potential null pointer access: The variable node may be null at this location
85 problems (0 errors, 76 warnings, 9 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.yaml.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.yaml.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.yaml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.yaml.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.ui ---
[WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.yaml.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.statet.yaml-assemblies:yaml >---------------
[INFO] Building yaml 4.8.0.202308171800-r                              [51/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ yaml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ yaml ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ yaml ---
[INFO] 
[INFO] -----< org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml >-----
[INFO] Building [feature] StatET YAML Editor  (Incubation) 4.8.0.202308171800-r [52/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.yaml ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.yaml ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.yaml ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.yaml ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml ---
[WARNING] artifact org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] -----------------< org.eclipse.statet.docmlet:docmlet >-----------------
[INFO] Building docmlet 4.8.0.202308171800-r                           [53/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ docmlet ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ docmlet ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ docmlet ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core >---
[INFO] Building [bundle] StatET DocMLET - Base - Core  (Incubation) 4.8.0.202308171800-r [54/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Base - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.base.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.base.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.core ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.base.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests >--
[INFO] Building [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation) 4.8.0.202308171800-r [55/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.core.tests ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/surefire.properties]
Running null
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in null
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.matches_Substring_CaseInsensitive  Time elapsed: 0.067 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0.003 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.getMatchingRegions_Prefix_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.matches_Prefix_CaseInsensitive  Time elapsed: 0.002 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.matches_Substring  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.getMatchingRegions_Prefix  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.matches_Prefix  Time elapsed: 0.002 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.getMatchingRegions_Substring  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.matches_Substring_Prefix_PatternWithPrefix  Time elapsed: 0.002 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.matches_Substring_Prefix_0  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest.getMatchingRegions_Substring_PatternWithPrefix  Time elapsed: 0.001 s
Running null
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in null
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.matches_Substring_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.getMatchingRegions_Prefix_CaseInsensitive  Time elapsed: 0.002 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.matches_Prefix_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.matches_Substring  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.getMatchingRegions_Prefix  Time elapsed: 0 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.matches_Prefix  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest.getMatchingRegions_Substring  Time elapsed: 0.001 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 [bundle] StatET DocMLET - Base - UI  (Incubation) 4.8.0.202308171800-r [56/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Base - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerCloseDelegate.java:[147] 
	protected boolean include(final ILaunchConfiguration configuration) throws CoreException {
	                                ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigurationCollector specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerCloseDelegate.java:[148] 
	return (super.include(configuration)
	                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerCloseDelegate.java (at line 155)
	final ImList<ILaunchConfiguration> configurations= getConfigurations();
	                                                   ^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull ILaunchConfiguration>' is made accessible using the less-annotated type 'ImList<ILaunchConfiguration>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerCloseDelegate.java:[172] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
23. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 '@Nullable Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
28. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java (at line 537)
	configuration.setAttribute(this.operationSettingsAttrName, settings);
	                                                           ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolProcess.java:[339] 
	final String stepId= this.operationIterator.getStepConfig().getId();
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getStepConfig() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[99] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[99] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[99] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[165] 
	if (inputFile == null) {
				throw new NullPointerException("inputFile"); //$NON-NLS-1$
			}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[241] 
	DocProcessingConfig.IN_FILE_PATH_VAR,
	                    ^^^^^^^^^^^^^^^^
The field DocProcessingConfig.IN_FILE_PATH_VAR is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[293] 
	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>'
68. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java (at line 294)
	settingsAttrName, NO_SETTINGS ));
	                  ^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@Nullable Map<@NonNull String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[436] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceFile may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[436] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceFileUtil may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[436] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field steps may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[436] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field workingDirectory may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
75. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java (at line 87)
	private Button launchConfigNewControl;
	               ^^^^^^^^^^^^^^^^^^^^^^
The value of the field AbstractLaunchConfigOperationSettings.launchConfigNewControl is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field availablelaunchConfigs may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigNameValue may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigNewControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[90] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[253] 
	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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/DocProcessingConfigOpenFileSetting.java:[77] 
	return switch ((String)element) {
	                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java:[60] 
	final IEditorPart editor= window.getActivePage().getActiveEditor();
	                          ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
87. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 77)
	if (this.currentChecked == null || this.currentChecked != isChecked(saveExtension)) {
	                                   ^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
88. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 86)
	element.setChecked(this.currentChecked= isChecked(saveExtension));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
89. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 86)
	element.setChecked(this.currentChecked= isChecked(saveExtension));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
91. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletHelpManager.java (at line 77)
	final Collection<MarkupHelpContent> providedTopics= contentProvider.getHelpTopics();
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Collection<@NonNull MarkupHelpContent>' is made accessible using the less-annotated type 'Collection<MarkupHelpContent>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>
95. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/actions/RunActiveDocConfigWorkbenchHandler.java (at line 128)
	launchFlags= CollectionUtils.toIdentifierSet(s.split(";")); //$NON-NLS-1$
	                                             ^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
102. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperation.java (at line 90)
	this.launchManager.getLaunchConfigurations(), this.launchConfigType, name);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ILaunchConfiguration @NonNull[]' is made accessible using the less-annotated type 'ILaunchConfiguration @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[76] 
	DocmlBaseUIPlugin.getInstance().getDocViewerCloseDelegate().cancelFocus();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
146 problems (0 errors, 131 warnings, 15 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.ui ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core >---
[INFO] Building [bundle] StatET DocMLET - TeX - Core  (Incubation) 4.8.0.202308171800-r [57/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Resolving class path of [bundle] StatET DocMLET - TeX - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Compiling 104 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/ControlNode.java:[101] 
	return this.arguments[index];
	       ^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/ControlNode.java:[123] 
	visitor.visit(child);
	              ^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexBuildTask.java:[47] 
	reconciler= new LtxReconciler(TexCorePlugin.getInstance().getLtxModelManager());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxModelManagerImpl' needs unchecked conversion to conform to '@NonNull LtxModelManagerImpl'
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/model/LtxSourceResourceSourceUnit.java (at line 40)
	private static final SourceUnitIssueSupport ISSUE_SUPPORT=
	                                            ^^^^^^^^^^^^^
The value of the field LtxSourceResourceSourceUnit.ISSUE_SUPPORT is not used
5. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java (at line 46)
	private static final int REF_LABEL_LIMIT= 50;
	                         ^^^^^^^^^^^^^^^
The value of the field LtxProblemModelCheck.REF_LABEL_LIMIT is not used
6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java (at line 50)
	private SourceUnit sourceUnit= nonNullLateInit();
	                   ^^^^^^^^^^
The value of the field LtxProblemModelCheck.sourceUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[108] 
	nameNode.getStartOffset(), nameNode.getEndOffset() );
	^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuilder.java:[41] 
	new BuilderDefinition<>(TexCore.BUNDLE_ID, TexCorePlugin.getInstance(),
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCorePlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Math.java:[84] 
	return this.children[index];
	       ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Math.java:[101] 
	visitor.visit(child);
	              ^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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)
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 59)
	private static final Integer ONE= 1;
	                                  ^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[71] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[104] 
	TexElement.C12_SOURCE_FILE, sourceUnit, ast.getStamp(),
	                            ^^^^^^^^^^
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.8.x-r/statet/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>'
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 111)
	labels= BasicNameAccessSet.emptySet();
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicNameAccessSet<@NonNull TexNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<TexNameAccess>', corresponding supertype is 'NameAccessSet<@NonNull TexNameAccess>'
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 114)
	labels= new BasicNameAccessSet<>(this.labels);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicNameAccessSet<@NonNull TexNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<TexNameAccess>', corresponding supertype is 'NameAccessSet<@NonNull TexNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
28. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 162)
	final List<BasicLtxSourceElement> children= this.currentElement.children;
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull BasicLtxSourceElement>' is made accessible using the less-annotated type 'List<BasicLtxSourceElement>'
29. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
33. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 287)
	accessList= ImCollections.newList(
							new EnvLabelAccess(node.getBeginNode(), beginLabel),
							new EnvLabelAccess(node.getEndNode(), endLabel) );
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull EnvLabelAccess>' is made accessible using the less-annotated type 'ImList<EnvLabelAccess>'
34. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 292)
	accessList= ImCollections.newList(
							new EnvLabelAccess(node.getBeginNode(), endLabel) );
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull EnvLabelAccess>' is made accessible using the less-annotated type 'ImList<EnvLabelAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[317] 
	C12_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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[341] 
	C12_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.8.x-r/statet/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'
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 374)
	shared= new NameAccessAccumulator<>(label);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull NameAccessAccumulator<@NonNull TexNameAccess>' is made accessible using the less-annotated type 'NameAccessAccumulator<TexNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[444] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[251] 
	ExtensionData.get(data.extensions, data.nowebTypeId) );
	                                   ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[270] 
	final var embeddedTypeIds= collectEmbeddedTypeIds(embeddedNodes);
	                                                  ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull List<? extends @NonNull EmbeddingAstNode>' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[273] 
	((LtxSourceUnitEmbeddedModelReconciler)extensionData.reconciler).reconcileAst(
							data.content, embeddedNodes,
							data.adapter, extensionData.config, flags );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method reconcileAst(SourceContent, List, LtxSourceUnitModelContainer, ReconcileConfig, int) belongs to the raw type LtxSourceUnitEmbeddedModelReconciler. References to generic type LtxSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[273] 
	((LtxSourceUnitEmbeddedModelReconciler)extensionData.reconciler).reconcileAst(
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LtxSourceUnitEmbeddedModelReconciler is a raw type. References to generic type LtxSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[274] 
	data.content, embeddedNodes,
	              ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull List' but the provided value is inferred as @Nullable
54. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java (at line 304)
	data.customCommands, data.customEnvs );
	^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable Map<@NonNull String,@NonNull TexCommand>' is made accessible using the less-annotated type 'Map<String,TexCommand>'
55. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java (at line 304)
	data.customCommands, data.customEnvs );
	                     ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable Map<@NonNull String,@NonNull TexCommand>' is made accessible using the less-annotated type 'Map<String,TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[308] 
	((LtxSourceUnitEmbeddedModelReconciler)extensionData.reconciler).reconcileModel(
						model, data.content,
						this.rmSourceAnalyzer.getEmbeddedItems(),
						data.adapter, extensionData.config, flags,
						m );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method reconcileModel(LtxSourceUnitModelInfo, SourceContent, List, LtxSourceUnitModelContainer, ReconcileConfig, int, SubMonitor) belongs to the raw type LtxSourceUnitEmbeddedModelReconciler. References to generic type LtxSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[308] 
	((LtxSourceUnitEmbeddedModelReconciler)extensionData.reconciler).reconcileModel(
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LtxSourceUnitEmbeddedModelReconciler is a raw type. References to generic type LtxSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[309] 
	model, data.content,
	^^^^^
Null type mismatch: required '@NonNull LtxSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[310] 
	this.rmSourceAnalyzer.getEmbeddedItems(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<EmbeddingReconcileTask>' needs unchecked conversion to conform to '@NonNull List'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[340] 
	((LtxSourceUnitEmbeddedModelReconciler)extensionData.reconciler).reportIssues(
								data.getModel(), data.content,
								issueRequestor,
								data.adapter, extensionData.config, flags );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method reportIssues(LtxSourceUnitModelInfo, SourceContent, IssueRequestor, LtxSourceUnitModelContainer, ReconcileConfig, int) belongs to the raw type LtxSourceUnitEmbeddedModelReconciler. References to generic type LtxSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[340] 
	((LtxSourceUnitEmbeddedModelReconciler)extensionData.reconciler).reportIssues(
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LtxSourceUnitEmbeddedModelReconciler is a raw type. References to generic type LtxSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[81] 
	this.util= new IndentUtil(document, this.codeStyle);
	                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCodeStyleSettings' needs unchecked conversion to conform to '@NonNull IIndentSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[157] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[183] 
	public void doEdit(final int line, final int offset, final int length, final StringBuilder text)
	                                                                             ^^^^^^^^^^^^^
Missing nullable annotation: inherited method from IndentUtil.IndentEditAction specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[162] 
	limit(node.getText(), ENV_LABEL_LIMIT) ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[219] 
	limit(node.getChild(0).getChild(0).getText(), ENV_LABEL_LIMIT) ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[281] 
	node.getText() ),
	^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[282] 
	node.getStartOffset(), node.getStartOffset() + node.getText().length() );
	                                               ^^^^^^^^^^^^^^
Potential null pointer access: The method getText() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[309] 
	StatusDetail.get(node).getText() ),
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(AttachmentsElement) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[309] 
	StatusDetail.get(node).getText() ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[126] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[138] 
	public LtxParser(final @Nullable LtxLexer lexer,
			final @Nullable StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandSet may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[138] 
	public LtxParser(final @Nullable LtxLexer lexer,
			final @Nullable StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field parseInput may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[253] 
	this.embeddedList.clear();
	     ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[421] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[574] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[584] 
	checkNum(this.lexer.getFullText(this.otherTextFactory)) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[584] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[721] 
	this.embeddedList.add(node);
	     ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[738] 
	group.setEndNode(this.foundEndOffset, this.foundEndNode);
	                                      ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TexAstNode' but this expression has type '@Nullable TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[751] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[756] 
	return parseWord(controlNode, getCommand(label), 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[855] 
	label= argNode.children[0].getText() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[890] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[946] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[960] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[1062] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[1152] 
	this.embeddedList.add(embedded);
	     ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[1156] 
	group.setEndNode(this.foundEndOffset, this.foundEndNode);
	                                      ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TexAstNode' but this expression has type '@Nullable TexAstNode'
102. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java (at line 80)
	private final String contextId;
	                     ^^^^^^^^^
The value of the field TexCommandSet.ContextSet.contextId is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[117] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[133] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/EmbeddingReconcileTask.java:[55] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 safety (type annotations): The expression of type 'LtxCommandCategories.Cat' needs unchecked conversion to conform to 'LtxCommandCategories.@NonNull Cat'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/SourceComponent.java:[68] 
	return this.children[index];
	       ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/SourceComponent.java:[94] 
	visitor.visit(child);
	              ^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexCorePreferenceInitializer.java:[45] 
	node.put(TexCommandSet.MASTER_COMMANDS_INCLUDE_PREF.getKey(),
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.java:[72] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.java:[77] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCore.java:[46] 
	LTX_CONTENT_TYPE= contentTypeManager.getContentType(LTX_CONTENT_ID);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IContentType' but this expression has type '@Nullable IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCore.java:[50] 
	private 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCore.java:[57] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[48] 
	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>'
129. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 48)
	public static final EnumPref<IndentationType> INDENT_DEFAULT_TYPE_PREF= new EnumPref<>(
			QUALIFIER, "Indent.type", IndentationType.class, //$NON-NLS-1$
			IndentationType.TAB );
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull EnumPref<IIndentSettings.@NonNull IndentationType>' is made accessible using the less-annotated type 'Preference.EnumPref<IIndentSettings.IndentationType>'
130. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 70)
	public static final Preference<Set<String>> INDENT_ENV_LABELS_PREF= new StringSetPref(
			QUALIFIER, "IndentEnvFor.labels"); //$NON-NLS-1$
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull StringSetPref' is made accessible using the less-annotated type 'Preference<Set<String>>', corresponding supertype is 'Preference<@NonNull Set<@NonNull String>>'
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 75)
	public static final Preference<Integer> WRAP_LINE_WIDTH_PREF= new IntPref(
			QUALIFIER, "Wrap.LineWidth.max"); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull IntPref' is made accessible using the less-annotated type 'Preference<Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
132. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 118)
	setIndentEnvLabels(Set.of("itemize", "enumerate", "description"));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 124)
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[124] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[125] 
	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>'
136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 126)
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[126] 
	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>'
138. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 127)
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[127] 
	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>'
140. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 128)
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[128] 
	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>'
142. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 129)
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[129] 
	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>'
144. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 130)
	setIndentEnvDepth(prefs.getPreferenceValue(INDENT_ENV_DEPTH_PREF));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[130] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[131] 
	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>>'
147. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 132)
	setLineWidth(prefs.getPreferenceValue(WRAP_LINE_WIDTH_PREF));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[132] 
	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>'
149. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 160)
	map.put(TAB_SIZE_PREF, getTabSize());
	                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
150. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 162)
	map.put(INDENT_SPACES_COUNT_PREF, getIndentSpacesCount());
	                                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
151. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 163)
	map.put(REPLACE_CONVERSATIVE_PREF, getReplaceConservative());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
152. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 164)
	map.put(REPLACE_TABS_WITH_SPACES_PREF, getReplaceOtherTabsWithSpaces());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
153. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 165)
	map.put(WRAP_LINE_WIDTH_PREF, getLineWidth());
	                              ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
154. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 166)
	map.put(INDENT_BLOCK_DEPTH_PREF, getIndentBlockDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
155. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 167)
	map.put(INDENT_ENV_DEPTH_PREF, getIndentEnvDepth());
	                               ^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
156. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 178)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                  ^^^^^^^^
The expression of type int is boxed into Integer
157. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 178)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                            ^^^^
The expression of type int is boxed into Integer
158. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 198)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                             ^^^^^^^^
The expression of type int is boxed into Integer
159. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 198)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                                       ^^^^^
The expression of type int is boxed into Integer
160. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 208)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                              ^^^^^^^^
The expression of type boolean is boxed into Boolean
161. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 208)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                                        ^^^^^^
The expression of type boolean is boxed into Boolean
162. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 218)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
163. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 218)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
164. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 229)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
165. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 229)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
166. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 238)
	firePropertyChange(INDENT_ENV_DEPTH_PROP, oldValue, depth);
	                                          ^^^^^^^^
The expression of type int is boxed into Integer
167. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 238)
	firePropertyChange(INDENT_ENV_DEPTH_PROP, oldValue, depth);
	                                                    ^^^^^
The expression of type int is boxed into Integer
168. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 255)
	firePropertyChange(WRAP_LINE_WIDTH_PROP, oldValue, max);
	                                         ^^^^^^^^
The expression of type int is boxed into Integer
169. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 255)
	firePropertyChange(WRAP_LINE_WIDTH_PROP, oldValue, max);
	                                                   ^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxRefactoringAdapter.java:[61] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxRefactoringAdapter.java:[89] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/MathSymbolDefinitions.java:[741] 
	), "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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/MathSymbolDefinitions.java:[745] 
	), "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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[131] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[131] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[133] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[136] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[143] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[151] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[151] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[215] 
	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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/doc/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'
183. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java (at line 43)
	private final int level;
	                  ^^^^^
The value of the field LtxModelManagerImpl.ModelDelta.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
185. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java (at line 45)
	private final @Nullable SourceUnitModelInfo oldInfo;
	                                            ^^^^^^^
The value of the field LtxModelManagerImpl.ModelDelta.oldInfo is not used
186. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java (at line 47)
	private final @Nullable SourceUnitModelInfo newInfo;
	                                            ^^^^^^^
The value of the field LtxModelManagerImpl.ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/LtxCommandDefinitions.java:[59] 
	return ImCollections.newList(commands, 0, i);
	                             ^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCommand[]' needs unchecked conversion to conform to '@NonNull TexCommand @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Environment.java:[115] 
	return this.children[index - 1];
	       ^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Environment.java:[152] 
	visitor.visit(child);
	              ^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
194. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommand.java (at line 223)
	this.label, this.type, this.content );
	            ^^^^^^^^^
The expression of type byte is boxed into Byte
195. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommand.java (at line 223)
	this.label, this.type, this.content );
	                       ^^^^^^^^^^^^
The expression of type byte is boxed into Byte
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/ContainerSourceElement.java:[48] 
	public ContainerSourceElement(final int type, final TexAstNode astNode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameRegion may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/ContainerSourceElement.java:[121] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/ContainerSourceElement.java:[136] 
	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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/BasicLtxSourceElement.java:[119] 
	&& ((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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Group.java:[91] 
	return this.children[index];
	       ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Group.java:[108] 
	visitor.visit(child);
	              ^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[257] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[258] 
	case CONTROL_WORD ->	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[265] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[714] 
	if (in.matches(n, this.endPattern)) {
	                  ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]'
206 problems (0 errors, 155 warnings, 51 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.tex.core ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui >----
[INFO] Building [bundle] StatET DocMLET - TeX - UI  (Incubation) 4.8.0.202308171800-r [58/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Resolving class path of [bundle] StatET DocMLET - TeX - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[166] 
	this.viewer.getTextWidget().addVerifyKeyListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[228] 
	this.viewer.getTextWidget().removeVerifyKeyListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/OpenTexElementHyperlink.java (at line 36)
	private final TexSourceUnit sourceUnit;
	                            ^^^^^^^^^^
The value of the field OpenTexElementHyperlink.sourceUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/OpenTexElementHyperlink.java:[74] 
	open.open(this.editor, declAccess);
	          ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/TexMarkOccurrencesLocator.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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/TexMarkOccurrencesLocator.java:[89] 
	TexNameAccess.getTextPosition(occurrence.getNameNode()) );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TexAstNode' but this expression has type '@Nullable TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexQuickRenameComputer.java:[75] 
	final ImList<? extends TexNameAccess> accessList= access.getAllInUnit();
	                                      ^^^^^^^^^^
The value of the local variable accessList is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[115] 
	new LtxDefaultTextStyleScanner(textStyles) );
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[117] 
	new LtxMathTextStyleScanner(textStyles) );
	                            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[119] 
	new CommentScanner(textStyles, TexTextStyles.TS_COMMENT, TexTextStyles.TS_TASK_TAG,
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[122] 
	new CommentScanner(textStyles, TexTextStyles.TS_COMMENT, TexTextStyles.TS_TASK_TAG,
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[125] 
	new SingleTokenScanner(textStyles, TexTextStyles.TS_VERBATIM) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java (at line 187)
	return EPreferences.getInstancePrefs()
				.getPreferenceValue(TexEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[231] 
	{	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[232] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[232] 
	TexDocumentConstants.LTX_DEFAULT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[237] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[237] 
	TexDocumentConstants.LTX_MATH_CONTENT_TYPE, registry, getSourceEditor() );
	                                                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[242] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[242] 
	TexDocumentConstants.LTX_COMMENT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[246] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[246] 
	TexDocumentConstants.LTX_MATHCOMMENT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                             ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[250] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[250] 
	TexDocumentConstants.LTX_VERBATIM_CONTENT_TYPE, registry, getSourceEditor() );
	                                                          ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[31] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[88] 
	private ContextTypeRegistry ltxEditorTemplateContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[101] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[102] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[111] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[142] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[161] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[548] 
	this.ltxTextStyles= new JFaceTextStyleManager(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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[550] 
	PreferencesUtil.getSettingsChangeNotifier().addManageListener(this.ltxTextStyles);
	                                                              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'JFaceTextStyleManager' needs unchecked conversion to conform to 'SettingsChangeNotifier.@NonNull ManageListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPreferenceInitializer.java:[61] 
	pref.put(TexTextStyles.TS_DEFAULT + TEXTSTYLE_COLOR_SUFFIX,
	^^^^
Potential null pointer access: The variable pref may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPreferenceInitializer.java:[147] 
	node.put(ContentAssistComputerRegistry.CIRCLING_ORDERED, "tex-elements:false,templates:true,paths:true"); //$NON-NLS-1$
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[189] 
	final Composite mainComposite= new Composite(pageComposite, SWT.NONE);
	                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[210] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[244] 
	final Label labelControl= new Label(composite, SWT.LEFT);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[245] 
	labelControl.setText(label);
	                     ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[251] 
	final Label typeControl= new Label(composite, SWT.LEFT);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[261] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
69. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java (at line 279)
	.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.CodeStyle_Indent_IndentInBlocks_error_message )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IntegerValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
73. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java (at line 288)
	.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.CodeStyle_Indent_IndentInEnvs_error_message )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IntegerValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[109] 
	final IEditorPart editor= UIAccess.getActiveWorkbenchPage(true).getActiveEditor();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActiveWorkbenchPage(boolean) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[120] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[130] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[153] 
	public LtxSymbolsMenuContributions() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field categories may not have been initialized
80. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java (at line 179)
	return items.toArray(new @NonNull IContributionItem[items.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IContributionItem @NonNull[]' is made accessible using the less-annotated type 'IContributionItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxContentAssistConfigurationPage.java:[34] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxArgumentListContextInformation.java:[33] 
	public class LtxArgumentListContextInformation implements AssistInformationProposal,
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LtxArgumentListContextInformation should also implement hashCode() since it overrides Object.equals()
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[72] 
	new NodeFoldingProvider.VisitorMap(embeddedProviders) :
	                                   ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,capture#of ? extends NodeFoldingProvider>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? extends @NonNull NodeFoldingProvider>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[88] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[100] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[100] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[100] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[182] 
	public boolean checkConfig(final Set<String> groupIds) {
	                                 ^^^
Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull
94. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java (at line 189)
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[197] 
	changed |= provider.checkConfig(groupIds);
	           ^^^^^^^^
Potential null pointer access: The variable provider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[197] 
	changed |= provider.checkConfig(groupIds);
	                                ^^^^^^^^
Null type mismatch: required '@NonNull Set<@NonNull String>' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[213] 
	public void collectRegions(final FoldingStructureComputationContext ctx) throws InvocationTargetException {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
102. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 110)
	this.enabledByDefault= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
103. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 112)
	this.closeBrackets= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_CLOSEBRACKETS_ENABLED_PREF);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
104. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 113)
	this.closeParenthesis= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_CLOSEPARENTHESIS_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
105. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 114)
	this.closeMathDollar= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_CLOSEMATHDOLLAR_ENABLED_PREF);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
106. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 115)
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[124] 
	public TabAction getSmartInsertTabAction() {
	       ^^^^^^^^^
The return type is incompatible with 'SmartInsertSettings.@NonNull TabAction' returned from SmartInsertSettings.getSmartInsertTabAction() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[355] 
	getViewer().getTextWidget().setRedraw(false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[368] 
	getViewer().getTextWidget().setRedraw(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[456] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[590] 
	final var position= TexBracketLevel.createPosition(type, 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[597] 
	final var level= new TexBracketLevel(model, getDocument(), getDocumentContentInfo(),
	                                            ^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[597] 
	final var level= new TexBracketLevel(model, getDocument(), 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/DocTemplatesPreferencePage.java:[37] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
121. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDefaultTextStyleScanner.java (at line 64)
	this.defaultToken= tokens.get(LtxLexer.DEFAULT_TEXT);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'IntArrayMap<@NonNull IToken>'. Type 'IntArrayMap<V>' doesn't seem to be designed with null type annotations in mind
122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDefaultTextStyleScanner.java (at line 65)
	this.tokens= tokens.toArray(IToken.class);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IToken []' is made accessible using the less-annotated type 'IToken @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDefaultTextStyleScanner.java:[124] 
	return this.tokens[LtxLexer.CONTROL_WORD];
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IToken' needs unchecked conversion to conform to '@NonNull IToken'
124. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxTextStylesPreferencePage.java (at line 148)
	textStyles );
	^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull PreferenceStoreTextStyleManager<@NonNull TextAttribute>' is made accessible using the less-annotated type 'PreferenceStoreTextStyleManager<TextAttribute>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxTemplateSourceViewerConfigurator.java:[40] 
	public IDocumentSetupParticipant getDocumentSetupParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDocumentSetupParticipant' returned from LtxSourceViewerConfigurator.getDocumentSetupParticipant() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[214] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[223] 
	(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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[369] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[407] 
	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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[202] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[203] 
	if ((argNodes[idx].getStatusCode() & StatusCodes.TYPE123) != TYPE123_GROUP_NOT_CLOSED) {
	     ^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[207] 
	else if (idx > 0 && argNodes[idx].getStartOffset() == offset) {
	                    ^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[209] 
	&& this.info.getCommand().getParameters().get(idx - 1).isOptional()) {
	        ^^^^
Potential null pointer access: this expression has a '@Nullable' type
141. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocumentProvider.java (at line 82)
	this.handleTemporaryProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
142. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocumentProvider.java (at line 98)
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[65] 
	protected ConfigurationBlock createConfigurationBlock() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
149. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 86)
	final List<Category> categories= this.categories.getCategories();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<LtxCommandCategories.@NonNull Category>' is made accessible using the less-annotated type 'List<LtxCommandCategories.Category>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
153. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 97)
	final List<TexCommand> commands= ((Category) parentElement).getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
158. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 144)
	prefs.put(this.detailCheckPrefs[DETAIL_CHECK_ASSIST_TEXT]= TexCommandSet.TEXT_COMMANDS_INCLUDE_PREF, null);
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Preference<@NonNull Set<@NonNull String>>' is made accessible using the less-annotated type 'Preference<Set<String>>'
159. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 145)
	prefs.put(this.detailCheckPrefs[DETAIL_CHECK_ASSIST_MATH]= TexCommandSet.MATH_COMMANDS_INCLUDE_PREF, null);
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Preference<@NonNull Set<@NonNull String>>' is made accessible using the less-annotated type 'Preference<Set<String>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[151] 
	final Composite composite= new Composite(pageComposite, SWT.NONE);
	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
162. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 177)
	final List<TexCommand> commands= category.getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
163. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 206)
	final List<TexCommand> commands= ((Category) element).getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
164. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 223)
	final List<TexCommand> commands= ((Category) element).getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[237] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[247] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[283] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
168. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 289)
	final List<TexCommand> commands= ((Category) element).getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
169. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 302)
	final List<TexCommand> commands= ((Category) element).getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[317] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
171. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 336)
	final List<TexCommand> commands= ((Category) element).getCommands();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull TexCommand>' is made accessible using the less-annotated type 'List<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[364] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[375] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[382] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[384] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[44] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[50] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[50] 
	public boolean include(final LtkModelElement element) {
	                             ^^^^^^^^^^^^^^^
Illegal redefinition of parameter element, inherited method from LtkModelElementFilter does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[71] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[75] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[75] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[85] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[95] 
	UIAccess.getActiveWorkbenchWindow(true).run(true, true, op);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActiveWorkbenchWindow(boolean) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
197 problems (0 errors, 171 warnings, 26 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.tex.ui ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core >--
[INFO] Building [bundle] StatET DocMLET - Wikitext - Core  (Incubation) 4.8.0.202308171800-r [59/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Wikitext - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Compiling 119 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java (at line 45)
	private final @Nullable SourceUnitModelInfo oldInfo;
	                                            ^^^^^^^
The value of the field WikitextModelManagerImpl.ModelDelta.oldInfo is not used
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java (at line 47)
	private final @Nullable SourceUnitModelInfo newInfo;
	                                            ^^^^^^^
The value of the field WikitextModelManagerImpl.ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[255] 
	markupLanguage= this.markupLanguageManager.getLanguage((IFile) su.getResource(),
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IFile' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[297] 
	final List<Embedded> embeddedNodes= this.raParser.getEmbeddedNodes();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Embedded>' needs unchecked conversion to conform to 'List<@NonNull Embedded>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[298] 
	final var embeddedTypeIds= collectEmbeddedTypeIds(embeddedNodes);
	                                                  ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<@NonNull Embedded>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull EmbeddingAstNode>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[301] 
	((WikidocSourceUnitEmbeddedModelReconciler)extensionData.reconciler)
							.reconcileAst(data.content, embeddedNodes,
									markupLanguage,
									data.adapter, extensionData.config, flags );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method reconcileAst(SourceContent, List, WikitextMarkupLanguage, WikidocSourceUnitModelContainer, ReconcileConfig, int) belongs to the raw type WikidocSourceUnitEmbeddedModelReconciler. References to generic type WikidocSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[301] 
	((WikidocSourceUnitEmbeddedModelReconciler)extensionData.reconciler)
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WikidocSourceUnitEmbeddedModelReconciler is a raw type. References to generic type WikidocSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[302] 
	.reconcileAst(data.content, embeddedNodes,
	                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<@NonNull Embedded>' needs unchecked conversion to conform to '@NonNull List'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[308] 
	ast= new WikitextAstInfo(1, stamp, sourceNode, markupLanguage, embeddedTypeIds);
	                                   ^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[340] 
	((WikidocSourceUnitEmbeddedModelReconciler)extensionData.reconciler)
							.reconcileModel(model, data.content, embeddedItems,
									data.adapter, extensionData.config, flags,
									m );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method reconcileModel(WikidocSourceUnitModelInfo, SourceContent, List, WikidocSourceUnitModelContainer, ReconcileConfig, int, SubMonitor) belongs to the raw type WikidocSourceUnitEmbeddedModelReconciler. References to generic type WikidocSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[340] 
	((WikidocSourceUnitEmbeddedModelReconciler)extensionData.reconciler)
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WikidocSourceUnitEmbeddedModelReconciler is a raw type. References to generic type WikidocSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[341] 
	.reconcileModel(model, data.content, embeddedItems,
	                ^^^^^
Null type mismatch: required '@NonNull WikidocSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[341] 
	.reconcileModel(model, data.content, embeddedItems,
	                                     ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<EmbeddingReconcileTask>' needs unchecked conversion to conform to '@NonNull List'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[378] 
	((WikidocSourceUnitEmbeddedModelReconciler)extensionData.reconciler)
									.reportIssues(data.getModel(), data.content,
											issueRequestor,
											data.adapter, extensionData.config, flags );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method reportIssues(WikidocSourceUnitModelInfo, SourceContent, IssueRequestor, WikidocSourceUnitModelContainer, ReconcileConfig, int) belongs to the raw type WikidocSourceUnitEmbeddedModelReconciler. References to generic type WikidocSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[378] 
	((WikidocSourceUnitEmbeddedModelReconciler)extensionData.reconciler)
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WikidocSourceUnitEmbeddedModelReconciler is a raw type. References to generic type WikidocSourceUnitEmbeddedModelReconciler<TConfig> should be parameterized
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java (at line 122)
	public IProject getProject() {
	                ^^^^^^^^^^^^
The method getProject() from the type MarkupLanguageManager1.ProjectEntry is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[151] 
	if (this.tmpFile != null && this.tmpFile.getFullPath().equals(path)) {
	                                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[161] 
	file.setSessionProperty(PROPERTY_NAME, property);
	^^^^
Potential null pointer access: The variable file may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[184] 
	public BackgroundJob() {
	       ^^^^^^^^^^^^^^^
The @NonNull field changedLanguages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[197] 
	if (this.changedLanguages == null) {
				this.changedLanguages= new IdentityHashMap<>();
			}
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java (at line 203)
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[204] 
	if (this.changedLanguages == null) {
				this.changedLanguages= new IdentityHashMap<>();
			}
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[260] 
	this.changedLanguages= null;
	                       ^^^^
Null type mismatch: required '@NonNull Map<@NonNull String,@NonNull List<@NonNull IProject>>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[324] 
	return getLanguageName(contentDescription.getContentType());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IContentType' but this expression has type '@Nullable IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[382] 
	if (file == null) {
			throw new NullPointerException("file"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[394] 
	final ProjectEntry projectEntry= getProjectEntry(file.getProject());
	                                                 ^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[419] 
	getLanguage(languageName, configString) :
	            ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[419] 
	getLanguage(languageName, configString) :
	                          ^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[426] 
	getLanguage(file.getProject(), property.languageName, true);
	            ^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[489] 
	if (file == null) {
			throw new NullPointerException("file"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[493] 
	final ProjectEntry projectEntry= getProjectEntry(file.getProject());
	                                                 ^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[498] 
	projectEntry.setTmpFileProperty(file, null);
	                                      ^^^^
Null type mismatch: required 'MarkupLanguageManager1.@NonNull Property' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/ContainerSourceElement.java:[48] 
	public ContainerSourceElement(final int type, final WikitextAstNode astNode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameRegion may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/ContainerSourceElement.java:[121] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/ContainerSourceElement.java:[136] 
	final SourceUnitModelInfo modelInfo= getSourceUnit().getModelInfo(WikitextModel.WIKIDOC_TYPE_ID, 0, null);
	                                                                                                    ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java (at line 358)
	public int getLineEndOffset() {
	           ^^^^^^^^^^^^^^^^^^
The method getLineEndOffset() from the type WeaveLanguageProcessor.ExplLocator is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[738] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                             ^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[738] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[750] 
	this.builder.beginBlock(type, attributes);
	                        ^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[750] 
	this.builder.beginBlock(type, attributes);
	                              ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[779] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[779] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[791] 
	this.endSpanFix= Arrays.copyOf(this.endSpanFix, this.endSpanFix.length + 16);
	                               ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[796] 
	this.builder.beginSpan(type, attributes);
	                       ^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[796] 
	this.builder.beginSpan(type, attributes);
	                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[830] 
	public void beginHeading(final int level, final Attributes attributes) {
	                                                ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[839] 
	this.builder.beginHeading(level, attributes);
	                                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[868] 
	public void characters(final String text) {
	                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[878] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[907] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[921] 
	this.builder.entityReference(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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[925] 
	public void image(final Attributes attributes, final String url) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[942] 
	this.builder.image(attributes, url);
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[994] 
	public void acronym(final String text, final String definition) {
	                          ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[994] 
	public void acronym(final String text, final String definition) {
	                                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1009] 
	this.builder.acronym(text, definition);
	                     ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1009] 
	this.builder.acronym(text, definition);
	                           ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1023] 
	public void charactersUnescaped(final String literal) {
	                                      ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1038] 
	this.builder.charactersUnescaped(literal);
	                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
72. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java (at line 65)
	private final Block node;
	                    ^^^^
The value of the field HardLineWrap.BlockData.node is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[154] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[155] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[180] 
	while (i < textRegions.size()) {
	           ^^^^^^^^^^^
Potential null pointer access: The variable textRegions may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[182] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[191] 
	while (i < textRegions.size()) {
	           ^^^^^^^^^^^
Potential null pointer access: The variable textRegions may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[197] 
	|| 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[198] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[223] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[238] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[242] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[256] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[280] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[316] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[316] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[515] 
	indentUtil= new IndentUtil(document, this.wikitextCoreAccess.getWikitextCodeStyle());
	                           ^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[605] 
	endColumn= task.indentUtil.getColumn(remainingSource, textEndIdx - textIdx, beginColumn);
	                                     ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[610] 
	endColumn= task.indentUtil.getColumn(remainingSource, textEndIdx - textIdx, beginColumn);
	                                     ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[629] 
	lineWrapColumns= task.indentUtil.getColumn(blockData.indentCont, blockData.indentCont.length());
	                                           ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[91] 
	newMarkupLanguage= MarkupConfigTextFileBufferUpdater.this.markupLanguageManager.getLanguage(this.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.8.x-r/statet/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'
95. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java (at line 121)
	private final ImIdentityList<String> markupModelTypeIds= ImCollections.newIdentityList(
			WikitextModel.WIKIDOC_TYPE_ID,
			"WikidocRweave" );
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImIdentityList<@NonNull String>' is made accessible using the less-annotated type 'ImIdentityList<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[135] 
	public void configChanged(final Map<String, List<IProject>> languages,
	                                ^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageManager1.MarkupConfigChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[136] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageManager1.MarkupConfigChangedListener specifies this parameter as @NonNull
98. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java (at line 152)
	final List<SourceUnit> sus= suManager.getOpenSourceUnits(this.markupModelTypeIds,
					Ltk.EDITOR_CONTEXT);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull SourceUnit>' is made accessible using the less-annotated type 'List<SourceUnit>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[163] 
	public void configChanged(final IFile file,
	                                ^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageManager1.MarkupConfigChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[164] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageManager1.MarkupConfigChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
103. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java (at line 179)
	final List<SourceUnit> sus= suManager.getOpenSourceUnits(this.markupModelTypeIds,
					Ltk.EDITOR_CONTEXT, file );
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull SourceUnit>' is made accessible using the less-annotated type 'List<SourceUnit>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuilder.java:[41] 
	new BuilderDefinition<>(WikitextCore.BUNDLE_ID, WikitextCorePlugin.getInstance(),
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextCorePlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[219] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                             ^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[219] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[229] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[229] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[239] 
	public void beginHeading(final int level, final Attributes attributes) {
	                                                ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[249] 
	public void characters(final String text) {
	                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[254] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[259] 
	public void image(final Attributes attributes, final String url) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[275] 
	public void acronym(final String text, final String definition) {
	                          ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[275] 
	public void acronym(final String text, final String definition) {
	                                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupEventPrinter.java:[285] 
	public void charactersUnescaped(final String literal) {
	                                      ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/SourceComponent.java:[32] 
	super(null, 0, length);
	      ^^^^
Null type mismatch: required '@NonNull WikitextAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[48] 
	WIKIDOC_CONTENT_TYPE= contentTypeManager.getContentType(WIKIDOC_CONTENT_ID);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IContentType' but this expression has type '@Nullable IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[52] 
	private 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[59] 
	return WikitextCorePlugin.getInstance().getDefaultsAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextCoreAccess' needs unchecked conversion to conform to '@NonNull WikitextCoreAccess'
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/WikidocPartitionNodeScanner.java (at line 37)
	private static final List<HtmlPartitionNodeType.Default> HTML_DEFAULT_HTML_TYPES= ImCollections.newList(
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default(),
			new HtmlPartitionNodeType.Default() );
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<HtmlPartitionNodeType.@NonNull Default>' is made accessible using the less-annotated type 'List<HtmlPartitionNodeType.Default>', corresponding supertype is 'List<HtmlPartitionNodeType.@NonNull Default>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[102] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[102] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[107] 
	while (parent.getType() != rootType) {
	       ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[130] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[135] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[182] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[182] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[190] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[251] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                             ^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[251] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[286] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[286] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[287] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[292] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[296] 
	public void beginHeading(final int level, final Attributes attributes) {
	                                                ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[308] 
	public void characters(final String text) {
	                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[312] 
	public void charactersUnescaped(final String literal) {
	                                      ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[316] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[320] 
	public void image(final Attributes attributes, final String url) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[333] 
	public void acronym(final String text, final String definition) {
	                          ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextPartitionNodeScanner.java:[333] 
	public void acronym(final String text, final String definition) {
	                                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/BasicWikitextSourceElement.java:[119] 
	&& ((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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[108] 
	return this.element.getContributor();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IContributor' needs unchecked conversion to conform to '@NonNull IContributor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[157] 
	if (this.prefQualifier == null) {
				return null;
			}
	                                ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[203] 
	this.mlInstance.setMarkupConfig(loadWorkbenchConfig());
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[217] 
	public MarkupLanguageManager() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field names may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[233] 
	this.contentTypeMap.put(mlEntry.getContentTypdId(), mlEntry);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextWeavePartitionNodeScanner.java:[99] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/WikitextWeavePartitionNodeScanner.java:[124] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/markup/MarkupParser2.java:[114] 
	((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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/markup/MarkupParser2.java:[127] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/Link.java:[76] 
	return this.children[index - 1];
	       ^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[90] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                             ^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[90] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[92] 
	this.builder.beginBlock(type, attributes);
	                        ^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[92] 
	this.builder.beginBlock(type, attributes);
	                              ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[102] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[102] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[104] 
	this.builder.beginSpan(type, attributes);
	                       ^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[104] 
	this.builder.beginSpan(type, attributes);
	                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[114] 
	public void beginHeading(final int level, final Attributes attributes) {
	                                                ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[116] 
	this.builder.beginHeading(level, attributes);
	                                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[126] 
	public void characters(final String text) {
	                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[128] 
	this.builder.characters(text);
	                        ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[132] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[134] 
	this.builder.entityReference(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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[138] 
	public void image(final Attributes attributes, final String url) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[140] 
	this.builder.image(attributes, url);
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Attributes' needs unchecked conversion to conform to '@NonNull Attributes'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[157] 
	public void acronym(final String text, final String definition) {
	                          ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[157] 
	public void acronym(final String text, final String definition) {
	                                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[159] 
	this.builder.acronym(text, definition);
	                     ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[159] 
	this.builder.acronym(text, definition);
	                           ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[169] 
	public void charactersUnescaped(final String literal) {
	                                      ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/CorrectOffsetDocumentBuilder.java:[171] 
	this.builder.charactersUnescaped(literal);
	                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
199. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java (at line 50)
	private final StringFactory labelFactory;
	                            ^^^^^^^^^^^^
The value of the field WikidocParser.labelFactory is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[136] 
	node.comments= ImCollections.toList(this.comments);
	                                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Comment>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull Comment>', corresponding supertype is 'Collection<Comment>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[220] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                             ^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[220] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[225] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[227] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[233] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[234] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[234] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[237] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[238] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[250] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[250] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[258] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[260] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[264] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[268] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[270] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[281] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[283] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[295] 
	public void beginHeading(final int level, final Attributes attributes) {
	                                                ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[297] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[314] 
	public void characters(final String text) {
	                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[316] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[330] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[333] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[345] 
	public void image(final Attributes attributes, final String url) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[363] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[365] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[367] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[369] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[389] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[391] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[391] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[398] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[400] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[405] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[407] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[411] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[421] 
	public void acronym(final String text, final String definition) {
	                          ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[421] 
	public void acronym(final String text, final String definition) {
	                                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[428] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[434] 
	public void charactersUnescaped(final String literal) {
	                                      ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>'
243. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 46)
	public static final EnumPref<IndentationType> INDENT_DEFAULT_TYPE_PREF= new EnumPref<>(
			QUALIFIER, "Indent.type", IndentationType.class, //$NON-NLS-1$
			IndentationType.TAB );
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull EnumPref<IIndentSettings.@NonNull IndentationType>' is made accessible using the less-annotated type 'Preference.EnumPref<IIndentSettings.IndentationType>'
244. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 60)
	public static final Preference<Integer> WRAP_LINE_WIDTH_PREF= new IntPref(
			QUALIFIER, "Wrap.LineWidth.max"); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull IntPref' is made accessible using the less-annotated type 'Preference<Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
245. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
248. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
250. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
252. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
254. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
256. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
257. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
258. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
259. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
260. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
261. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
262. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
263. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
264. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
265. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
266. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
267. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
268. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
269. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
270. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/doc/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/util/WikitextCoreAccessWrapper.java:[65] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/util/WikitextCoreAccessWrapper.java:[71] 
	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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/ContainerNode.java:[52] 
	return this.children[index];
	       ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/ContainerNode.java:[69] 
	visitor.visit(child);
	              ^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
277. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[104] 
	WikitextSourceElement.C12_SOURCE_FILE, sourceUnit, ast.getStamp(),
	                                       ^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[113] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[114] 
	final NameAccessSet<WikitextNameAccess> linkDefLabels;
	                    ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TNameAccess extends @NonNull NameAccess<?,TNameAccess>'
283. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 116)
	linkAnchorLabels= BasicNameAccessSet.emptySet();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicNameAccessSet<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<WikitextNameAccess>', corresponding supertype is 'NameAccessSet<@NonNull WikitextNameAccess>'
284. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 119)
	linkAnchorLabels= new BasicNameAccessSet<>(this.linkAnchorLabels);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicNameAccessSet<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<WikitextNameAccess>', corresponding supertype is 'NameAccessSet<@NonNull WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[119] 
	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>>'
286. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 123)
	linkDefLabels= BasicNameAccessSet.emptySet();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicNameAccessSet<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<WikitextNameAccess>', corresponding supertype is 'NameAccessSet<@NonNull WikitextNameAccess>'
287. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 126)
	linkDefLabels= new BasicNameAccessSet<>(this.linkDefLabels);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicNameAccessSet<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<WikitextNameAccess>', corresponding supertype is 'NameAccessSet<@NonNull WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[126] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[131] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[131] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[149] 
	this.currentElement.children.add(element);
	                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull BasicWikitextSourceElement'
292. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 158)
	final List<BasicWikitextSourceElement> children= this.currentElement.children;
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull BasicWikitextSourceElement>' is made accessible using the less-annotated type 'List<BasicWikitextSourceElement>'
293. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 170)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[242] 
	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'
295. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 244)
	shared= new NameAccessAccumulator<>(label);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull NameAccessAccumulator<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessAccumulator<WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[244] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[254] 
	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'
298. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 256)
	shared= new NameAccessAccumulator<>(label);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull NameAccessAccumulator<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessAccumulator<WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[266] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[279] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[291] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[314] 
	WikitextElement.C12_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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[316] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[350] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[360] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[375] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[392] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[393] 
	final RefLabelAccess access;
	                     ^^^^^^
The value of the local variable access is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[405] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[417] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[427] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextBuildTask.java:[47] 
	reconciler= new WikidocReconciler(WikitextCorePlugin.getInstance().getWikidocModelManager());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextModelManagerImpl' needs unchecked conversion to conform to '@NonNull WikitextModelManagerImpl'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/EmbeddingReconcileTask.java:[55] 
	public void setEmbeddedElement(final SourceStructElement element) {
	                                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
320 problems (0 errors, 277 warnings, 43 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.core ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui >--
[INFO] Building [bundle] StatET DocMLET - Wikitext - UI  (Incubation) 4.8.0.202308171800-r [60/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Wikitext - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[106] 
	final String name= this.refElement.getElementName().getDisplayName();
	                        ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[108] 
	if ((this.refElement.getElementType() & WikitextElement.MASK_C12) == WikitextElement.C12_SECTIONING) {
	          ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[111] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[120] 
	final WikitextAstNode node= this.defAccess.getNode();
	                                 ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[133] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[146] 
	final WikitextAstNode node= this.defAccess.getNode();
	                                 ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[174] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[177] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[189] 
	this.markupLanguage= null;
	                     ^^^^
Null type mismatch: required '@NonNull WikitextMarkupLanguage' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[190] 
	this.completionExtension= null;
	                          ^^^^
Null type mismatch: required '@NonNull MarkupCompletionExtension' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[220] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[225] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[246] 
	if (accessList.size() == 1
	    ^^^^^^^^^^
Potential null pointer access: The variable accessList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[247] 
	&& 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikidocContentAssistConfiguration.java:[34] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[68] 
	final Object resource= editor.getSourceUnit().getResource();
	                       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceUnit() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[70] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[79] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfigurator.java:[106] 
	viewer.getTextWidget().setData(ISourceViewer.class.getName(), viewer);
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfigurator.java:[107] 
	viewer.getTextWidget().setData(MarkupLanguage.class.getName(), this.markupLanguage);
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextQuickRenameComputer.java:[72] 
	final ImList<? extends WikitextNameAccess> accessList= access.getAllInUnit();
	                                           ^^^^^^^^^^
The value of the local variable accessList is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[95] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[96] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[105] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[135] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[176] 
	final FontData[] currentFontData= fontRegistry.getFontData(symbolicName);
	                                                           ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[177] 
	if (currentFontData == null) {
						return;
					}
	                             ^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[185] 
	fontRegistry.put(symbolicName, newFontData);
	                 ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[185] 
	fontRegistry.put(symbolicName, newFontData);
	                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FontData[]' needs unchecked conversion to conform to '@NonNull FontData @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[189] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[191] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[191] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[198] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[198] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[205] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[205] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[181] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                             ^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[181] 
	public void beginBlock(final BlockType type, final Attributes attributes) {
	                                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[217] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[217] 
	public void beginSpan(final SpanType type, final Attributes attributes) {
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[243] 
	public void beginHeading(final int level, final Attributes attributes) {
	                                                ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[260] 
	public void characters(final String text) {
	                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[271] 
	public void charactersUnescaped(final String literal) {
	                                      ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[276] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[281] 
	public void image(final Attributes attributes, final String url) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[294] 
	public void acronym(final String text, final String definition) {
	                          ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[294] 
	public void acronym(final String text, final String definition) {
	                                             ^^^^^^
Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[364] 
	public void setRange(final IDocument document, final int offset, final int length) {
	                           ^^^^^^^^^
Missing non-null annotation: inherited method from ITokenScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[449] 
	.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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[451] 
	.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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[72] 
	new NodeFoldingProvider.VisitorMap(embeddedProviders) :
	                                   ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,capture#of ? extends NodeFoldingProvider>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? extends @NonNull NodeFoldingProvider>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[88] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[100] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[100] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[100] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[182] 
	public boolean checkConfig(final Set<String> groupIds) {
	                                 ^^^
Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull
95. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java (at line 189)
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[197] 
	changed |= provider.checkConfig(groupIds);
	           ^^^^^^^^
Potential null pointer access: The variable provider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[197] 
	changed |= provider.checkConfig(groupIds);
	                                ^^^^^^^^
Null type mismatch: required '@NonNull Set<@NonNull String>' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[213] 
	public void collectRegions(final FoldingStructureComputationContext ctx) throws InvocationTargetException {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
101. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java (at line 112)
	private ButtonGroup<MarkupEntry> markupEntriesButtons;
	                                 ^^^^^^^^^^^^^^^^^^^^
The value of the field MarkupConfigurationBlock.markupEntriesButtons is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[132] 
	if (languageDescriptor.isConfigSupported()
	    ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable languageDescriptor may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[176] 
	buttons.connectTo(this.markupEntriesControl, null);
	                                             ^^^^
Null type mismatch: required '@NonNull DataAdapter<MarkupConfigurationBlock.@NonNull MarkupEntry>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextElementLabelProvider.java:[44] 
	return this.docBaseResources.getImage(imageId);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[78] 
	prefs.put(EmbeddedHtml.HTML_BACKGROUND_COLOR_PREF, null);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[78] 
	prefs.put(EmbeddedHtml.HTML_BACKGROUND_COLOR_PREF, null);
	                                                   ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[79] 
	prefs.put(EmbeddedHtml.HTML_COMMENT_COLOR_PREF, null);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[79] 
	prefs.put(EmbeddedHtml.HTML_COMMENT_COLOR_PREF, null);
	                                                ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[81] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[137] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[141] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java (at line 98)
	labels= modelInfo.getLinkRefLabels();
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull NameAccessSet<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<WikitextNameAccess>'
123. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java (at line 101)
	labels= modelInfo.getLinkAnchorLabels();
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull NameAccessSet<@NonNull WikitextNameAccess>' is made accessible using the less-annotated type 'NameAccessSet<WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 mismatch (type annotations): required '@NonNull List<? extends @NonNull WikitextNameAccess>' but this expression has type '@Nullable ImList<WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java:[109] 
	open.open(this.editor, declAccess);
	          ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[50] 
	public class WikidocCorrectLineWrapHandler extends AbstractSourceDocumentHandler<WikitextSourceUnit> {
	                                                                                 ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextSourceUnit' is not a valid substitute for the type parameter 'TSourceUnit extends @NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[58] 
	protected String getTaskLabel() {
	          ^^^^^^
The return type is incompatible with '@NonNull String' returned from AbstractSourceDocumentHandler<WikitextSourceUnit>.getTaskLabel() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[68] 
	protected boolean isSourceUnitSupported(final SourceUnit sourceUnit) {
	                                              ^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractSourceDocumentHandler<WikitextSourceUnit> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[73] 
	protected void doExecute(final ExecData data,
	                               ^^^^^^^^
Missing non-null annotation: inherited method from AbstractSourceDocumentHandler<WikitextSourceUnit> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[74] 
	final IProgressMonitor monitor) throws Exception {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractSourceDocumentHandler<WikitextSourceUnit> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[81] 
	sourceUnit.connect(monitor);
	^^^^^^^^^^
Potential null pointer access: The variable sourceUnit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[81] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[84] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[90] 
	final IRegion lineInfo= doc.getLineInformationOfOffset(selection.getOffset());
	                                                       ^^^^^^^^^
Potential null pointer access: The variable selection may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[104] 
	sourceElements.removeElementsWithAncestorsOnList();
	^^^^^^^^^^^^^^
Potential null pointer access: The variable sourceElements may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[107] 
	sourceUnit.connect(monitor);
	^^^^^^^^^^
Potential null pointer access: The variable sourceUnit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[107] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[110] 
	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'
150. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java (at line 121)
	final List<LtkModelElement<?>> modelElements= sourceElements.getModelElements();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull LtkModelElement<?>>' is made accessible using the less-annotated type 'List<LtkModelElement<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[124] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[124] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[135] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[76] 
	final Composite mainComposite= new Composite(pageComposite, SWT.NONE);
	                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[97] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[113] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[110] 
	final WikitextMarkupLanguage activeLanguage= markupLanguageManager.getLanguage(file, null, true);
	                                                                               ^^^^
Null type mismatch: required '@NonNull IFile' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[114] 
	final MarkupConfig fileConfig= markupLanguageManager.getConfig(file, null);
	                                                               ^^^^
Null type mismatch: required '@NonNull IFile' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[114] 
	final MarkupConfig fileConfig= markupLanguageManager.getConfig(file, null);
	                                                                     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[126] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[131] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[131] 
	activePart.getSite().getWorkbenchWindow().run(true, true,
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPreferenceInitializer.java:[68] 
	pref.put(EmbeddedHtml.HTML_BACKGROUND_COLOR_KEY,
	^^^^
Potential null pointer access: The variable pref may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
178. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java (at line 220)
	return EPreferences.getInstancePrefs()
				.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[23] 
	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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.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.47.202305042122/org.eclipse.mylyn.wikitext.ui-3.0.47.202305042122.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[83] 
	return this.blockType;
	       ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'DocumentBuilder.@NonNull BlockType' but this expression has type 'DocumentBuilder.@Nullable BlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[103] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull ElementName' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[108] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[151] 
	markupLanguage= markupLanguage.clone();
	                ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MarkupLanguage' needs unchecked conversion to conform to '@NonNull MarkupLanguage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[175] 
	return this.found;
	       ^^^^^^^^^^
Null type mismatch (type annotations): required 'MarkupTemplates.@NonNull MarkupInfo' but this expression has type 'MarkupTemplates.@Nullable MarkupInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[218] 
	public void image(final Attributes attributes, final String url) {
	                                                     ^^^^^^
Illegal redefinition of parameter url, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[221] 
	public void link(final Attributes attributes, final String hrefOrHashName, final String text) {
	                       ^^^^^^^^^^
Illegal redefinition of parameter attributes, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[221] 
	public void link(final Attributes attributes, final String hrefOrHashName, final String text) {
	                                                    ^^^^^^
Illegal redefinition of parameter hrefOrHashName, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[221] 
	public void link(final Attributes attributes, final String hrefOrHashName, final String text) {
	                                                                                 ^^^^^^
Illegal redefinition of parameter text, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[224] 
	public void imageLink(final Attributes linkAttributes, final Attributes imageAttributes,
	                            ^^^^^^^^^^
Illegal redefinition of parameter linkAttributes, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[224] 
	public void imageLink(final Attributes linkAttributes, final Attributes imageAttributes,
	                                                             ^^^^^^^^^^
Illegal redefinition of parameter imageAttributes, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[225] 
	final String href, final String imageUrl) {
	      ^^^^^^
Illegal redefinition of parameter href, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[225] 
	final String href, final String imageUrl) {
	                         ^^^^^^
Illegal redefinition of parameter imageUrl, inherited method from DocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[260] 
	final List<Template> list= mylynTemplates.getTemplate();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Template>' needs unchecked conversion to conform to 'List<@NonNull Template>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[269] 
	return list;
	       ^^^^
Null type safety (type annotations): The expression of type 'List<@NonNull Template>' needs unchecked conversion to conform to '@NonNull List<@NonNull Template>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[274] 
	final Map<String, Templates> map= WikiTextUiPlugin.getDefault().getTemplates();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Templates>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull Templates>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[291] 
	return this.templateInfos.get(template);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'MarkupTemplates.@NonNull MarkupInfo' but this expression has type 'MarkupTemplates.@Nullable MarkupInfo'
198. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 116)
	this.enabledByDefault= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
199. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 118)
	this.closeBrackets= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_CLOSEBRACKETS_ENABLED_PREF);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
200. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 119)
	this.closeParenthesis= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_CLOSEPARENTHESIS_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
201. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 120)
	this.closeMathDollar= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_CLOSEMATHDOLLAR_ENABLED_PREF);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
202. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 121)
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[131] 
	public TabAction getSmartInsertTabAction() {
	       ^^^^^^^^^
The return type is incompatible with 'SmartInsertSettings.@NonNull TabAction' returned from SmartInsertSettings.getSmartInsertTabAction() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[232] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[232] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[237] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[369] 
	&& ((AbstractMarkupConfig) markupConfig).isTexMathDollarsEnabled() ) {
	     ^^^^^^^^^^^^^^^^^^^^
AbstractMarkupConfig is a raw type. References to generic type AbstractMarkupConfig<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[390] 
	getViewer().getTextWidget().setRedraw(false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[403] 
	getViewer().getTextWidget().setRedraw(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[441] 
	column= indentUtil.getColumn(command.text, command.text.length(), column);
	                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[455] 
	column= indentUtil.getColumn(command.text, command.text.length(), column);
	                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[557] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[563] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[575] 
	public void doEdit(final int line, final int lineOffset, final int length, final StringBuilder text)
	                                                                                 ^^^^^^^^^^^^^
Missing nullable annotation: inherited method from IndentUtil.IndentEditAction specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[587] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[654] 
	final var position= WikitextBracketLevel.createPosition(type, 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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[661] 
	final var level= new WikitextBracketLevel(model, getDocument(), getDocumentContentInfo(),
	                                                 ^^^^^^^^^^^^^
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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[661] 
	final var level= new WikitextBracketLevel(model, getDocument(), 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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[77] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[85] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[95] 
	UIAccess.getActiveWorkbenchWindow(true).run(true, true, op);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActiveWorkbenchWindow(boolean) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
224. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
225. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
227. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
228. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/DocTemplatesPreferencePage.java:[37] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
230 problems (0 errors, 215 warnings, 15 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.ui ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core >--
[INFO] Building [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) 4.8.0.202308171800-r [61/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Compiling 74 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[137] 
	public String replaceHtmlEntities(final String text, final @Nullable Function<String, @NonNull String> escaper) {
	                                                                                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[144] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[189] 
	final String reference= (@NonNull String)matcher.group(2);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/source/CommonmarkSourceFormatAdapter.java:[61] 
	ITER_NODE: for (; node != null; node= node.getWikitextParent()) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull WikitextAstNode' but this expression has type '@Nullable WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpan.java:[61] 
	final String link= (@NonNull String)matcher.group(2);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[189] 
	advanceLinesUpto(lineSequence, lookAhead.getCurrentLine().getLineNumber() + 1);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[206] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[228] 
	this.stateDetail += label0.length();
	                    ^^^^^^
Potential null pointer access: The variable label0 may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
28. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlock.java (at line 57)
	private boolean isClosed;
	                ^^^^^^^^
The value of the field HtmlBlock.HtmlBlockNode.isClosed is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
37. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
38. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
40. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkWithoutDemarcationSpan.java:[50] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/References.java:[81] 
	case '<':
	^^^^^^^^
Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/References.java:[173] 
	case '(':
	^^^^^^^^
Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
50. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
51. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlock.java:[132] 
	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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlock.java:[174] 
	final String language= getLanguage(node.infoText);
	                                   ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
54. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
55. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
56. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
57 problems (0 errors, 39 warnings, 18 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests >--
[INFO] Building [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) 4.8.0.202308171800-r [62/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AbstractSourceSpanTest.java:[75] 
	public AbstractSourceSpanTest() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field span may not have been initialized
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/spec/CommonMarkSpecTest.java (at line 90)
	return String.format("%1$s (section= %2$s, lineNumber= %3$s)", this.num, this.heading, this.lineNumber);
	                                                               ^^^^^^^^
The expression of type int is boxed into Integer
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/spec/CommonMarkSpecTest.java (at line 90)
	return String.format("%1$s (section= %2$s, lineNumber= %3$s)", this.num, this.heading, this.lineNumber);
	                                                                                       ^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[40] 
	final Function<String, String> escaper= UrlEscapers.urlFormParameterEscaper().asFunction();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to 'Function<@NonNull String,@NonNull String>', corresponding supertype is 'Function<String,String>'
14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
15 problems (0 errors, 2 warnings, 13 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/surefire.properties]
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest.withNestedInlines  Time elapsed: 0.074 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest.trimContent  Time elapsed: 0.004 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest.canStart  Time elapsed: 0.006 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest.basic  Time elapsed: 0.004 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest.canStart_Comment  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest.canStart  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest.canStart_Type1  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest.canStartDoesNotAdvanceLineSequencePosition  Time elapsed: 0.001 s
Running null
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteLazyContinuationStopped  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteParagraphNewlines  Time elapsed: 0.081 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteLazyContinuation  Time elapsed: 0.005 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteContainsBlocks  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteLazyContinuationNested  Time elapsed: 0.012 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.canStart  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteSimpleWithLazyContinuation  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest.blockQuoteSimple  Time elapsed: 0.002 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest.encodedCharacters  Time elapsed: 0.004 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest.canStartWithInfoText  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest.infoString  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest.canStart  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest.basic  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest.restString  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest.process  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest.canStart  Time elapsed: 0.002 s
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest.trimContent  Time elapsed: 0.025 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest.process  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest.canStart  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest.process  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest.canStart  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest.blank_before_blockquote  Time elapsed: 0.004 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest.blank_before_header  Time elapsed: 0.002 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest.assertParagraph  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest.paragraphNewlines  Time elapsed: 0.004 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest.canStart  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest.trim  Time elapsed: 0.001 s
Running null
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.start_UnorderedList_beginWithBlankLine  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.canStartOrdered  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.start_interruptingParagraph_UnorderedList  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.noStart_OrderedList_interruptingParagraph_beginWithNot1  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.simpleList  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.doubleBlankLineStartingOnListItem  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.listWithNestedBlocks  Time elapsed: 0.03 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.start_OrderedList_interruptingList_beginWithNot1  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.start_OrderedList_beginWithBlankLine  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.noStart_UnorderedList_interruptingParagraph_beginWithBlankLine  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.orderedListWithStart  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.start_OrderedList_interruptingParagraph  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.canStartBulleted  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.listWithFencedCodeBlock  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.simpleOrderedList  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.noStart_OrderedList_interruptingParagraph_beginWithBlankLine  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.tightListWithSublist  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest.simpleOrderedListWithNestedBlocks  Time elapsed: 0.005 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest.process  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest.canStart  Time elapsed: 0 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest.createInline  Time elapsed: 0.016 s
Running null
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.isRightFlanking  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.parse_Emphasis_Asterisk  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.isLeftFlanking  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.underscoreEmphasis  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.underscoreStrongEmphasis  Time elapsed: 0.021 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.parse_StrongEmphasis_Asterisk  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest.parse_MultiEmphasis_Asterisk  Time elapsed: 0.003 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest.eligibleForReferenceDefinitionImage  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest.eligibleForReferenceDefinitionLinkIndented  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest.linkEndPattern  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest.eligibleForReferenceDefinitionLinkStartOfLine  Time elapsed: 0 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest.createInline  Time elapsed: 0.001 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest.createInline  Time elapsed: 0.003 s
Running null
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest.subscript_STilde  Time elapsed: 0.004 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest.together  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest.strict  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest.strikeout_DTilde  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest.superscript_SCircumflex  Time elapsed: 0.002 s
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest.parse_Markdown  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest.createInline  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest.parse_CommonMarkStrict  Time elapsed: 0.002 s
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest.parse  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest.toStringContent  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest.requiresSpans  Time elapsed: 0.002 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.advance  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.rewind  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.getNext  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.getText  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.empty  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.getOffset  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.getPrevious  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.matcher  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.getTextAtOffset  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.toCursorOffset  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.withContent  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest.requiresTextSegment  Time elapsed: 0.001 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest.create  Time elapsed: 0 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest.createInline  Time elapsed: 0.001 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest.htmlTags  Time elapsed: 0.002 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest.bracketsNoMarkup  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest.link  Time elapsed: 0.005 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest.image  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest.noDef  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest.backslashEscapedChar  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest.backslashEscapedLinebreak  Time elapsed: 0 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest.createInline  Time elapsed: 0.002 s
Running null
Tests run: 1304, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.377 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[1]  Time elapsed: 0.026 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[4]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[5]  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[6]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[8]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[9]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[12]  Time elapsed: 0.018 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[13]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[14]  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[15]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[16]  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[17]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[18]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[19]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[20]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[21]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[22]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[23]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[24]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[25]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[26]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[27]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[28]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[29]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[30]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[31]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[32]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[33]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[34]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[35]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[36]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[37]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[38]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[39]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[40]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[41]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[42]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[43]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[44]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[45]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[46]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[47]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[48]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[49]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[50]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[51]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[52]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[53]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[54]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[55]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[56]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[57]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[58]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[59]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[60]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[61]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[62]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[63]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[64]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[65]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[66]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[67]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[68]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[69]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[70]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[71]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[72]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[73]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[74]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[75]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[76]  Time elapsed: 0.028 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[77]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[78]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[79]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[80]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[81]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[82]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[83]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[84]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[85]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[86]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[87]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[88]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[89]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[90]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[91]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[92]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[93]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[94]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[95]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[96]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[97]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[98]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[99]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[100]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[101]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[102]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[103]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[104]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[105]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[106]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[107]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[108]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[109]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[110]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[111]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[112]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[113]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[114]  Time elapsed: 0.007 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[115]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[116]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[117]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[118]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[119]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[120]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[121]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[122]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[123]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[124]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[125]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[126]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[127]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[128]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[129]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[130]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[131]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[132]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[133]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[134]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[135]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[136]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[137]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[138]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[139]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[140]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[141]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[142]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[143]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[144]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[145]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[146]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[147]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[148]  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[149]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[150]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[151]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[152]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[153]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[154]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[155]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[156]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[157]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[158]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[159]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[160]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[161]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[162]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[163]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[164]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[165]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[166]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[167]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[168]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[169]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[170]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[171]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[172]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[173]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[174]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[175]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[176]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[177]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[178]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[179]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[180]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[181]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[182]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[183]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[184]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[185]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[186]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[187]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[188]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[189]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[190]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[191]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[192]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[193]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[194]  Time elapsed: 0.014 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[195]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[196]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[197]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[198]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[199]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[200]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[201]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[202]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[203]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[204]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[205]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[206]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[207]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[208]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[209]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[210]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[211]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[212]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[213]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[214]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[215]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[216]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[217]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[218]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[219]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[220]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[221]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[222]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[223]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[224]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[225]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[226]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[227]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[228]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[229]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[230]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[231]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[232]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[233]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[234]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[235]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[236]  Time elapsed: 0.018 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[237]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[238]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[239]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[240]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[241]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[242]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[243]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[244]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[245]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[246]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[247]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[248]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[249]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[250]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[251]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[252]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[253]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[254]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[255]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[256]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[257]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[258]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[259]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[260]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[261]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[262]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[263]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[264]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[265]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[266]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[267]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[268]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[269]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[270]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[271]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[272]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[273]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[274]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[275]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[276]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[277]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[278]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[279]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[280]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[281]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[282]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[283]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[284]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[285]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[286]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[287]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[288]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[289]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[290]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[291]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[292]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[293]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[294]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[295]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[296]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[297]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[298]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[299]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[300]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[301]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[302]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[303]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[304]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[305]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[306]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[307]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[308]  Time elapsed: 0.003 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[309]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[310]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[311]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[312]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[313]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[314]  Time elapsed: 0.021 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[315]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[316]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[317]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[318]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[319]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[320]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[321]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[322]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[323]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[324]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[325]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[326]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[327]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[328]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[329]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[330]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[331]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[332]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[333]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[334]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[335]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[336]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[337]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[338]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[339]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[340]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[341]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[342]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[343]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[344]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[345]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[346]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[347]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[348]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[349]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[350]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[351]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[352]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[353]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[354]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[355]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[356]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[357]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[358]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[359]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[360]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[361]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[362]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[363]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[364]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[365]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[366]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[367]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[368]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[369]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[370]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[371]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[372]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[373]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[374]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[375]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[376]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[377]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[378]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[379]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[380]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[381]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[382]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[383]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[384]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[385]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[386]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[387]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[388]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[389]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[390]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[391]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[392]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[393]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[394]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[395]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[396]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[397]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[398]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[399]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[400]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[401]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[402]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[403]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[404]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[405]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[406]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[407]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[408]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[409]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[410]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[411]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[412]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[413]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[414]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[415]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[416]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[417]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[418]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[419]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[420]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[421]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[422]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[423]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[424]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[425]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[426]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[427]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[428]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[429]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[430]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[431]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[432]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[433]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[434]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[435]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[436]  Time elapsed: 0.017 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[437]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[438]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[439]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[440]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[441]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[442]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[443]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[444]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[445]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[446]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[447]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[448]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[449]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[450]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[451]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[452]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[453]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[454]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[455]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[456]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[457]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[458]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[459]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[460]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[461]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[462]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[463]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[464]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[465]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[466]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[467]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[468]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[469]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[470]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[471]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[472]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[473]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[474]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[475]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[476]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[477]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[478]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[479]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[480]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[481]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[482]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[483]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[484]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[485]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[486]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[487]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[488]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[489]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[490]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[491]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[492]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[493]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[494]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[495]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[496]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[497]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[498]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[499]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[500]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[501]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[502]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[503]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[504]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[505]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[506]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[507]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[508]  Time elapsed: 0.011 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[509]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[510]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[511]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[512]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[513]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[514]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[515]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[516]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[517]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[518]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[519]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[520]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[521]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[522]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[523]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[524]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[525]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[526]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[527]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[528]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[529]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[530]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[531]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[532]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[533]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[534]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[535]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[536]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[537]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[538]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[539]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[540]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[541]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[542]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[543]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[544]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[545]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[546]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[547]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[548]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[549]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[550]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[551]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[552]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[553]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[554]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[555]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[556]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[557]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[558]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[559]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[560]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[561]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[562]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[563]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[564]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[565]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[566]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[567]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[568]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[569]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[570]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[571]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[572]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[573]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[574]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[575]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[576]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[577]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[578]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[579]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[580]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[581]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[582]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[583]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[584]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[585]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[586]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[587]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[588]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[589]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[590]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[591]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[592]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[593]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[594]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[595]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[596]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[597]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[598]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[599]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[600]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[601]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[602]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[603]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[604]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[605]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[606]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[607]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[608]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[609]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[610]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[611]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[612]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[613]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[614]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[615]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[616]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[617]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[618]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[619]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[620]  Time elapsed: 0.012 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[621]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[622]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[623]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[624]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[625]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[626]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[627]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[628]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[629]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[630]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[631]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[632]  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[633]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[634]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[635]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[636]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[637]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[638]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[639]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[640]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[641]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[642]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[643]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[644]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[645]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[646]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[647]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[648]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[649]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[650]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[651]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test(SpecTestCase)[652]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[5]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[6]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[7]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[8]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[9]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[10]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[11]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[12]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[13]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[14]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[15]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[16]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[17]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[18]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[19]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[20]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[21]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[22]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[23]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[24]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[25]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[26]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[27]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[28]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[29]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[30]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[31]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[32]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[33]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[34]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[35]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[36]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[37]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[38]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[39]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[40]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[41]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[42]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[43]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[44]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[45]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[46]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[47]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[48]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[49]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[50]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[51]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[52]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[53]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[54]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[55]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[56]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[57]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[58]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[59]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[60]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[61]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[62]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[63]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[64]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[65]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[66]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[67]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[68]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[69]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[70]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[71]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[72]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[73]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[74]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[75]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[76]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[77]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[78]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[79]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[80]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[81]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[82]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[83]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[84]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[85]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[86]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[87]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[88]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[89]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[90]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[91]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[92]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[93]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[94]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[95]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[96]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[97]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[98]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[99]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[100]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[101]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[102]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[103]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[104]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[105]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[106]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[107]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[108]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[109]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[110]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[111]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[112]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[113]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[114]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[115]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[116]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[117]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[118]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[119]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[120]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[121]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[122]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[123]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[124]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[125]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[126]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[127]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[128]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[129]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[130]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[131]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[132]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[133]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[134]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[135]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[136]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[137]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[138]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[139]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[140]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[141]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[142]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[143]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[144]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[145]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[146]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[147]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[148]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[149]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[150]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[151]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[152]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[153]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[154]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[155]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[156]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[157]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[158]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[159]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[160]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[161]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[162]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[163]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[164]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[165]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[166]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[167]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[168]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[169]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[170]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[171]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[172]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[173]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[174]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[175]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[176]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[177]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[178]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[179]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[180]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[181]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[182]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[183]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[184]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[185]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[186]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[187]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[188]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[189]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[190]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[191]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[192]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[193]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[194]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[195]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[196]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[197]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[198]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[199]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[200]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[201]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[202]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[203]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[204]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[205]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[206]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[207]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[208]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[209]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[210]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[211]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[212]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[213]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[214]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[215]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[216]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[217]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[218]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[219]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[220]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[221]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[222]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[223]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[224]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[225]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[226]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[227]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[228]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[229]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[230]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[231]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[232]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[233]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[234]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[235]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[236]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[237]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[238]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[239]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[240]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[241]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[242]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[243]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[244]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[245]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[246]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[247]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[248]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[249]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[250]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[251]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[252]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[253]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[254]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[255]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[256]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[257]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[258]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[259]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[260]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[261]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[262]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[263]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[264]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[265]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[266]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[267]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[268]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[269]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[270]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[271]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[272]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[273]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[274]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[275]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[276]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[277]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[278]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[279]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[280]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[281]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[282]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[283]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[284]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[285]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[286]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[287]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[288]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[289]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[290]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[291]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[292]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[293]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[294]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[295]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[296]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[297]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[298]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[299]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[300]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[301]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[302]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[303]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[304]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[305]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[306]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[307]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[308]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[309]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[310]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[311]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[312]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[313]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[314]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[315]  Time elapsed: 0.021 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[316]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[317]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[318]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[319]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[320]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[321]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[322]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[323]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[324]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[325]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[326]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[327]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[328]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[329]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[330]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[331]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[332]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[333]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[334]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[335]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[336]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[337]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[338]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[339]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[340]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[341]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[342]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[343]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[344]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[345]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[346]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[347]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[348]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[349]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[350]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[351]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[352]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[353]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[354]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[355]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[356]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[357]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[358]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[359]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[360]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[361]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[362]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[363]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[364]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[365]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[366]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[367]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[368]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[369]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[370]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[371]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[372]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[373]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[374]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[375]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[376]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[377]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[378]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[379]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[380]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[381]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[382]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[383]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[384]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[385]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[386]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[387]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[388]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[389]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[390]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[391]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[392]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[393]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[394]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[395]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[396]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[397]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[398]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[399]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[400]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[401]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[402]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[403]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[404]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[405]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[406]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[407]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[408]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[409]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[410]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[411]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[412]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[413]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[414]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[415]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[416]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[417]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[418]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[419]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[420]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[421]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[422]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[423]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[424]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[425]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[426]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[427]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[428]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[429]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[430]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[431]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[432]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[433]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[434]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[435]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[436]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[437]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[438]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[439]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[440]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[441]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[442]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[443]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[444]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[445]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[446]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[447]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[448]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[449]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[450]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[451]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[452]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[453]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[454]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[455]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[456]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[457]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[458]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[459]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[460]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[461]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[462]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[463]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[464]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[465]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[466]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[467]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[468]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[469]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[470]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[471]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[472]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[473]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[474]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[475]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[476]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[477]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[478]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[479]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[480]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[481]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[482]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[483]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[484]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[485]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[486]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[487]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[488]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[489]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[490]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[491]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[492]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[493]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[494]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[495]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[496]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[497]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[498]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[499]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[500]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[501]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[502]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[503]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[504]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[505]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[506]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[507]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[508]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[509]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[510]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[511]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[512]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[513]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[514]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[515]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[516]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[517]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[518]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[519]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[520]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[521]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[522]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[523]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[524]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[525]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[526]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[527]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[528]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[529]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[530]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[531]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[532]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[533]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[534]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[535]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[536]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[537]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[538]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[539]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[540]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[541]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[542]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[543]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[544]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[545]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[546]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[547]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[548]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[549]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[550]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[551]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[552]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[553]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[554]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[555]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[556]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[557]  Time elapsed: 0.011 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[558]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[559]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[560]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[561]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[562]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[563]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[564]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[565]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[566]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[567]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[568]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[569]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[570]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[571]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[572]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[573]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[574]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[575]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[576]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[577]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[578]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[579]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[580]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[581]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[582]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[583]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[584]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[585]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[586]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[587]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[588]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[589]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[590]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[591]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[592]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[593]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[594]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[595]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[596]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[597]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[598]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[599]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[600]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[601]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[602]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[603]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[604]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[605]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[606]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[607]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[608]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[609]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[610]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[611]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[612]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[613]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[614]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[615]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[616]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[617]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[618]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[619]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[620]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[621]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[622]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[623]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[624]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[625]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[626]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[627]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[628]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[629]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[630]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[631]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[632]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[633]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[634]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[635]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[636]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[637]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[638]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[639]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[640]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[641]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[642]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[643]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[644]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[645]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[646]  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[647]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[648]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[649]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[650]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[651]  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest.test_SourceStruct(SpecTestCase)[652]  Time elapsed: 0.001 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.requiresText  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.toLocator  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.requiresNonNegativeLineNumber  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.requiresNonNegativeLineOffset  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.getLineNumber  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.requiresDelimiter  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.getText  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.getColumn  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.toStringTest  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.getOffset  Time elapsed: 0.037 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.segment  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest.isBlank  Time elapsed: 0.001 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest.generateHeadingId  Time elapsed: 0.009 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest.referenceDefinition  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest.referenceDefinitionDuplicate  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest.empty  Time elapsed: 0 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest.replaceHtmlEntities  Time elapsed: 0.002 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest.unescape  Time elapsed: 0.001 s
Running null
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.toOffset  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.toOffset_withIndent  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.toTextOffset  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.getText  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.getLineAtOffset  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.toStringTest  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.toTextOffset_withIndent  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest.requiresLines  Time elapsed: 0 s
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest.titlePart  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest.read_NoBracketUri  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest.read_BracketUri  Time elapsed: 0 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest.toStringValue  Time elapsed: 0 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest.requiresBlocks  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest.process  Time elapsed: 0.003 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest.punctuationAndSpecialCharacters  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest.simple  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest.hyphenated  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest.allWhitespace  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest.whitespace  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest.mixedCase  Time elapsed: 0 s
Running null
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in null
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.createRequiresContent  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.oneLine  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.lookAheadFailsFast  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.advance  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.empty  Time elapsed: 0 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.lookAhead  Time elapsed: 0.001 s
org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest.twoLines  Time elapsed: 0 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in null
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest.blockQuoteWithBoldSpanMac  Time elapsed: 0.002 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest.blockQuoteWithBoldSpanUnix  Time elapsed: 0 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest.blockQuoteWithBoldSpanWindows  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest.blockQuoteWithNestedListAndEmphasis  Time elapsed: 0 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in null
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.modeStrictlyConforming  Time elapsed: 0 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.processDocumentFalse  Time elapsed: 0 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.processBlankLines  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.cloneTest  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.name  Time elapsed: 0 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.modeCompat  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.linksWithHash  Time elapsed: 0 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.processSimple  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.linksByDef  Time elapsed: 0.001 s
org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest.processEmpty  Time elapsed: 0.001 s

Results:

Tests run: 1465, 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 [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) 4.8.0.202308171800-r [63/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 '? super T extends BasicCommonmarkConfig<? super T>' is not a valid substitute for the type parameter 'T extends @NonNull BasicCommonmarkConfig<? super T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
15 problems (15 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user >---
[INFO] Building [bundle] StatET DocMLET - Documentation  (Incubation) 4.8.0.202308171800-r [64/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Resolving class path of [bundle] StatET DocMLET - Documentation  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.doc.user ---
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.statet.docmlet-assemblies:docmlet >------------
[INFO] Building docmlet 4.8.0.202308171800-r                           [65/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ docmlet ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ docmlet ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ docmlet ---
[INFO] 
[INFO] -------------------< org.eclipse.statet.rj:rj.core >--------------------
[INFO] Building rj.core 4.8.0.202308171800-r                           [66/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5: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.8.0.202308171800-r        [67/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.data ---
[INFO] Resolving class path of org.eclipse.statet.rj.data...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.data ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.data ---
[INFO] Compiling 80 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[891] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[328] 
	if (chars[i] != null && chars[i].equals(character)) {
	                        ^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[343] 
	if (chars[fromIdx] != null && chars[fromIdx].equals(character)) {
	                              ^^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[69] 
	this.className1= io.readString();
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[73] 
	this.dimAttribute= new RInteger32Store(dim);
	                                       ^^^
Null type mismatch: required 'int @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[75] 
	final RCharacter32Store names0= new RCharacter32Store(io, dim.length);
	                                                          ^^^
Potential null pointer access: The variable dim may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[80] 
	this.dimnamesAttribute= new SimpleRList<>(names1, names0);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'RStore<?>[]' needs unchecked conversion to conform to '@NonNull RStore<?> @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[83] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[86] 
	this.className1= (dim.length == 2) ? RObject.CLASSNAME_MATRIX : RObject.CLASSNAME_ARRAY;
	                  ^^^
Potential null pointer access: The variable dim may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[119] 
	((ExternalizableRStore) this.dimnamesAttribute.getNames()).writeExternal(io);
	                             ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[121] 
	factory.writeNames(this.dimnamesAttribute.get(i), io);
	                        ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[128] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[156] 
	return this.dimnamesAttribute.getNames();
	            ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[164] 
	return this.dimnamesAttribute.get(dim);
	            ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[44] 
	this(initialComponents, RObject.CLASSNAME_LIST, initialNames);
	                                                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[][]' needs unchecked conversion to conform to '@Nullable String @Nullable[] []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[53] 
	this.namesAttribute= new RCharacterFix64Store(initialNames);
	                                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@Nullable String @Nullable[] []' needs unchecked conversion to conform to '@Nullable String @NonNull[] @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[106] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[106] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[136] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[157] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[199] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[201] 
	final long idx= this.namesAttribute.indexOf(name);
	                                            ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[216] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[216] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[216] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RListFix64Impl.java:[216] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Utf8Store.java:[93] 
	this.charValues= nonNullAssert(values);
	                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'byte @NonNull[] []' needs unchecked conversion to conform to 'byte @NonNull[] @Nullable[]'
28. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[32] 
	public class RDataFrameFix64Impl extends RListFix64Impl
	                                         ^^^^^^^^^^^^^^
Parameter 1 of method get(String) lacks a @NonNull annotation as specified in type RDataFrame
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[32] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[32] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[32] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[69] 
	this.rownamesAttribute= new RCharacterFix64Store(initialRownames);
	                                                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@Nullable String @NonNull[] @NonNull[]' but this expression has type '@NonNull String @Nullable[] @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[70] 
	if (this.rownamesAttribute.getLength() != this.rowCount) {
	         ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[71] 
	throw new IllegalArgumentException("Length of row names: " + this.rownamesAttribute.getLength());
	                                                                  ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[92] 
	public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException {
	                                ^^^^
Illegal redefinition of parameter io, inherited method from RListFix64Impl does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[92] 
	public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException {
	                                               ^^^^^^^^^^^^^^
Illegal redefinition of parameter factory, inherited method from RListFix64Impl does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[123] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[127] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[133] 
	return (obj != null) ? obj.getData() : null;
	                       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[133] 
	return (obj != null) ? obj.getData() : null;
	                                       ^^^^
Null type mismatch: required '@NonNull RStore<?>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[139] 
	return (obj != null) ? obj.getData() : null;
	                       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrameFix64Impl.java:[139] 
	return (obj != null) ? obj.getData() : null;
	                                       ^^^^
Null type mismatch: required '@NonNull RStore<?>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[54] 
	this.baseClassName= io.readString();
	                    ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorFix64Store.java (at line 53)
	Arrays.fill(this.codes, NA_integer_INT);
	                        ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[94] 
	this.className1= io.readString();
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[101] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[138] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[149] 
	return new RDataFrame32Impl(colVectors, className, colNames, rowNames);
	                                                   ^^^^^^^^
Null type mismatch (type annotations): required '@Nullable String @NonNull[]' but this expression has type '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[300] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[343] 
	if (robject == null) {
			io.writeByte(-1);
			return;
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[53] 
	this.slotNames= new RCharacter32Store(slotNames);
	                                      ^^^^^^^^^
Null type mismatch (type annotations): required '@Nullable String @NonNull[]' but this expression has type '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[64] 
	this.slotNames= new RCharacter32Store(slotNames);
	                                      ^^^^^^^^^
Null type mismatch (type annotations): required '@Nullable String @NonNull[]' but this expression has type '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[80] 
	this.className= io.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/ROtherImpl.java:[56] 
	this.className1= io.readString();
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[55] 
	initialNames= new String[length];
	              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[57] 
	this.namesAttribute= new RCharacter32Store(initialNames, length);
	                                           ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@Nullable String @NonNull[]' but this expression has type '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[96] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[96] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[126] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[142] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[153] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[169] 
	public RCharacterStore getNames() {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCharacterStore' returned from REnvironment.getNames() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[174] 
	public String getName(final int idx) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from REnvironment.getName(int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[179] 
	public String getName(final long idx) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from REnvironment.getName(long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[197] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[198] 
	final int idx= this.namesAttribute.indexOf(name, 0);
	                                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[207] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[225] 
	final int idx= this.namesAttribute.indexOf(name, 0);
	                                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[261] 
	return (this.namesAttribute.indexOf(name) >= 0);
	                                    ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[266] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[266] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[266] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[266] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/REnvironmentImpl.java:[266] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterFix64Store.java:[189] 
	if (character == null) {
			return -1;
		}
	                       ^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacterFix64Store.java:[199] 
	if (chars[j] != null && chars[j].equals(character)) {
	                        ^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[32] 
	public class RDataFrame32Impl extends RList32Impl
	                                      ^^^^^^^^^^^
Parameter 1 of method get(String) lacks a @NonNull annotation as specified in type RDataFrame
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[32] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[32] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[32] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[67] 
	if (this.rownamesAttribute.getLength() != this.rowCount) {
	         ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[68] 
	throw new IllegalArgumentException("Length of row names: " + this.rownamesAttribute.getLength());
	                                                                  ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[83] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[83] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[114] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[118] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[123] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[128] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RDataFrame32Impl.java:[150] 
	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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLanguageImpl.java:[73] 
	io.readString() :
	^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericB32Store.java:[260] 
	return (!Double.isNaN(v)
				|| (int)Double.doubleToRawLongBits(v) != NA_numeric_INT_MATCH) ?
						Double.valueOf(v) : null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Double' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericB32Store.java:[271] 
	return (!Double.isNaN(v)
				|| (int)Double.doubleToRawLongBits(v) != NA_numeric_INT_MATCH) ?
						Double.valueOf(v) : null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Double' but the provided value is inferred as @Nullable
120. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java (at line 183)
	final var array= new int [1 + (int)((length - 1) / segmentLength)] @NonNull [];
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This array dimension with declared element type int @NonNull[] will be initialized with 'null' entries
121. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java (at line 198)
	final var array= new double [1 + (int)((length - 1) / segmentLength)] @NonNull [];
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This array dimension with declared element type double @NonNull[] will be initialized with 'null' entries
122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java (at line 213)
	final var array= new @Nullable String [1 + (int)((length - 1) / segmentLength)] @NonNull [];
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This array dimension with declared element type @Nullable String @NonNull[] will be initialized with 'null' entries
123. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java (at line 228)
	final var array= new byte [1 + (int)((length - 1) / segmentLength)] @NonNull [];
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This array dimension with declared element type byte @NonNull[] will be initialized with 'null' entries
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[687] 
	if (character == null) {
			return -1;
		}
	                       ^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[1267] 
	map.put(readString(), in.readObject());
	        ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RJIO.java:[1269] 
	return map;
	       ^^^
Null type mismatch (type annotations): required '@Nullable HashMap<@NonNull String,@NonNull Object>' but this expression has type 'HashMap<@NonNull String,@Nullable Object>'
127. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 55)
	this.map.put(this.charValues[idx], idx);
	                                   ^^^
The expression of type int is boxed into Integer
128. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 73)
	this.map.put(null, idx);
	                   ^^^
The expression of type int is boxed into Integer
129. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 79)
	this.map.put(null, idx);
	                   ^^^
The expression of type int is boxed into Integer
130. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 96)
	this.map.put(value, idx);
	                    ^^^
The expression of type int is boxed into Integer
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 102)
	this.map.put(name, idx);
	                   ^^^
The expression of type int is boxed into Integer
132. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 122)
	final int idx= index;
	               ^^^^^
The expression of type Integer is unboxed into int
133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 134)
	final int idx= index;
	               ^^^^^
The expression of type Integer is unboxed into int
134. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 152)
	final int idx= index;
	               ^^^^^
The expression of type Integer is unboxed into int
135. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32Store.java (at line 164)
	final int idx= index;
	               ^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[55] 
	this.namesAttribute= (initialNames != null) ? createNamesStore(initialNames) : null;
	                                                               ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[59] 
	return new RCharacter32Store(names, this.length);
	                             ^^^^^
Null type safety (type annotations): The expression of type '@Nullable String []' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[95] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[95] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[123] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[143] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[192] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[194] 
	final int idx= this.namesAttribute.indexOf(name, 0);
	                                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[225] 
	final int idx= this.namesAttribute.indexOf(name, 0);
	                                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[261] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[261] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[261] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RList32Impl.java:[261] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
151 problems (0 errors, 136 warnings, 15 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.data ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.data ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.data ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.data ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core >------
[INFO] Building org.eclipse.statet.rj.services.core 4.8.0.202308171800-r [68/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.services.core ---
[INFO] Resolving class path of org.eclipse.statet.rj.services.core...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.services.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.services.core ---
[INFO] Compiling 89 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[104] 
	this.rLibPaths= new BasicRLibPaths(ImCollections.newList(encodedLibGroups));
	                                                         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibGroup[]' needs unchecked conversion to conform to '@NonNull RLibGroup @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[171] 
	final String rPath= rLibsStamps.getNames().getChar(i);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[172] 
	final RLibLocation location= getLibLocationByRPath(rPath);
	                                                   ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[174] 
	libLocationInfos.add(new RLibLocationInfo(location, rPath,
	                                                    ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[190] 
	final String rPath= rLibsStamps.getNames().getChar(i);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[191] 
	final RLibLocation location= getLibLocationByRPath(rPath);
	                                                   ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[193] 
	libLocationInfos.add(new RLibLocationInfo(location, rPath,
	                                                    ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[207] 
	&& directoryPath.toUri().getScheme().equals("file") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getScheme() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[214] 
	data.getNames().getChar(0).replace('\\', '/'),
	^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[214] 
	data.getNames().getChar(0).replace('\\', '/'),
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getChar(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[421] 
	final Fragment<V>[] scheduledFragments= new Fragment[this.scheduledCount];
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LazyRStore.Fragment[] needs unchecked conversion to conform to LazyRStore.Fragment<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/DefaultLocalConfigurator.java:[49] 
	final Path directory= baseDirectory.resolve(name);
	                                            ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[97] 
	libLoc= data.getNames().getChar(0);
	        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[116] 
	call.addChar("lib", libLoc); //$NON-NLS-1$
	                    ^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[118] 
	call.addChar("type", RPkgUtils.getPkgTypeInstallKey(r.getPlatform(), pkgType)); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[124] 
	call.addChar("lib.loc", libLoc); //$NON-NLS-1$
	                        ^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[85] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[95] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[106] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[112] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[124] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[107] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[118] 
	paths.add((String) array[i]);
	          ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[166] 
	public BasicREnvConfiguration(final REnv rEnv,
			final Path stateRootDirectoryPath) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field stateLocalDirectoryPath may not have been initialized
68. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 192)
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[524] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[565] 
	this.rHomeDirectoryPath.toString() ));
	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
71. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 670)
	String.format("Libraries %1$s", num);
	                                ^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/RPkgType.java:[35] 
	if (label == null) {
			throw new NullPointerException("label"); //$NON-NLS-1$
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcToolService/org/eclipse/statet/rj/ts/core/util/RjToolCommandData.java:[69] 
	return (RList)this.rjConverter.toRJ(returnData);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RList' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[53] 
	private @Nullable RVersion version;
	                  ^^^^^^^^
The type RVersion is deprecated since version 4.6
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[121] 
	public RVersion getRVersion() {
	       ^^^^^^^^
The type RVersion is deprecated since version 4.6
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[122] 
	RVersion version= this.version;
	^^^^^^^^
The type RVersion is deprecated since version 4.6
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[124] 
	version= new RVersion(this.versionString);
	             ^^^^^^^^
The type RVersion is deprecated since version 4.6
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[124] 
	version= new RVersion(this.versionString);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor RVersion(String) is deprecated since version 4.6
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/internal/rj/renv/core/REnvCoreInternals.java:[63] 
	return ImCollections.concatList(listArray);
	                                ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<? extends RLibLocation>[]' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RLibLocation> @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[50] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[66] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[72] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[77] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[84] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[88] 
	{	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[100] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[116] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[119] 
	{	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[133] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[139] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[143] 
	{	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[153] 
	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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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 nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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
111. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java (at line 41)
	private static final long serialVersionUID= -3022375551268568786L;
	                          ^^^^^^^^^^^^^^^^
The value of the field BasicRPkgList<T>.serialVersionUID is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkg.java:[34] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkg.java:[37] 
	if (version == null) {
			throw new NullPointerException("version"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
115. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 47)
	private static final String AVAIL_LIST_FNAME= "rj:::renv.getAvailPkgs"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_FNAME is not used
116. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 48)
	private static final int AVAIL_LIST_COUNT1= 9;
	                         ^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_COUNT1 is not used
117. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 49)
	private static final int AVAIL_LIST_IDX1_NAME= 0;
	                         ^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_NAME is not used
118. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 50)
	private static final int AVAIL_LIST_IDX1_VERSION= 1;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_VERSION is not used
119. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 51)
	private static final int AVAIL_LIST_IDX1_PRIORITY= 2;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_PRIORITY is not used
120. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 52)
	private static final int AVAIL_LIST_IDX1_LICENSE= 3;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_LICENSE is not used
121. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 53)
	private static final int AVAIL_LIST_IDX1_DEPENDS= 4;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_DEPENDS is not used
122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 54)
	private static final int AVAIL_LIST_IDX1_IMPORTS= 5;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_IMPORTS is not used
123. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 55)
	private static final int AVAIL_LIST_IDX1_LINKINGTO= 6;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_LINKINGTO is not used
124. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 56)
	private static final int AVAIL_LIST_IDX1_SUGGESTS= 7;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_SUGGESTS is not used
125. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 57)
	private static final int AVAIL_LIST_IDX1_ENHANCES= 8;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_ENHANCES is not used
126. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 66)
	private static final String INST_DETAIL_FNAME= "rj:::renv.getInstPkgDetail"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_FNAME is not used
127. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 67)
	private static final int INST_DETAIL_LENGTH= 7;
	                         ^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_LENGTH is not used
128. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 68)
	private static final int INST_DETAIL_IDX_PRIORITY= 0;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_PRIORITY is not used
129. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 69)
	private static final int INST_DETAIL_IDX_LICENSE= 1;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_LICENSE is not used
130. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 70)
	private static final int INST_DETAIL_IDX_DEPENDS= 2;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_DEPENDS is not used
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 71)
	private static final int INST_DETAIL_IDX_IMPORTS= 3;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_IMPORTS is not used
132. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 72)
	private static final int INST_DETAIL_IDX_LINKINGTO= 4;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_LINKINGTO is not used
133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 73)
	private static final int INST_DETAIL_IDX_SUGGESTS= 5;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_SUGGESTS is not used
134. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java (at line 74)
	private static final int INST_DETAIL_IDX_ENHANCES= 6;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_ENHANCES is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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'
136 problems (0 errors, 109 warnings, 27 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.services.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.services.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.services.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.services.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests >-------
[INFO] Building [test-bundle] StatET RJ - Data - Tests  (Incubation) 4.8.0.202308171800-r [69/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.data.tests ---
[INFO] Resolving class path of [test-bundle] StatET RJ - Data - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.data.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.data.tests ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactor32StoreTest.java:[38] 
	Arrays.copyOf(data.levels, data.levels.length) );
	              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RCharacter32StoreTest.java:[35] 
	final @Nullable String[] encoded= Arrays.copyOf(data.values, data.length);
	                                                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RLogicalByteFix64StoreTest.java (at line 38)
	final var values= new boolean [nSegments] @NonNull[];
	                              ^^^^^^^^^^^
This array dimension with declared element type boolean @NonNull[] will be initialized with 'null' entries
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RLogicalByteFix64StoreTest.java (at line 39)
	final var nas= new boolean [nSegments] @NonNull[];
	                           ^^^^^^^^^^^
This array dimension with declared element type boolean @NonNull[] will be initialized with 'null' entries
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactorFix64StoreTest.java (at line 38)
	final var values= new int [nSegments] @NonNull[];
	                          ^^^^^^^^^^^
This array dimension with declared element type int @NonNull[] will be initialized with 'null' entries
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactorFix64StoreTest.java (at line 39)
	final var nas= new boolean [nSegments] @NonNull[];
	                           ^^^^^^^^^^^
This array dimension with declared element type boolean @NonNull[] will be initialized with 'null' entries
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactorFix64StoreTest.java:[48] 
	Arrays.copyOf(data.levels, data.levels.length) );
	              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RComplexBFix64StoreTest.java (at line 38)
	final var reValues= new double [nSegments] @NonNull[];
	                               ^^^^^^^^^^^
This array dimension with declared element type double @NonNull[] will be initialized with 'null' entries
16. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RComplexBFix64StoreTest.java (at line 39)
	final var imValues= new double [nSegments] @NonNull[];
	                               ^^^^^^^^^^^
This array dimension with declared element type double @NonNull[] will be initialized with 'null' entries
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RComplexBFix64StoreTest.java (at line 40)
	final var nas= new boolean [nSegments] @NonNull[];
	                           ^^^^^^^^^^^
This array dimension with declared element type boolean @NonNull[] will be initialized with 'null' entries
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RCharacter32Utf8StoreTest.java:[35] 
	final @Nullable String[] encoded= Arrays.copyOf(data.values, data.length);
	                                                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RRawFix64StoreTest.java (at line 38)
	final var values= new byte [segments] @NonNull[];
	                           ^^^^^^^^^^
This array dimension with declared element type byte @NonNull[] will be initialized with 'null' entries
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RUniqueCharacterHash32StoreTest.java:[35] 
	final @Nullable String[] encoded= Arrays.copyOf(data.values, data.length);
	                                                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RUniqueCharacter32StoreTest.java:[35] 
	final @Nullable String[] encoded= Arrays.copyOf(data.values, data.length);
	                                                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
21 problems (0 errors, 6 warnings, 15 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.data.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.data.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.data.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.data.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data.tests ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.rj.data.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/surefire.properties]
Running null
Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in null
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[1]  Time elapsed: 0.075 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[2]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[3]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[4]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[5]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getInt(IntCaseData)[9]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[5]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getNum(IntCaseData)[9]  Time elapsed: 0.031 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[4]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[8]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getRaw(IntCaseData)[9]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[8]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.toArray(IntCaseData)[9]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.length(IntCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[4]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[5]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getChar(IntCaseData)[9]  Time elapsed: 0.059 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[1]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[3]  Time elapsed: 0.014 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[4]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getLogi(IntCaseData)[9]  Time elapsed: 0.035 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.get(IntCaseData)[9]  Time elapsed: 0.05 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[2]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[5]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isNA(IntCaseData)[9]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[2]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[3]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.isMissing(IntCaseData)[9]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.writeExternal(IntCaseData)[9]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getStoreType(IntCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest.getBaseVectorRClassName(IntCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in null
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getInt(NumCaseData)[9]  Time elapsed: 0.03 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[4]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getNum(NumCaseData)[9]  Time elapsed: 0.023 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getRaw(NumCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.toArray(NumCaseData)[9]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.length(NumCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[8]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getChar(NumCaseData)[9]  Time elapsed: 0.384 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getCplx(NumCaseData)[9]  Time elapsed: 0.044 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getLogi(NumCaseData)[9]  Time elapsed: 0.042 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.get(NumCaseData)[9]  Time elapsed: 0.03 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNA(NumCaseData)[9]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isNaN(NumCaseData)[9]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.isMissing(NumCaseData)[9]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.writeExternal(NumCaseData)[9]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getStoreType(NumCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreTest.getBaseVectorRClassName(NumCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in null
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getInt(LogiCaseData)[1]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getInt(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getInt(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getInt(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getInt(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getInt(LogiCaseData)[6]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getNum(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getNum(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getNum(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getNum(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getNum(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getNum(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getRaw(LogiCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getRaw(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getRaw(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getRaw(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getRaw(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getRaw(LogiCaseData)[6]  Time elapsed: 0.031 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.toArray(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.toArray(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.toArray(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.toArray(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.toArray(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.toArray(LogiCaseData)[6]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.length(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.length(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.length(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.length(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.length(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.length(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getChar(LogiCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getChar(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getChar(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getChar(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getChar(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getChar(LogiCaseData)[6]  Time elapsed: 0.041 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getLogi(LogiCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getLogi(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getLogi(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getLogi(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getLogi(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getLogi(LogiCaseData)[6]  Time elapsed: 0.041 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.get(LogiCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.get(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.get(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.get(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.get(LogiCaseData)[5]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.get(LogiCaseData)[6]  Time elapsed: 0.046 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isNA(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isNA(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isNA(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isNA(LogiCaseData)[4]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isNA(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isNA(LogiCaseData)[6]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isMissing(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isMissing(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isMissing(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isMissing(LogiCaseData)[4]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isMissing(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.isMissing(LogiCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.writeExternal(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.writeExternal(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.writeExternal(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.writeExternal(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.writeExternal(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.writeExternal(LogiCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getStoreType(LogiCaseData)[1]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getStoreType(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getStoreType(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getStoreType(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getStoreType(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getStoreType(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getBaseVectorRClassName(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getBaseVectorRClassName(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getBaseVectorRClassName(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getBaseVectorRClassName(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getBaseVectorRClassName(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest.getBaseVectorRClassName(LogiCaseData)[6]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.401 s - in null
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getInt(CharCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[1]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[4]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getNum(CharCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[2]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getRaw(CharCaseData)[7]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.toArray(CharCaseData)[7]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.length(CharCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getChar(CharCaseData)[7]  Time elapsed: 0.054 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[2]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getLogi(CharCaseData)[7]  Time elapsed: 5.182 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.get(CharCaseData)[7]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isNA(CharCaseData)[7]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.isMissing(CharCaseData)[7]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.028 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.indexOfChar(CharCaseData)[7]  Time elapsed: 3.603 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0 s
Running null
Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s - in null
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[1]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getInt(NumCaseData)[9]  Time elapsed: 0.02 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getNum(NumCaseData)[9]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getRaw(NumCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.toArray(NumCaseData)[9]  Time elapsed: 0.035 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.length(NumCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[8]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getChar(NumCaseData)[9]  Time elapsed: 0.427 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getCplx(NumCaseData)[9]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getLogi(NumCaseData)[9]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.get(NumCaseData)[9]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNA(NumCaseData)[9]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isNaN(NumCaseData)[9]  Time elapsed: 0.017 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.isMissing(NumCaseData)[9]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.writeExternal(NumCaseData)[9]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getStoreType(NumCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest.getBaseVectorRClassName(NumCaseData)[9]  Time elapsed: 0.003 s
Running null
Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in null
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isOrdered(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getInt(FactorCaseData)[12]  Time elapsed: 0.018 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getNum(FactorCaseData)[12]  Time elapsed: 0.02 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[3]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getRaw(FactorCaseData)[12]  Time elapsed: 0.023 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.toArray(FactorCaseData)[12]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.length(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[5]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getChar(FactorCaseData)[12]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLogi(FactorCaseData)[12]  Time elapsed: 0.032 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[4]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.get(FactorCaseData)[12]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isNA(FactorCaseData)[12]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.isMissing(FactorCaseData)[12]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getLevels(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.writeExternal(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getStoreType(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreTest.getBaseVectorRClassName(FactorCaseData)[12]  Time elapsed: 0.001 s
Running null
Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in null
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getInt(RawCaseData)[1]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getInt(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getInt(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getInt(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getInt(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getInt(RawCaseData)[6]  Time elapsed: 0.034 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getNum(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getNum(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getNum(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getNum(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getNum(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getNum(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getRaw(RawCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getRaw(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getRaw(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getRaw(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getRaw(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getRaw(RawCaseData)[6]  Time elapsed: 0.021 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toArray(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toArray(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toArray(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toArray(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toArray(RawCaseData)[6]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.length(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.length(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.length(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.length(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.length(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.length(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getChar(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getChar(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getChar(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getChar(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getChar(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getChar(RawCaseData)[6]  Time elapsed: 0.042 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getLogi(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getLogi(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getLogi(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getLogi(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getLogi(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getLogi(RawCaseData)[6]  Time elapsed: 0.033 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.get(RawCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.get(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.get(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.get(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.get(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.get(RawCaseData)[6]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isNA(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isNA(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isNA(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isNA(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isNA(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isNA(RawCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toRawArray(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toRawArray(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toRawArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toRawArray(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toRawArray(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.toRawArray(RawCaseData)[6]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isMissing(RawCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isMissing(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isMissing(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isMissing(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isMissing(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.isMissing(RawCaseData)[6]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.writeExternal(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.writeExternal(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.writeExternal(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.writeExternal(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.writeExternal(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.writeExternal(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getStoreType(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getStoreType(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getStoreType(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getStoreType(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getStoreType(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getStoreType(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getBaseVectorRClassName(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getBaseVectorRClassName(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getBaseVectorRClassName(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getBaseVectorRClassName(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getBaseVectorRClassName(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest.getBaseVectorRClassName(RawCaseData)[6]  Time elapsed: 0.001 s
Running null
Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in null
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[1]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[4]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isOrdered(FactorCaseData)[12]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getInt(FactorCaseData)[12]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getNum(FactorCaseData)[12]  Time elapsed: 0.014 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[7]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getRaw(FactorCaseData)[12]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.toArray(FactorCaseData)[12]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.length(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getChar(FactorCaseData)[12]  Time elapsed: 0.041 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLogi(FactorCaseData)[12]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.get(FactorCaseData)[12]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isNA(FactorCaseData)[12]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.isMissing(FactorCaseData)[12]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getLevels(FactorCaseData)[12]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.writeExternal(FactorCaseData)[12]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getStoreType(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest.getBaseVectorRClassName(FactorCaseData)[12]  Time elapsed: 0.001 s
Running null
Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in null
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getInt(IntCaseData)[9]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getNum(IntCaseData)[9]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getRaw(IntCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.toArray(IntCaseData)[9]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.length(IntCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getChar(IntCaseData)[9]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[4]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getLogi(IntCaseData)[9]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.get(IntCaseData)[9]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isNA(IntCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.isMissing(IntCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.writeExternal(IntCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getStoreType(IntCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest.getBaseVectorRClassName(IntCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.254 s - in null
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getInt(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getNum(CharCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getRaw(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.toArray(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.length(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getChar(CharCaseData)[7]  Time elapsed: 0.044 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getLogi(CharCaseData)[7]  Time elapsed: 4.776 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.get(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isNA(CharCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.isMissing(CharCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.indexOfChar(CharCaseData)[7]  Time elapsed: 3.288 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0 s
Running null
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in null
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getInt(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getInt(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getInt(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getInt(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getInt(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getInt(LogiCaseData)[6]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getNum(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getNum(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getNum(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getNum(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getNum(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getNum(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getRaw(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getRaw(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getRaw(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getRaw(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getRaw(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getRaw(LogiCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.toArray(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.toArray(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.toArray(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.toArray(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.toArray(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.toArray(LogiCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.length(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.length(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.length(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.length(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.length(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.length(LogiCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getChar(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getChar(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getChar(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getChar(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getChar(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getChar(LogiCaseData)[6]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getLogi(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getLogi(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getLogi(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getLogi(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getLogi(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getLogi(LogiCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.get(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.get(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.get(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.get(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.get(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.get(LogiCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isNA(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isNA(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isNA(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isNA(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isNA(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isNA(LogiCaseData)[6]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isMissing(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isMissing(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isMissing(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isMissing(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isMissing(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.isMissing(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.writeExternal(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.writeExternal(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.writeExternal(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.writeExternal(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.writeExternal(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.writeExternal(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getStoreType(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getStoreType(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getStoreType(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getStoreType(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getStoreType(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getStoreType(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getBaseVectorRClassName(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getBaseVectorRClassName(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getBaseVectorRClassName(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getBaseVectorRClassName(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getBaseVectorRClassName(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest.getBaseVectorRClassName(LogiCaseData)[6]  Time elapsed: 0 s
Running null
Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in null
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isOrdered(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getInt(FactorCaseData)[12]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getNum(FactorCaseData)[12]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getRaw(FactorCaseData)[12]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.toArray(FactorCaseData)[12]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.length(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getChar(FactorCaseData)[12]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLogi(FactorCaseData)[12]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.get(FactorCaseData)[12]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isNA(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.isMissing(FactorCaseData)[12]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getLevels(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.writeExternal(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getStoreType(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest.getBaseVectorRClassName(FactorCaseData)[12]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s - in null
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[1]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getInt(CplxCaseData)[7]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getNum(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getRaw(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.toArray(CplxCaseData)[7]  Time elapsed: 0.038 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.length(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getChar(CplxCaseData)[7]  Time elapsed: 0.482 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getCplx(CplxCaseData)[7]  Time elapsed: 0.046 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getLogi(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.get(CplxCaseData)[7]  Time elapsed: 0.034 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNA(CplxCaseData)[7]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isNaN(CplxCaseData)[7]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.isMissing(CplxCaseData)[7]  Time elapsed: 0.041 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.writeExternal(CplxCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getStoreType(CplxCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest.getBaseVectorRClassName(CplxCaseData)[7]  Time elapsed: 0.002 s
Running null
Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in null
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getInt(IntCaseData)[9]  Time elapsed: 0.024 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getNum(IntCaseData)[9]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getRaw(IntCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.toArray(IntCaseData)[9]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.length(IntCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getChar(IntCaseData)[9]  Time elapsed: 0.07 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getLogi(IntCaseData)[9]  Time elapsed: 0.058 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.get(IntCaseData)[9]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isNA(IntCaseData)[9]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.isMissing(IntCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.writeExternal(IntCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getStoreType(IntCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest.getBaseVectorRClassName(IntCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in null
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[1]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getInt(CplxCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getNum(CplxCaseData)[7]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getRaw(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.toArray(CplxCaseData)[7]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.length(CplxCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getChar(CplxCaseData)[7]  Time elapsed: 0.44 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getCplx(CplxCaseData)[7]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getLogi(CplxCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.get(CplxCaseData)[7]  Time elapsed: 0.021 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNA(CplxCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isNaN(CplxCaseData)[7]  Time elapsed: 0.018 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.isMissing(CplxCaseData)[7]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.writeExternal(CplxCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getStoreType(CplxCaseData)[7]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest.getBaseVectorRClassName(CplxCaseData)[7]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.234 s - in null
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getInt(CharCaseData)[7]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[5]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getNum(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getRaw(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.toArray(CharCaseData)[7]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.length(CharCaseData)[7]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getChar(CharCaseData)[7]  Time elapsed: 0.07 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getLogi(CharCaseData)[7]  Time elapsed: 5.002 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.get(CharCaseData)[7]  Time elapsed: 0.048 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isNA(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.isMissing(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.038 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.indexOfChar(CharCaseData)[7]  Time elapsed: 2.861 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.005 s
Running null
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in null
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getInt(LogiCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getInt(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getInt(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getInt(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getInt(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getInt(LogiCaseData)[6]  Time elapsed: 0.037 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getNum(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getNum(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getNum(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getNum(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getNum(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getNum(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getRaw(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getRaw(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getRaw(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getRaw(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getRaw(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getRaw(LogiCaseData)[6]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.toArray(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.toArray(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.toArray(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.toArray(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.toArray(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.toArray(LogiCaseData)[6]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.length(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.length(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.length(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.length(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.length(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.length(LogiCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getChar(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getChar(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getChar(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getChar(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getChar(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getChar(LogiCaseData)[6]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getLogi(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getLogi(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getLogi(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getLogi(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getLogi(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getLogi(LogiCaseData)[6]  Time elapsed: 0.017 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.get(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.get(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.get(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.get(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.get(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.get(LogiCaseData)[6]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isNA(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isNA(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isNA(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isNA(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isNA(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isNA(LogiCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isMissing(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isMissing(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isMissing(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isMissing(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isMissing(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.isMissing(LogiCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.writeExternal(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.writeExternal(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.writeExternal(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.writeExternal(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.writeExternal(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.writeExternal(LogiCaseData)[6]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getStoreType(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getStoreType(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getStoreType(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getStoreType(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getStoreType(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getStoreType(LogiCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[6]  Time elapsed: 0.002 s
Running null
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in null
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getInt(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getInt(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getInt(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getInt(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getInt(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getInt(LogiCaseData)[6]  Time elapsed: 0.014 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getNum(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getNum(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getNum(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getNum(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getNum(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getNum(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getRaw(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getRaw(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getRaw(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getRaw(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getRaw(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getRaw(LogiCaseData)[6]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.toArray(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.toArray(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.toArray(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.toArray(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.toArray(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.toArray(LogiCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.length(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.length(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.length(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.length(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.length(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.length(LogiCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getChar(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getChar(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getChar(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getChar(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getChar(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getChar(LogiCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getLogi(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getLogi(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getLogi(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getLogi(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getLogi(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getLogi(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.get(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.get(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.get(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.get(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.get(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.get(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isNA(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isNA(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isNA(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isNA(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isNA(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isNA(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isMissing(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isMissing(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isMissing(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isMissing(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isMissing(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.isMissing(LogiCaseData)[6]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.writeExternal(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.writeExternal(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.writeExternal(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.writeExternal(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.writeExternal(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.writeExternal(LogiCaseData)[6]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getStoreType(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getStoreType(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getStoreType(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getStoreType(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getStoreType(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getStoreType(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getBaseVectorRClassName(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getBaseVectorRClassName(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getBaseVectorRClassName(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getBaseVectorRClassName(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getBaseVectorRClassName(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest.getBaseVectorRClassName(LogiCaseData)[6]  Time elapsed: 0.001 s
Running null
Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in null
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getInt(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getInt(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getInt(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getInt(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getInt(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getInt(RawCaseData)[6]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getNum(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getNum(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getNum(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getNum(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getNum(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getNum(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getRaw(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getRaw(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getRaw(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getRaw(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getRaw(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getRaw(RawCaseData)[6]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toArray(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toArray(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toArray(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toArray(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toArray(RawCaseData)[6]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.length(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.length(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.length(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.length(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.length(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.length(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getChar(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getChar(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getChar(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getChar(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getChar(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getChar(RawCaseData)[6]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getLogi(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getLogi(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getLogi(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getLogi(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getLogi(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getLogi(RawCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.get(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.get(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.get(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.get(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.get(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.get(RawCaseData)[6]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isNA(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isNA(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isNA(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isNA(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isNA(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isNA(RawCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toRawArray(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toRawArray(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toRawArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toRawArray(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toRawArray(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.toRawArray(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isMissing(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isMissing(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isMissing(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isMissing(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isMissing(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.isMissing(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.writeExternal(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.writeExternal(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.writeExternal(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.writeExternal(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.writeExternal(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.writeExternal(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getStoreType(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getStoreType(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getStoreType(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getStoreType(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getStoreType(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getStoreType(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getBaseVectorRClassName(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getBaseVectorRClassName(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getBaseVectorRClassName(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getBaseVectorRClassName(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getBaseVectorRClassName(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreTest.getBaseVectorRClassName(RawCaseData)[6]  Time elapsed: 0 s
Running null
Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in null
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getInt(IntCaseData)[9]  Time elapsed: 0.024 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getNum(IntCaseData)[9]  Time elapsed: 0.026 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getRaw(IntCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.toArray(IntCaseData)[9]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.length(IntCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getChar(IntCaseData)[9]  Time elapsed: 0.058 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getLogi(IntCaseData)[9]  Time elapsed: 0.039 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.get(IntCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isNA(IntCaseData)[9]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.isMissing(IntCaseData)[9]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.writeExternal(IntCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getStoreType(IntCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RInteger32StoreTest.getBaseVectorRClassName(IntCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in null
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getInt(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getInt(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getInt(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getInt(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getInt(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getInt(RawCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getNum(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getNum(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getNum(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getNum(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getNum(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getNum(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getRaw(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getRaw(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getRaw(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getRaw(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getRaw(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getRaw(RawCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toArray(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toArray(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toArray(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toArray(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toArray(RawCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.length(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.length(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.length(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.length(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.length(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.length(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getChar(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getChar(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getChar(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getChar(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getChar(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getChar(RawCaseData)[6]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getLogi(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getLogi(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getLogi(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getLogi(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getLogi(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getLogi(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.get(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.get(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.get(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.get(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.get(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.get(RawCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isNA(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isNA(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isNA(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isNA(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isNA(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isNA(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toRawArray(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toRawArray(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toRawArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toRawArray(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toRawArray(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.toRawArray(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isMissing(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isMissing(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isMissing(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isMissing(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isMissing(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.isMissing(RawCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.writeExternal(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.writeExternal(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.writeExternal(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.writeExternal(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.writeExternal(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.writeExternal(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getStoreType(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getStoreType(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getStoreType(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getStoreType(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getStoreType(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getStoreType(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getBaseVectorRClassName(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getBaseVectorRClassName(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getBaseVectorRClassName(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getBaseVectorRClassName(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getBaseVectorRClassName(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRawFix64StoreTest.getBaseVectorRClassName(RawCaseData)[6]  Time elapsed: 0 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.553 s - in null
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getInt(CharCaseData)[7]  Time elapsed: 0.031 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[1]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getNum(CharCaseData)[7]  Time elapsed: 0.024 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getRaw(CharCaseData)[7]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.toArray(CharCaseData)[7]  Time elapsed: 0.025 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.length(CharCaseData)[7]  Time elapsed: 0.024 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.021 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getChar(CharCaseData)[7]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getLogi(CharCaseData)[7]  Time elapsed: 4.986 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.get(CharCaseData)[7]  Time elapsed: 0.02 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isNA(CharCaseData)[7]  Time elapsed: 0.042 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.isMissing(CharCaseData)[7]  Time elapsed: 0.046 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.032 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.indexOfChar(CharCaseData)[7]  Time elapsed: 0.058 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.032 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.058 s
Running null
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in null
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getInt(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getInt(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getInt(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getInt(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getInt(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getInt(LogiCaseData)[6]  Time elapsed: 0.037 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getNum(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getNum(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getNum(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getNum(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getNum(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getNum(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getRaw(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getRaw(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getRaw(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getRaw(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getRaw(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getRaw(LogiCaseData)[6]  Time elapsed: 0.054 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.toArray(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.toArray(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.toArray(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.toArray(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.toArray(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.toArray(LogiCaseData)[6]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.length(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.length(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.length(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.length(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.length(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.length(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getChar(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getChar(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getChar(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getChar(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getChar(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getChar(LogiCaseData)[6]  Time elapsed: 0.043 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getLogi(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getLogi(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getLogi(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getLogi(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getLogi(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getLogi(LogiCaseData)[6]  Time elapsed: 0.018 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.get(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.get(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.get(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.get(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.get(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.get(LogiCaseData)[6]  Time elapsed: 0.017 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isNA(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isNA(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isNA(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isNA(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isNA(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isNA(LogiCaseData)[6]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isMissing(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isMissing(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isMissing(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isMissing(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isMissing(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.isMissing(LogiCaseData)[6]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.writeExternal(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.writeExternal(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.writeExternal(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.writeExternal(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.writeExternal(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.writeExternal(LogiCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getStoreType(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getStoreType(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getStoreType(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getStoreType(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getStoreType(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getStoreType(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getBaseVectorRClassName(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getBaseVectorRClassName(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getBaseVectorRClassName(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getBaseVectorRClassName(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getBaseVectorRClassName(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest.getBaseVectorRClassName(LogiCaseData)[6]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.698 s - in null
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getInt(CharCaseData)[7]  Time elapsed: 0.049 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getNum(CharCaseData)[7]  Time elapsed: 0.164 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getRaw(CharCaseData)[7]  Time elapsed: 0.031 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.toArray(CharCaseData)[7]  Time elapsed: 0.051 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.length(CharCaseData)[7]  Time elapsed: 0.037 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.036 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getChar(CharCaseData)[7]  Time elapsed: 0.044 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getLogi(CharCaseData)[7]  Time elapsed: 4.949 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.get(CharCaseData)[7]  Time elapsed: 0.052 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isNA(CharCaseData)[7]  Time elapsed: 0.031 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.isMissing(CharCaseData)[7]  Time elapsed: 0.037 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.043 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.indexOfChar(CharCaseData)[7]  Time elapsed: 0.028 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.027 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.027 s
Running null
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in null
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getInt(LogiCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getInt(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getInt(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getInt(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getInt(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getInt(LogiCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getNum(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getNum(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getNum(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getNum(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getNum(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getNum(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getRaw(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getRaw(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getRaw(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getRaw(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getRaw(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getRaw(LogiCaseData)[6]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.toArray(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.toArray(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.toArray(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.toArray(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.toArray(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.toArray(LogiCaseData)[6]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.length(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.length(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.length(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.length(LogiCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.length(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.length(LogiCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getChar(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getChar(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getChar(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getChar(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getChar(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getChar(LogiCaseData)[6]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getLogi(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getLogi(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getLogi(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getLogi(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getLogi(LogiCaseData)[5]  Time elapsed: 0.182 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getLogi(LogiCaseData)[6]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.get(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.get(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.get(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.get(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.get(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.get(LogiCaseData)[6]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isNA(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isNA(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isNA(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isNA(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isNA(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isNA(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isMissing(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isMissing(LogiCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isMissing(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isMissing(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isMissing(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.isMissing(LogiCaseData)[6]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.writeExternal(LogiCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.writeExternal(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.writeExternal(LogiCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.writeExternal(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.writeExternal(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.writeExternal(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getStoreType(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getStoreType(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getStoreType(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getStoreType(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getStoreType(LogiCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getStoreType(LogiCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest.getBaseVectorRClassName(LogiCaseData)[6]  Time elapsed: 0 s
Running null
Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in null
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getInt(NumCaseData)[9]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getNum(NumCaseData)[9]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getRaw(NumCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.toArray(NumCaseData)[9]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.length(NumCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[8]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getChar(NumCaseData)[9]  Time elapsed: 0.177 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getCplx(NumCaseData)[9]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getLogi(NumCaseData)[9]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.get(NumCaseData)[9]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNA(NumCaseData)[9]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isNaN(NumCaseData)[9]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.isMissing(NumCaseData)[9]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.writeExternal(NumCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[7]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getStoreType(NumCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest.getBaseVectorRClassName(NumCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in null
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getInt(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getInt(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getInt(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getInt(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getInt(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getInt(RawCaseData)[6]  Time elapsed: 0.031 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getNum(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getNum(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getNum(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getNum(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getNum(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getNum(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getRaw(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getRaw(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getRaw(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getRaw(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getRaw(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getRaw(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toArray(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toArray(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toArray(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toArray(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toArray(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.length(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.length(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.length(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.length(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.length(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.length(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getChar(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getChar(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getChar(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getChar(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getChar(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getChar(RawCaseData)[6]  Time elapsed: 0.049 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getLogi(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getLogi(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getLogi(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getLogi(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getLogi(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getLogi(RawCaseData)[6]  Time elapsed: 0.041 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.get(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.get(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.get(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.get(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.get(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.get(RawCaseData)[6]  Time elapsed: 0.021 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isNA(RawCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isNA(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isNA(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isNA(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isNA(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isNA(RawCaseData)[6]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toRawArray(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toRawArray(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toRawArray(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toRawArray(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toRawArray(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.toRawArray(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isMissing(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isMissing(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isMissing(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isMissing(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isMissing(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.isMissing(RawCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.writeExternal(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.writeExternal(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.writeExternal(RawCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.writeExternal(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.writeExternal(RawCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.writeExternal(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getStoreType(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getStoreType(RawCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getStoreType(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getStoreType(RawCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getStoreType(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getStoreType(RawCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getBaseVectorRClassName(RawCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getBaseVectorRClassName(RawCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getBaseVectorRClassName(RawCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getBaseVectorRClassName(RawCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getBaseVectorRClassName(RawCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest.getBaseVectorRClassName(RawCaseData)[6]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.801 s - in null
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getInt(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getNum(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getRaw(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.toArray(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.length(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getChar(CharCaseData)[7]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getLogi(CharCaseData)[7]  Time elapsed: 4.921 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.get(CharCaseData)[7]  Time elapsed: 0.013 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isNA(CharCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.isMissing(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.019 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.indexOfChar(CharCaseData)[7]  Time elapsed: 3.668 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.008 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.076 s - in null
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getInt(CharCaseData)[7]  Time elapsed: 0.033 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[3]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getNum(CharCaseData)[7]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getRaw(CharCaseData)[7]  Time elapsed: 0.017 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.toArray(CharCaseData)[7]  Time elapsed: 0.02 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.length(CharCaseData)[7]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getChar(CharCaseData)[7]  Time elapsed: 0.024 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getLogi(CharCaseData)[7]  Time elapsed: 4.863 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.get(CharCaseData)[7]  Time elapsed: 0.033 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isNA(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.isMissing(CharCaseData)[7]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.044 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.indexOfChar(CharCaseData)[7]  Time elapsed: 2.869 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.008 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.607 s - in null
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getInt(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getNum(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getRaw(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.toArray(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.length(CharCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getChar(CharCaseData)[7]  Time elapsed: 0.015 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getLogi(CharCaseData)[7]  Time elapsed: 4.764 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.get(CharCaseData)[7]  Time elapsed: 0.014 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isNA(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.isMissing(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.022 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.indexOfChar(CharCaseData)[7]  Time elapsed: 3.623 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.011 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s - in null
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getInt(CplxCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getNum(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getRaw(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.toArray(CplxCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.length(CplxCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getChar(CplxCaseData)[7]  Time elapsed: 0.41 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getCplx(CplxCaseData)[7]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getLogi(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.get(CplxCaseData)[7]  Time elapsed: 0.017 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNA(CplxCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isNaN(CplxCaseData)[7]  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.isMissing(CplxCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.writeExternal(CplxCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getStoreType(CplxCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexB32StoreTest.getBaseVectorRClassName(CplxCaseData)[7]  Time elapsed: 0 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.746 s - in null
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[1]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getInt(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getNum(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getRaw(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.toArray(CharCaseData)[7]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.length(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.011 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getChar(CharCaseData)[7]  Time elapsed: 0.016 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getLogi(CharCaseData)[7]  Time elapsed: 4.826 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.get(CharCaseData)[7]  Time elapsed: 0.014 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isNA(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.isMissing(CharCaseData)[7]  Time elapsed: 0.01 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.018 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.indexOfChar(CharCaseData)[7]  Time elapsed: 3.684 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getStoreType(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.007 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.544 s - in null
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getInt(CharCaseData)[7]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getNum(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getRaw(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.toArray(CharCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.length(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfNA(CharCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getChar(CharCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getLogi(CharCaseData)[7]  Time elapsed: 4.694 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.get(CharCaseData)[7]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isNA(CharCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.isMissing(CharCaseData)[7]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.writeExternal(CharCaseData)[7]  Time elapsed: 0.02 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.indexOfChar(CharCaseData)[7]  Time elapsed: 3.725 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getStoreType(CharCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest.getBaseVectorRClassName(CharCaseData)[7]  Time elapsed: 0.001 s
Running null
Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in null
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getInt(NumCaseData)[9]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getNum(NumCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getRaw(NumCaseData)[9]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.toArray(NumCaseData)[9]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.length(NumCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getChar(NumCaseData)[9]  Time elapsed: 0.167 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getCplx(NumCaseData)[9]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getLogi(NumCaseData)[9]  Time elapsed: 0.012 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.get(NumCaseData)[9]  Time elapsed: 0.042 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNA(NumCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isNaN(NumCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.isMissing(NumCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.writeExternal(NumCaseData)[9]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getStoreType(NumCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest.getBaseVectorRClassName(NumCaseData)[9]  Time elapsed: 0.001 s
Running null
Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in null
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getInt(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getNum(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getRaw(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.toArray(CplxCaseData)[7]  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.length(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getChar(CplxCaseData)[7]  Time elapsed: 0.5 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getCplx(CplxCaseData)[7]  Time elapsed: 0.068 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getLogi(CplxCaseData)[7]  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.get(CplxCaseData)[7]  Time elapsed: 0.021 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNA(CplxCaseData)[7]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isNaN(CplxCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.isMissing(CplxCaseData)[7]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.writeExternal(CplxCaseData)[7]  Time elapsed: 0.005 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getStoreType(CplxCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest.getBaseVectorRClassName(CplxCaseData)[7]  Time elapsed: 0.002 s
Running null
Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in null
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isOrdered(FactorCaseData)[12]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getInt(FactorCaseData)[12]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[4]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getNum(FactorCaseData)[12]  Time elapsed: 0.006 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getRaw(FactorCaseData)[12]  Time elapsed: 0.007 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[2]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.toArray(FactorCaseData)[12]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.length(FactorCaseData)[12]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getChar(FactorCaseData)[12]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLogi(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.get(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[5]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[7]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isNA(FactorCaseData)[12]  Time elapsed: 0.004 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.isMissing(FactorCaseData)[12]  Time elapsed: 0.003 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getLevels(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[9]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[11]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.writeExternal(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[1]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[3]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[6]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[8]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[10]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getStoreType(FactorCaseData)[12]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[1]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[2]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[3]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[4]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[5]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[6]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[7]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[8]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[9]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[10]  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[11]  Time elapsed: 0 s
org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest.getBaseVectorRClassName(FactorCaseData)[12]  Time elapsed: 0.001 s
Running null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in null
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleCharValue  Time elapsed: 0.008 s
org.eclipse.statet.rj.data.RDataUtilsTest.isSingleChar  Time elapsed: 0 s
org.eclipse.statet.rj.data.RDataUtilsTest.isSingleLogi  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleLogiValue  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.RDataUtilsTest.isSingleInt  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.RDataUtilsTest.isSingleNum  Time elapsed: 0 s
org.eclipse.statet.rj.data.RDataUtilsTest.isSingleRaw  Time elapsed: 0 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleRawValue  Time elapsed: 0.001 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleIntValue  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleInt  Time elapsed: 0.009 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleNum  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleRaw  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleNumValue  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleChar  Time elapsed: 0.002 s
org.eclipse.statet.rj.data.RDataUtilsTest.checkSingleLogi  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.server >---------
[INFO] Building org.eclipse.statet.rj.server 4.8.0.202308171800-r      [70/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.server ---
[INFO] Resolving class path of org.eclipse.statet.rj.server...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.server ---
[INFO] Compiling 90 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[192] 
	io.writeInt(d.length);
	            ^
Potential null pointer access: The variable d may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[197] 
	io.writeInt(b.length);
	            ^
Potential null pointer access: The variable b may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[206] 
	return (double[]) this.data;
	       ^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required 'double @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[211] 
	return (byte[]) this.data;
	       ^^^^^^^^^^^^^^^^^^
Null type mismatch: required 'byte @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[57] 
	io.connect(out);
	^^
Potential null pointer access: The variable io may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[184] 
	public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException {
	                               ^^^^^^^^^^^
Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[195] 
	gSPathResolver.resolve(this.ref, this.remoteFilePath) :
	                       ^^^^^^^^
Null type safety (type annotations): The expression of type 'Remote' needs unchecked conversion to conform to '@NonNull Remote'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[195] 
	gSPathResolver.resolve(this.ref, this.remoteFilePath) :
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[196] 
	Path.of(this.remoteFilePath);
	        ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[296] 
	public void writeExternal(final ObjectOutput out) throws IOException {
	                                ^^^^^^^^^^^^
Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[298] 
	out.writeUTF(this.remoteFilePath);
	             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[340] 
	gSPathResolver.resolve(this.ref, this.remoteFilePath) :
	                       ^^^^^^^^
Null type safety (type annotations): The expression of type 'Remote' needs unchecked conversion to conform to '@NonNull Remote'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[340] 
	gSPathResolver.resolve(this.ref, this.remoteFilePath) :
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[341] 
	Path.of(this.remoteFilePath);
	        ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[392] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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 nullness annotation is redundant with a default that applies to this location
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java (at line 107)
	return binarySearchId(array(), 0, size(), id);
	                      ^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'AbstractTracepointManager.@NonNull StateEntry @NonNull[]' is made accessible using the less-annotated type 'AbstractTracepointManager.StateEntry @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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[]'
34. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/AbstractTracepointManager.java:[1056] 
	if (path == null) {
					i++;
					continue;
				}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/Server.java:[124] 
	@Nullable Object execute(String command, Map<String, ? extends @NonNull Object> args,
	                                                               ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[60] 
	public Map<String, Object> getPlatformData() {
	       ^^^
The return type is incompatible with 'Map<String,Object>' returned from REngine.getPlatformData() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[65] 
	public void setProperties(final Map<String, ? extends @NonNull Object> properties)
	                                ^^^
Illegal redefinition of parameter properties, inherited method from REngine does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[65] 
	public void setProperties(final Map<String, ? extends @NonNull Object> properties)
	                                                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[77] 
	public RjsComObject runAsync(final RjsComObject com)
	                                   ^^^^^^^^^^^^
Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/REngineImpl.java:[83] 
	public RjsComObject runMainLoop(final RjsComObject com)
	                                      ^^^^^^^^^^^^
Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/Client.java (at line 44)
	hashCode(), this.username, this.clientId, this.slot );
	^^^^^^^^^^
The expression of type int is boxed into Integer
50. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/Client.java (at line 44)
	hashCode(), this.username, this.clientId, this.slot );
	                                          ^^^^^^^^^
The expression of type byte is boxed into Byte
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleWriteCmdItem.java:[59] 
	this.text= in.readString();
	           ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[107] 
	public SrvEngineServer(final RMIServerControl control, final ServerAuthMethod authMethod) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field srvEngine may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[148] 
	this.srvEngine= engine;
	^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[175] 
	this.userTypes, this.userNames,
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[175] 
	this.userTypes, this.userNames,
	                ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String @NonNull[]' but this expression has type '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[213] 
	public @Nullable Object execute(final String command, final Map<String, ? extends @NonNull Object> args,
	                                                                                  ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[248] 
	final RjsComObject receivedCom= runMainLoop(sendCom, null);
	                                            ^^^^^^^
Null type mismatch: required '@NonNull RjsComObject' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[248] 
	final RjsComObject receivedCom= runMainLoop(sendCom, null);
	                                                     ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[296] 
	throw new RjException("R commands failed: " + status.getMessage() + ".");
	                                              ^^^^^^
Potential null pointer access: The variable status may be null at this location
60. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java (at line 64)
	private static final Pattern RJ_PATH_SEPARATOR_PATTERN= Pattern.compile(RJ_PATH_SEPARATOR, Pattern.LITERAL);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RJContext.RJ_PATH_SEPARATOR_PATTERN is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[108] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[125] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[151] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[154] 
	if (properties == null) {
			throw new NullPointerException("properties"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameContext.java:[100] 
	io.writeIntArray(this.sourceSrcref, (this.sourceSrcref != null) ? 6 : -1);
	                 ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameContext.java:[102] 
	io.writeIntArray(this.firstSrcref, (this.firstSrcref != null) ? 6 : -1);
	                 ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameContext.java:[103] 
	io.writeIntArray(this.lastSrcref, (this.lastSrcref != null) ? 6 : -1);
	                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/FrameContext.java:[104] 
	io.writeIntArray(this.exprSrcref, (this.exprSrcref != null) ? 6 : -1);
	                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointEvent.java:[65] 
	this.elementId= io.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
71. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/ObjectManager.java:[229] 
	this.searchPath= ImCollections.newList(envs);
	                                       ^^^^
Null type safety (type annotations): The expression of type 'RhEnv[]' needs unchecked conversion to conform to '@NonNull RhEnv @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/rh/ObjectManager.java:[271] 
	this.stackFrames= ImCollections.newList(envs);
	                                        ^^^^
Null type safety (type annotations): The expression of type 'RhEnv[]' needs unchecked conversion to conform to '@NonNull RhEnv @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[75] 
	this.command= io.readString();
	              ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[93] 
	this.status.writeExternal(out);
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[98] 
	DataCmdItem.gDefaultFactory.writeObject(this.data, out);
	                                        ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RObject' but this expression has type '@Nullable RList'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ExtClientCmdItem.java:[189] 
	sb.append(this.data.toString());
	               ^^^^
Potential null pointer access: this expression has a '@Nullable' type
78. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java (at line 59)
	this.callbacks= callbacks.toArray(new @NonNull Callback[callbacks.size()]);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Callback @NonNull[]' is made accessible using the less-annotated type 'Callback @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java:[82] 
	return ImCollections.newList(callbacks);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Callback @Nullable[]' needs unchecked conversion to conform to '@NonNull Callback @NonNull[]'
80. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java (at line 100)
	process(answerCallbacks, Cipher.ENCRYPT_MODE, pubkey);
	        ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Callback []' is made accessible using the less-annotated type 'Callback @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java:[157] 
	encPassword= charset.decode(ByteBuffer.wrap(encBytes)).array();
	                                            ^^^^^^^^
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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/srcEExtensions/org/eclipse/statet/rj/server/e/srvext/SWTPlugin.java:[36] 
	public String getSymbolicName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ServerRuntimePlugin.getSymbolicName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[75] 
	io.writeIntArray(frame.exprSrcref, (frame.exprSrcref != null) ? 6 : -1);
	                 ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[90] 
	&& frame1.getCall().startsWith("eval.with.vis(") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[95] 
	&& frame2.getCall().startsWith("eval.with.vis(") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[101] 
	&& frame1.getCall().startsWith("withVisible(") //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[103] 
	&& frame2.getCall().startsWith("eval(") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[109] 
	&& frame2.getCall().startsWith("eval(") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[120] 
	&& frame1.getCall().startsWith("eval(") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CallStack.java:[125] 
	&& frame2.getCall().startsWith("eval(") ) { //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCall() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngine.java:[35] 
	Map<String, ? extends @NonNull Object> more)
	                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[102] 
	final Map<String, ? extends @NonNull Object> more) throws Exception {
	                            ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[128] 
	public Object start(final Client client, final Map<String, ? extends @NonNull Object> properties)
	                                               ^^^
Illegal redefinition of parameter properties, inherited method from SrvEngine declares this parameter as '@NonNull Map<@NonNull String,? extends @Nullable Object>' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[128] 
	public Object start(final Client client, final Map<String, ? extends @NonNull Object> properties)
	                                                                     ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[143] 
	public Object connect(final Client client, final Map<String, ? extends @NonNull Object> properties)
	                                                 ^^^
Illegal redefinition of parameter properties, inherited method from SrvEngine declares this parameter as '@NonNull Map<@NonNull String,? extends @Nullable Object>' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[143] 
	public Object connect(final Client client, final Map<String, ? extends @NonNull Object> properties)
	                                                                       ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[172] 
	public void setProperties(final Client client, final Map<String, ? extends @NonNull Object> properties)
	                                                     ^^^
Illegal redefinition of parameter properties, inherited method from SrvEngine declares this parameter as '@NonNull Map<@NonNull String,? extends @Nullable Object>' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/ComLoggingSrvEngine.java:[172] 
	public void setProperties(final Client client, final Map<String, ? extends @NonNull Object> properties)
	                                                                           ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[39] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[43] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[65] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[65] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[65] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[65] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
105. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CtrlReport.java (at line 34)
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[129] 
	return OPERATIONS[op];
	       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataCmdItem.Operation' needs unchecked conversion to conform to 'DataCmdItem.@NonNull Operation'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[154] 
	static RObjectFactory gDefaultFactory;
	                      ^^^^^^^^^^^^^^^
The @NonNull field gDefaultFactory may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[194] 
	public DataCmdItem(final Operation op, final int options, final byte depth,
			final String sourceExpr, final @Nullable RObject data, final @Nullable String targetExpr,
			final @Nullable RObject rho,
			final @Nullable String factoryId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rdata may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[204] 
	this.targetExpr= targetExpr;
	                 ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[221] 
	public DataCmdItem(final Operation op, final int options,
			final @Nullable String sourceExpr, final @Nullable RObject data, final @Nullable String targetExpr,
			final @Nullable RObject rho) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rdata may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[228] 
	this.sourceExpr= sourceExpr;
	                 ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[229] 
	this.targetExpr= targetExpr;
	                 ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[246] 
	public DataCmdItem(final RJIO in) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field factoryId may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[246] 
	public DataCmdItem(final RJIO in) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rdata may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[246] 
	public DataCmdItem(final RJIO in) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceExpr may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[246] 
	public DataCmdItem(final RJIO in) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field targetExpr may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[255] 
	this.factoryId= in.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[258] 
	this.sourceExpr= in.readString();
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[265] 
	this.targetExpr= in.readString();
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[290] 
	this.status.writeExternal(out);
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[308] 
	gDefaultFactory.writeObject(this.rho, out);
	                            ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RObject' but this expression has type '@Nullable RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[318] 
	gDefaultFactory.writeObject(this.rho, out);
	                            ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RObject' but this expression has type '@Nullable RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[336] 
	this.sourceExpr= null;
	                 ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[337] 
	this.rdata= null;
	            ^^^^
Null type mismatch: required '@NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[338] 
	this.targetExpr= null;
	                 ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[344] 
	this.sourceExpr= null;
	                 ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[345] 
	this.rdata= null;
	            ^^^^
Null type mismatch: required '@NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[346] 
	this.targetExpr= null;
	                 ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[360] 
	this.sourceExpr= null;
	                 ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[361] 
	this.rdata= rdata;
	            ^^^^^
Null type mismatch (type annotations): required '@NonNull RObject' but this expression has type '@Nullable RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[362] 
	this.targetExpr= null;
	                 ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[444] 
	this.rho.equals(otherItem.rho) :
	     ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[464] 
	else {
			sb.append("\n<SOURCE-EXPR/>");
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[480] 
	else {
			sb.append("\n<TARGET-EXPR/>");
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[48] 
	public GraOpCmdItem(final int devId, final byte op) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[56] 
	public GraOpCmdItem(final int devId, final byte op, final @Nullable RJIOExternalizable data) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[68] 
	public GraOpCmdItem(final RJIO in) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[111] 
	this.data= null;
	           ^^^^
Null type mismatch: required '@NonNull RJIOExternalizable' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GraOpCmdItem.java:[124] 
	this.data= data;
	           ^^^^
Null type mismatch (type annotations): required '@NonNull RJIOExternalizable' but this expression has type '@Nullable RJIOExternalizable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[47] 
	final String osname= System.getProperty("os.name").toLowerCase(Locale.ROOT); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getProperty(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[106] 
	varResolver= System::getenv;
	             ^^^^^^^^^^^^^^
Null type safety: parameter 1 provided via method descriptor Function<String,String>.apply(String) needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[219] 
	ServerUtils.prettyPrint(this.rLibPaths, sb);
	                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<Path>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[275] 
	return Collections.unmodifiableList(this.rLibPaths);
	                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull List<? extends Path>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[282] 
	final Path packagePath= path.resolve(name);
	                                     ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleMessageCmdItem.java:[49] 
	this.text= in.readString();
	           ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[144] 
	public static void prettyPrint(final Map map, final StringBuilder sb) {
	                                     ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[146] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[44] 
	state.filePath= io.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[48] 
	else {
				state.filePath= currentFilePath;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[49] 
	state.filePath= currentFilePath;
	                ^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[54] 
	state.elementId= io.readString();
	                 ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[58] 
	else {
				state.elementId= currentElementId;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[59] 
	state.elementId= currentElementId;
	                 ^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[61] 
	state.index= io.readIntArray();
	             ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[177] 
	public TracepointState(final RJIO io) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field elementId may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[177] 
	public TracepointState(final RJIO io) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field index may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[180] 
	this.filePath= io.readString();
	               ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[184] 
	this.elementId= io.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[185] 
	this.index= io.readIntArray();
	            ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[267] 
	else {
				return 0x1000;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[271] 
	else if (other.elementId != null) {
			return -0x1000;
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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[]'
168. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/Tracepoints.java (at line 320)
	return String.format("unknown: 0x%1$08X", type);
	                                          ^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[34] 
	private static RJ instance;
	                  ^^^^^^^^
The @NonNull field instance may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[39] 
	private @Nullable Map<String, Object>[] clientPropertiesMaps= new @Nullable 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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[51] 
	instance= this;
	^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[56] 
	instance= null;
	          ^^^^
Null type mismatch: required '@NonNull RJ' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[72] 
	new @Nullable 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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[90] 
	new @Nullable 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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleReadCmdItem.java:[73] 
	public ConsoleReadCmdItem(final RJIO in) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field text may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ConsoleReadCmdItem.java:[77] 
	this.text= in.readString();
	           ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/ElementTracepoints.java:[62] 
	this.elementId= io.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/ElementTracepoints.java:[75] 
	io.writeIntArray(this.elementSrcref, (this.elementSrcref != null) ? 6 : -1);
	                 ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'int @NonNull[]' but this expression has type 'int @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointPosition.java:[76] 
	io.writeIntArray(srcref, (srcref != null) ? 6 : -1);
	                 ^^^^^^
Null type mismatch: required 'int @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/CliUtil.java:[48] 
	this.command= args[idx++]; 
	              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/CliUtil.java:[56] 
	this.name= args[idx++];
	           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsStatus.java:[130] 
	out.writeUTF(this.text);
	             ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/FxAuthMethod.java:[75] 
	this.fileChannel= new RandomAccessFile(this.file, "rws").getChannel();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/FxAuthMethod.java:[75] 
	this.fileChannel= new RandomAccessFile(this.file, "rws").getChannel();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Resource leak: '<unassigned Closeable value>' is never closed
197. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java (at line 50)
	private final AppConfigurationEntry entry;
	                                    ^^^^^
The value of the field JaasAuthMethod.JaasConfig.entry is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[54] 
	this.entry= new AppConfigurationEntry(clazz, AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, new HashMap());
	                                                                                                    ^^^^^^^^^^^^^
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<String,?>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[54] 
	this.entry= new AppConfigurationEntry(clazz, AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, new HashMap());
	                                                                                                        ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[90] 
	super(id, true);
	      ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[110] 
	protected ImList<Callback> doCreateLogin() throws RjException {
	          ^^^^^^
The return type is incompatible with '@NonNull ImList<@NonNull Callback>' returned from ServerAuthMethod.doCreateLogin() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[129] 
	protected String doPerformLogin(final ImList<Callback> callbacks) throws LoginException, RjException {
	          ^^^^^^
The return type is incompatible with '@NonNull String' returned from ServerAuthMethod.doPerformLogin(ImList<Callback>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[129] 
	protected String doPerformLogin(final ImList<Callback> callbacks) throws LoginException, RjException {
	                                      ^^^^^^
Missing non-null annotation: inherited method from ServerAuthMethod specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[194] 
	this.pendingLoginCallback= ImCollections.newList(callbacks);
	                                                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Callback[]' needs unchecked conversion to conform to 'Callback @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[209] 
	copyAnswer(this.pendingLoginCallback, callbacks);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<Callback>' needs unchecked conversion to conform to '@NonNull ImList<@NonNull Callback>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[209] 
	copyAnswer(this.pendingLoginCallback, callbacks);
	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Callback[]' needs unchecked conversion to conform to 'Callback @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[377] 
	factory= new RjRmiServerSocketFactory(factory, RMISERVER_SERVERSOCKET_PORT_RANGE);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull PortRange' but this expression has type '@Nullable PortRange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[204] 
	public DbgCmdItem() {
	       ^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[210] 
	public DbgCmdItem(final RJIO io) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[219] 
	this.status.writeExternal(io);
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[223] 
	writeList((List<RJIOExternalizable>) this.data, io);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<RJIOExternalizable>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[248] 
	readRequestData(io, this.op) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[280] 
	this.data= null;
	           ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[285] 
	this.data= null;
	           ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[295] 
	this.data= data;
	           ^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable RJIOExternalizable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/SetDebugRequest.java:[47] 
	this.fName= null;
	            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/SetDebugRequest.java:[75] 
	this.fName= null;
	            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/SetDebugRequest.java:[79] 
	this.fName= io.readString();
	            ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/SetDebugRequest.java:[83] 
	this.fName= null;
	            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
222 problems (0 errors, 210 warnings, 12 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.server ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests >------
[INFO] Building [test-bundle] StatET RJ - Server - Tests  (Incubation) 4.8.0.202308171800-r [71/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.server.tests ---
[INFO] Resolving class path of [test-bundle] StatET RJ - Server - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.server.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.server.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.server.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.server.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.tests ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.rj.server.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/surefire.properties]
Running null
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in null
org.eclipse.statet.rj.server.dgb.TracepointsTest.toTypeName  Time elapsed: 0.032 s
org.eclipse.statet.rj.server.dgb.TracepointsTest.appendId(long)[1]  Time elapsed: 0.045 s
org.eclipse.statet.rj.server.dgb.TracepointsTest.appendId(long)[2]  Time elapsed: 0.002 s
org.eclipse.statet.rj.server.dgb.TracepointsTest.appendId(long)[3]  Time elapsed: 0.002 s
org.eclipse.statet.rj.server.dgb.TracepointsTest.appendId(long)[4]  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ---< org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools >---
[INFO] Building [bundle] StatET RJ - Server - Remote Tools  (Incubation) 4.8.0.202308171800-r [72/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Resolving class path of [bundle] StatET RJ - Server - Remote Tools  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/src does not exist
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.remotetools ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg >-------
[INFO] Building StatET RJ - Server - R Package Skeleton + API  (Incubation) 4.8.0.202308171800-r [73/145]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.statet.rj.server.rpkg ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests >---
[INFO] Building [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation) 4.8.0.202308171800-r [74/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core.tests ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/surefire.properties]
Running null
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.105 s - in null
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_directUpdate_randomLong  Time elapsed: 0.82 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_noUpdate_scrollCols  Time elapsed: 1.385 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_noUpdate_scrollRows  Time elapsed: 1.18 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_noUpdate_randomLong  Time elapsed: 0.225 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_noUpdate_random  Time elapsed: 0.194 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_ensureCached  Time elapsed: 0.001 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_directUpdate_random  Time elapsed: 0.233 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_directUpdate_scrollCols  Time elapsed: 1.534 s
org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest.get_directUpdate_scrollRows  Time elapsed: 1.489 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.rj.services.util.RCodeBuilderTest.appendChar  Time elapsed: 0.002 s
org.eclipse.statet.rj.services.util.RCodeBuilderTest.append_String  Time elapsed: 0.001 s
org.eclipse.statet.rj.services.util.RCodeBuilderTest.append_CharSequence  Time elapsed: 0.001 s
org.eclipse.statet.rj.services.util.RCodeBuilderTest.clear  Time elapsed: 0.001 s
org.eclipse.statet.rj.services.util.RCodeBuilderTest.append_CharSequenceStartEnd  Time elapsed: 0.001 s
org.eclipse.statet.rj.services.util.RCodeBuilderTest.toString_  Time elapsed: 0 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in null
org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest.setget_RIncludeDirectory_Win  Time elapsed: 0.004 s
org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest.setget_RHomeDirectory_Nix  Time elapsed: 0.001 s
org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest.setget_RHomeDirectory_Win  Time elapsed: 0.001 s
org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest.setget_RShareDirectory_Win  Time elapsed: 0.001 s
org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest.setget_RArch_Win  Time elapsed: 0.001 s
org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest.setget_RDocDirectory_Win  Time elapsed: 0 s

Results:

Tests run: 21, 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.8.0.202308171800-r      [75/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.client ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.client ---
[INFO] Resolving class path of org.eclipse.statet.rj.client...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.client ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[131] 
	this.rObjectFactory.createCharData(new String[] { character }));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[174] 
	return this.rObjectFactory.createList(values, names);
	                                              ^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RClientGraphicFactory.java:[68] 
	Map<String, ? extends @NonNull Object> getInitServerProperties();
	                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RGraphicCreatorImpl.java:[100] 
	fcall.evalVoid(m);
	               ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/RClientGraphicDummyFactory.java:[36] 
	public Map<String, ? extends @NonNull Object> getInitServerProperties() {
	                             ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[147] 
	System.arraycopy(this.array, 0, newArray, 0, oldCapacity);
	                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Runnable[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[202] 
	private final MainCmdC2SList mainC2SList= new MainCmdC2SList(this.mainIO);
	                                                             ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO'
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 264)
	properties.put(RjsComConfig.RJ_COM_S2C_ID_PROPERTY_ID, id);
	                                                       ^^
The expression of type int is boxed into Integer
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 275)
	final Map<String, ? extends Object> additional= this.graphicFactory.getInitServerProperties();
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,capture#of ? extends @NonNull Object>' is made accessible using the less-annotated type 'Map<String,? extends Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[410] 
	processPrompt(new ConsoleReadCmdItem(this.mainIO));
	                                     ^^^^^^^^^^^
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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[457] 
	final ExtClientCmdItem item= new ExtClientCmdItem(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[461] 
	item.setAnswer(answer);
	               ^^^^^^
Null type safety (type annotations): The expression of type 'RList' needs unchecked conversion to conform to '@NonNull RList'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[511] 
	devId, getGraphic(devId).computeSize() ));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[524] 
	devId, getGraphic(devId).computeFontMetric(
								io.readInt() )));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[529] 
	devId, getGraphic(devId).computeStringWidth(
								io.readString() )));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[625] 
	devId, getGraphic(devId).capture(
								io.readInt(),
								io.readInt() )));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[636] 
	devId, getGraphic(devId).runRLocator(
										AbstractRJComClient.this.rService,
										AbstractRJComClient.this.progressMonitor )));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[667] 
	final MainCtrlCmdItem item= new MainCtrlCmdItem(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[682] 
	final DataCmdItem item= new DataCmdItem(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[697] 
	final GraOpCmdItem item= new GraOpCmdItem(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[761] 
	final DbgCmdItem item= new DbgCmdItem(io);
	                                      ^^
Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO'
31. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 844)
	status.getCode() )));
	^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[850] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[881] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1033] 
	"Multiple C2S items:\\" + this.mainC2SFirst.toString() + "\n" + this.mainC2SFirst.next.toString() ));
	                                                                                  ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1136] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1159] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1197] 
	this.consoleReadCallback.setAnswer(input);
	                                   ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1225] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1226] 
	(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1227] 
	(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1228] 
	(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1229] 
	(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1230] 
	(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1231] 
	(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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1420] 
	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.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1600] 
	runMainLoop(null, new DbgCmdItem(dbgOp, 0, request), m);
	                                           ^^^^^^^
Null type safety (type annotations): The expression of type 'RJIOExternalizable' needs unchecked conversion to conform to '@NonNull RJIOExternalizable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1627] 
	runAsync(new DbgCmdItem(op, 0, request));
	                               ^^^^^^^
Null type safety (type annotations): The expression of type 'RJIOExternalizable' needs unchecked conversion to conform to '@NonNull RJIOExternalizable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1705] 
	return this.cancelHandler.toArray(new Callable[this.cancelHandler.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Callable[] needs unchecked conversion to conform to Callable<Boolean>[]
48 problems (0 errors, 45 warnings, 3 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.client ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.client:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.client:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.client ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.eclipse.statet.rj:org.eclipse.statet.rj.core >----------
[INFO] Building [bundle] StatET RJ - Java Core  (Incubation) 4.8.0.202308171800-r [76/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.core ---
[INFO] Resolving class path of [bundle] StatET RJ - Java Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.statet.rj-assemblies:rj.core >--------------
[INFO] Building rj.core 4.8.0.202308171800-r                           [77/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rj.core ---
[INFO] 
[INFO] ----< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core >-----
[INFO] Building [feature] StatET RJ - Core  (Incubation) 4.8.0.202308171800-r [78/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rj.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core ---
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver >--
[INFO] Building org.eclipse.statet.rj.server-consoleserver 4.8.0.202308171800-r [79/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- maven-assembly-plugin:3.6.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.8.0.202308171800-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.8.0.202308171800-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.8.0.202308171800-r; it doesn't have an associated file or directory.
[INFO] Building tar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.8.0-202308171800-r.tar.gz
[INFO] 
[INFO] -------------------< org.eclipse.statet.rj:rj.servi >-------------------
[INFO] Building rj.servi 4.8.0.202308171800-r                          [80/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.servi ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.servi ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5: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.8.0.202308171800-r       [81/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.servi ---
[INFO] Resolving class path of org.eclipse.statet.rj.servi...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.servi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.servi ---
[INFO] Compiling 53 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[89] 
	this.c2sList.setObjects(null);
	                        ^^^^
Null type mismatch: required '@NonNull MainCmdItem' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[246] 
	public Map<String, Object> getPlatformData() {
	       ^^^
The return type is incompatible with 'Map<String,Object>' returned from REngine.getPlatformData() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[251] 
	public void setProperties(final Map<String, ? extends @NonNull Object> properties) throws RemoteException {
	                                ^^^
Illegal redefinition of parameter properties, inherited method from REngine does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[251] 
	public void setProperties(final Map<String, ? extends @NonNull Object> properties) throws RemoteException {
	                                                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[265] 
	public RjsComObject runMainLoop(final RjsComObject com) throws RemoteException {
	                                      ^^^^^^^^^^^^
Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[270] 
	public RjsComObject runAsync(final RjsComObject com) throws RemoteException {
	                                   ^^^^^^^^^^^^
Illegal redefinition of parameter com, inherited method from REngine does not constrain this parameter
7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java (at line 289)
	private @Nullable String currentClientLabel;
	                         ^^^^^^^^^^^^^^^^^^
The value of the field NodeServer.currentClientLabel is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[355] 
	public Object execute(final String command, final Map<String, ? extends @NonNull Object> args,
	                                                                        ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[456] 
	public void setProperties(final Map<String, ? extends @NonNull Object> properties, final Object caller) throws RemoteException {
	                                                      ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[115] 
	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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[117] 
	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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[119] 
	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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[121] 
	Utils.getProperty(map, MIN_IDLE_MILLIS_ID, MIN_IDLE_TIME_ID) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[123] 
	Utils.getProperty(map, MAX_WAIT_MILLIS_ID, MAX_WAIT_TIME_ID) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolConfig.java:[125] 
	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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java (at line 157)
	@SuppressWarnings("null") // init in ::readExternal
	                  ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[163] 
	init(in.readLong(), (PoolRef)in.readObject(), (RServiBackend)in.readObject());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RServiImpl.PoolRef' needs unchecked conversion to conform to 'RServiImpl.@NonNull PoolRef'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[163] 
	init(in.readLong(), (PoolRef)in.readObject(), (RServiBackend)in.readObject());
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RServiBackend' needs unchecked conversion to conform to '@NonNull RServiBackend'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[189] 
	return this.rHandle;
	       ^^^^^^^^^^^^
Null type mismatch (type annotations): required 'THandle' but this expression has type '@Nullable THandle', where 'THandle' is a free type variable
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java (at line 197)
	this.rjs.initClient(this.rHandle, this, properties, this.rjsId);
	                                        ^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>'
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java (at line 198)
	this.rjs.setRjsProperties(properties);
	                          ^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,? extends Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[200] 
	final long checkIntervalMillis= this.poolRef.getCheckIntervalMillis();
	                                     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[263] 
	this.poolRef.returnObject(this.accessId);
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[278] 
	this.poolRef.returnObject(this.accessId);
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[295] 
	return this.rjs.getRPlatform();
	       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPlatform' needs unchecked conversion to conform to '@NonNull RPlatform'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[322] 
	return this.rjs.evalData(expression, null, null, 0, RService.DEPTH_INFINITE, m);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[332] 
	return this.rjs.evalData(expression, null, factoryId, options, depth, m);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[342] 
	return this.rjs.evalData(expression, envir, factoryId, options, depth, m);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[351] 
	return this.rjs.evalData(reference, null, 0, -1, m);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[361] 
	return this.rjs.evalData(reference, factoryId, options, depth, m);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[373] 
	return new BasicFQRObject<>(this.rHandle, (REnvironment) data[1], symbol, data[0]);
	                            ^^^^^^^^^^^^
Null type mismatch (type annotations): required 'THandle' but this expression has type '@Nullable THandle', where 'THandle' is a free type variable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[373] 
	return new BasicFQRObject<>(this.rHandle, (REnvironment) data[1], symbol, data[0]);
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnvironment' needs unchecked conversion to conform to '@NonNull REnvironment'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[373] 
	return new BasicFQRObject<>(this.rHandle, (REnvironment) data[1], symbol, data[0]);
	                                                                          ^^^^^^^
Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[404] 
	return this.rjs.downloadFile(fileName, options, m);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'byte[]' needs unchecked conversion to conform to 'byte @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[162] 
	if (poolId == null) {
			throw new NullPointerException("poolId");
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[165] 
	if (context == null) {
			throw new NullPointerException("context");
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 169)
	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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[223] 
	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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[515] 
	final RServiNode node= (RServiNode)server.execute(Server.C_RSERVI_NODECONTROL, null, login);
	                                                                               ^^^^
Null type mismatch: required '@NonNull Map<@NonNull String,? extends @NonNull Object>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[528] 
	node.runSnippet(line);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[542] 
	handler.isConsoleEnabled= node.setConsole(p.authConfig);
	                          ^^^^
Potential null pointer access: The variable node may be null at this location
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 637)
	this.factoryId, System.nanoTime(), counter );
	                ^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
48. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 637)
	this.factoryId, System.nanoTime(), counter );
	                                   ^^^^^^^
The expression of type int is boxed into Integer
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeManager.java (at line 64)
	private final RMIRegistry registry;
	                          ^^^^^^^^
The value of the field LocalNodeManager.registry is not used
50. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 375)
	if (this.rmiEmbeddedPorts.add(registryPort)) {
	                              ^^^^^^^^^^^^
The expression of type int is boxed into Integer
51. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 376)
	logWarning(String.format("Found running RMI registry at port %1$s, embedded RMI registry will not be started.", registryPort));
	                                                                                                                ^^^^^^^^^^^^
The expression of type int is boxed into Integer
52. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 384)
	logInfo(String.format("Embedded RMI registry at port %1$s started.", registryPort));
	                                                                     ^^^^^^^^^^^^
The expression of type int is boxed into Integer
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 387)
	logError(String.format("Failed to start embedded RMI registry at port %1$s.", registryPort),
	                                                                              ^^^^^^^^^^^^
The expression of type int is boxed into Integer
54. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 395)
	logInfo(String.format("Found running RMI registry at port %1$s.", registryPort));
	                                                                  ^^^^^^^^^^^^
The expression of type int is boxed into Integer
55. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 398)
	logError(String.format("Failed to connect to RMI registry at port %1$s.", registryPort),
	                                                                          ^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/rj/servi/node/RServiNodeConfig.java:[152] 
	setRHome(config.getRHomeDirectoryPath().toString());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRHomeDirectoryPath() may return null
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/NetConfig.java (at line 92)
	@SuppressWarnings("null")
	                  ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
58. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/NetConfig.java (at line 97)
	@SuppressWarnings("null")
	                  ^^^^^^
At least one of the problems in category 'null' is not analysed due to a compiler option being ignored
59. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2.java (at line 141)
	millis, CLIENT_ALLOCATION_RENEW_PERIOD_MILLIS_MIN_VALUE ));
	^^^^^^
The expression of type int is boxed into Integer
60. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2.java (at line 141)
	millis, CLIENT_ALLOCATION_RENEW_PERIOD_MILLIS_MIN_VALUE ));
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
60 problems (0 errors, 42 warnings, 18 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.servi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.servi ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.servi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.servi ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests >-------
[INFO] Building [test-bundle] StatET RJ - RServi - Tests  (Incubation) 4.8.0.202308171800-r [82/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Resolving class path of [test-bundle] StatET RJ - RServi - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.servi.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/S4ObjExchangeTest.java:[161] 
	new String[] { "red" } ));
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/S4ObjExchangeTest.java:[223] 
	new String[] { "testId" } ));
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/DataFrameExchangeTest.java:[109] 
	new String[] { "Class A", "Class B" });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/DataFrameExchangeTest.java:[111] 
	final @NonNull String[] rowNames= new String[testArg.rowCount];
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/DataFrameExchangeTest.java:[115] 
	return this.rObjectFactory.createDataFrame(colStores, colNames, rowNames);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RStore<?>[]' needs unchecked conversion to conform to '@NonNull RStore<?> @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java:[129] 
	final CharsetEncoder encoder= NATIVE_CHARSET.newEncoder();
	                              ^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java:[139] 
	NATIVE_CODEPOINTS= null;
	                   ^^^^
Null type mismatch: required '@NonNull ImIntList' but the provided value is null
8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java (at line 163)
	throw new IllegalArgumentException(String.format("%1$08X", flags));
	                                                           ^^^^^
The expression of type int is boxed into Integer
9. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java (at line 204)
	throw new IllegalArgumentException(String.format("%1$08X", flags));
	                                                           ^^^^^
The expression of type int is boxed into Integer
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java (at line 241)
	(s != null) ? s.length() : "NA",
	              ^^^^^^^^^^
The expression of type int is boxed into Integer
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java (at line 242)
	(s != null) ? s.getBytes(StandardCharsets.UTF_8).length : "NA" ));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java (at line 394)
	ALL, String.format("U+%1$X0000-U+%1$XFFFF (%2$s) Chars", p, U_PLANES[p]) );
	                                                         ^
The expression of type int is boxed into Integer
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreCharExchangeTest.java (at line 412)
	.mapToObj((cp) -> String.format("U+%1$04X", cp))
	                                            ^^
The expression of type int is boxed into Integer
14. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/service/integrationtests/StoreOrderedExchangeTest.java (at line 43)
	private static final int intNA= Integer.MIN_VALUE;
	                         ^^^^^
The value of the field StoreOrderedExchangeTest.intNA is not used
15. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 185)
	assertEquals(false, servi1.isClosed());
	             ^^^^^
The expression of type boolean is boxed into Boolean
16. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 185)
	assertEquals(false, servi1.isClosed());
	                    ^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
17. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 188)
	assertEquals(true, servi1.isClosed());
	             ^^^^
The expression of type boolean is boxed into Boolean
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 188)
	assertEquals(true, servi1.isClosed());
	                   ^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 286)
	dExpected, d3, deltaMillis ));
	               ^^^^^^^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[360] 
	final Accessor rjsClient= new Accessor(servi1Impl.getFieldObj("rjs"), AbstractRJComClient.class);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[436] 
	final Accessor nodeHandler= new Accessor(node1.getNodeHandler(), NodeHandler.class);
	                                         ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable NodeHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[638] 
	final Accessor nodeHandler= new Accessor(node1.getNodeHandler(), NodeHandler.class);
	                                         ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable NodeHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[667] 
	final var poolNodeObjects= this.server.getManager().getPoolNodeObjects();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getManager() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[196] 
	final Duration dMax= new RServiNodeConfig().getStartStopTimeout().plusMillis(1500);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getStartStopTimeout() may return null
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 167)
	() -> String.format("NA at %1$s of %2$s", idx, label) );
	                                          ^^^
The expression of type int is boxed into Integer
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 173)
	() -> String.format("NA at %1$s of %2$s", idx) );
	                                          ^^^
The expression of type int is boxed into Integer
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 174)
	assertEquals(expected, store.getLogi(idx),
	             ^^^^^^^^
The expression of type boolean is boxed into Boolean
28. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 174)
	assertEquals(expected, store.getLogi(idx),
	                       ^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
29. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 175)
	() -> String.format("int at %1$s of %2$s", idx, label) );
	                                           ^^^
The expression of type int is boxed into Integer
30. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 181)
	() -> String.format("NA at %1$s of %2$s", idx, label) );
	                                          ^^^
The expression of type int is boxed into Integer
31. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 183)
	() -> String.format("int at %1$s of %2$s", idx, label) );
	                                           ^^^
The expression of type int is boxed into Integer
32. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 200)
	+ String.format("expected: %s but was: %s", expected, actual) );
	                                            ^^^^^^^^
The expression of type double is boxed into Double
33. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 200)
	+ String.format("expected: %s but was: %s", expected, actual) );
	                                                      ^^^^^^
The expression of type double is boxed into Double
34. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 207)
	() -> String.format("NA at %1$s of %2$s", idx, label) );
	                                          ^^^
The expression of type int is boxed into Integer
35. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 209)
	assertEquals(nan, store.isNaN(idx),
	             ^^^
The expression of type boolean is boxed into Boolean
36. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 209)
	assertEquals(nan, store.isNaN(idx),
	                  ^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
37. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 210)
	() -> String.format("NaN at %1$s of %2$s", idx, label) );
	                                           ^^^
The expression of type int is boxed into Integer
38. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 213)
	() -> String.format("num at %1$s of %2$s", idx, label) );
	                                           ^^^
The expression of type int is boxed into Integer
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 221)
	() -> String.format("NA at %1$s of %2$s", idx, label) );
	                                          ^^^
The expression of type int is boxed into Integer
40. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 223)
	assertEquals(nan, store.isNaN(idx),
	             ^^^
The expression of type boolean is boxed into Boolean
41. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 223)
	assertEquals(nan, store.isNaN(idx),
	                  ^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 224)
	() -> String.format("NaN at %1$s of %2$s", idx, label) );
	                                           ^^^
The expression of type int is boxed into Integer
43. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 227)
	() -> String.format("cplxRe at %1$s of %2$s", idx, label) );
	                                              ^^^
The expression of type int is boxed into Integer
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 229)
	() -> String.format("cplxIm at %1$s of %2$s", idx, label) );
	                                              ^^^
The expression of type int is boxed into Integer
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 236)
	() -> String.format("NA at %1$s of %2$s", idx, label) );
	                                          ^^^
The expression of type int is boxed into Integer
46. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 245)
	() -> String.format("char at %1$s of %2$s", idx, label) );
	                                            ^^^
The expression of type int is boxed into Integer
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 254)
	() -> String.format("NA at %1$s of %2$s", idx, label) );
	                                          ^^^
The expression of type int is boxed into Integer
48. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/test/RDataAssertions.java (at line 256)
	() -> String.format("char at %1$s of %2$s", idx, label) );
	                                            ^^^
The expression of type int is boxed into Integer
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java (at line 109)
	final StringBuilder sb= new StringBuilder(String.format("%1$d exception(s) occurred:", errors.size()));
	                                                                                       ^^^^^^^^^^^^^
The expression of type int is boxed into Integer
50. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java (at line 112)
	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
50 problems (0 errors, 12 warnings, 38 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.servi.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.tests ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/surefire.properties]
Running null
Tests run: 16, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 0.065 s - in null
org.eclipse.statet.rj.servi.service.integrationtests.S4ObjExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.DataFrameExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreCharExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.VectorExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StructOnlyExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreRawExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.FCallTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreOrderedExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreLogiExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreCplxExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreIntExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.EvalRExpressionTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.FileExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreFactorExchangeTest skipped
org.eclipse.statet.rj.servi.service.integrationtests.StoreNumExchangeTest skipped
org.eclipse.statet.rj.servi.test.SpareTest.test  Time elapsed: 0.023 s

Results:

Tests run: 16, Failures: 0, Errors: 0, Skipped: 15

[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.8.0.202308171800-r [83/145]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0: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:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- maven-war-plugin:3.3.1:war (default-war) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [org.eclipse.statet.rj.servi.webapp] in [/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/target/org.eclipse.statet.rj.servi.webapp-4.8.0.202308171800-r]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/target/rservi.war
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] -------------< org.eclipse.statet.rj-assemblies:rj.servi >--------------
[INFO] Building rj.servi 4.8.0.202308171800-r                          [84/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.servi ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.servi ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rj.servi ---
[INFO] 
[INFO] ------------------< org.eclipse.statet.rj:rj.eclient >------------------
[INFO] Building rj.eclient 4.8.0.202308171800-r                        [85/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.eclient ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rj.eclient ---
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core >------
[INFO] Building [bundle] StatET RJ - Eclipse Client - Core  (Incubation) 4.8.0.202308171800-r [86/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Resolving class path of [bundle] StatET RJ - Eclipse Client - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.eclient.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.eclient.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.core ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.eclient.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient >---------
[INFO] Building [bundle] StatET RJ - Eclipse Client  (Incubation) 4.8.0.202308171800-r [87/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.eclient ---
[INFO] Resolving class path of [bundle] StatET RJ - Eclipse Client  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.eclient ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.eclient ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.eclient ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.eclient ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.eclient ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics >----
[INFO] Building [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation) 4.8.0.202308171800-r [88/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Resolving class path of [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[217] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from PreferencePage.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[217] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from PreferencePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[218] 
	final Composite pageComposite= new Composite(parent, SWT.NONE);
	                                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[253] 
	{	final Label label= new Label(this.customDpiComposite, SWT.LEFT);
	 	                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[263] 
	{	final Label label= new Label(this.customDpiComposite, SWT.LEFT);
	 	                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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'
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[356] 
	final Label label= new Label(group, SWT.NONE);
	                             ^^^^^
Null type safety (type annotations): The expression of type 'Group' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[360] 
	label.setText(text);
	              ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[362] 
	pref.valueLabel= new Label(group, SWT.BORDER);
	                           ^^^^^
Null type safety (type annotations): The expression of type 'Group' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[366] 
	final Button button= new Button(group, SWT.PUSH);
	                                ^^^^^
Null type safety (type annotations): The expression of type 'Group' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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'
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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'
24. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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>'
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 416)
	.setAfterGetValidator(new DecimalValidator(10.0, 10000.0,
								"The value for Horizontal (x) DPI is invalid (10-10000)." )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull DecimalValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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>'
30. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java (at line 424)
	.setAfterGetValidator(new DecimalValidator(10.0, 10000.0,
								"The value for Vertical (x) DPI is invalid (10-10000)." )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull DecimalValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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
32. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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
34. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[497] 
	this.symbolEncodingControl.setSelection(new StructuredSelection(SYMBOL_ENCODING_DEFAULT));
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicsPreferencePage.Encoding' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[525] 
	setCustomDpi(node.get(RGraphics.PREF_DISPLAY_CUSTOM_DPI_KEY, null));
	             ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[531] 
	node.put(RGraphics.PREF_DISPLAY_CUSTOM_DPI_KEY,
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[535] 
	node.remove(RGraphics.PREF_DISPLAY_CUSTOM_DPI_KEY);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[551] 
	this.symbolUseControl.setSelection(node.getBoolean(RGraphics.PREF_FONTS_SYMBOL_USE_KEY, true));
	                                   ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[554] 
	new Encoding(null, s) : SYMBOL_ENCODING_DEFAULT ));
	                        ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicsPreferencePage.Encoding' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicsPreferencePage.java:[566] 
	node.putBoolean(RGraphics.PREF_FONTS_SYMBOL_USE_KEY, this.symbolUseControl.getSelection());
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[151] 
	public TestBed(final Device device) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field gc may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[168] 
	this.font= null;
	           ^^^^
Null type mismatch: required 'FontManager.@NonNull FontInstance' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[272] 
	this.gc= null;
	         ^^^^
Null type mismatch: required '@NonNull GC' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[552] 
	return fontProperties;
	       ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'double @NonNull[]' but this expression has type 'double @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[184] 
	public Map<String, ? extends @NonNull Object> getInitServerProperties() {
	                             ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[202] 
	map.put("display.ppi", dpi.get()); //$NON-NLS-1$
	                       ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type 'double @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[346] 
	this.handlerCollection.get(LOCATOR_DONE_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[351] 
	this.handlerCollection.get(LOCATOR_CANCEL_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[407] 
	this.handlerCollection.get(RESIZE_FIT_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicCompositeActionSet.java:[457] 
	widget.addListener(SWT.MouseDown, this.mouseListenerListener);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicCompositeActionSet.MouseLocationListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/PreferenceInitializer.java:[38] 
	node.put(RGraphics.PREF_FONTS_SERIF_FONTNAME_KEY, "Times New Roman"); //$NON-NLS-1$
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/PreferenceInitializer.java:[43] 
	node.put(RGraphics.PREF_FONTS_SERIF_FONTNAME_KEY, "Serif"); //$NON-NLS-1$
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[59] 
	protected boolean flushCache(final Control control) {
	                                   ^^^^^^^
Missing non-null annotation: inherited method from Layout specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[64] 
	protected Point computeSize(final Composite composite, final int wHint, final int hHint, final boolean flushCache) {
	          ^^^^^
The return type is incompatible with '@NonNull Point' returned from Layout.computeSize(Composite, int, int, boolean) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[64] 
	protected Point computeSize(final Composite composite, final int wHint, final int hHint, final boolean flushCache) {
	                                  ^^^^^^^^^
Missing non-null annotation: inherited method from Layout specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[77] 
	protected void layout(final Composite composite, final boolean flushCache) {
	                            ^^^^^^^^^
Missing non-null annotation: inherited method from Layout specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[85] 
	if (hBar.getSize().y >= sc.getSize().y) {
	    ^^^^
Potential null pointer access: The variable hBar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[88] 
	if (vBar.getSize().x >= sc.getSize().x) {
	    ^^^^
Potential null pointer access: The variable vBar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[265] 
	super(parent, checkStyle(SWT.H_SCROLL | SWT.V_SCROLL));
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[271] 
	hBar.setVisible(false);
	^^^^
Potential null pointer access: The variable hBar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[280] 
	vBar.setVisible(false);
	^^^^
Potential null pointer access: The variable vBar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[307] 
	addListener(SWT.MouseDown, this.panListener);
	                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[308] 
	addListener(SWT.MouseMove, this.panListener);
	                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[309] 
	addListener(SWT.MouseExit, this.panListener);
	                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[310] 
	addListener(SWT.MouseUp, this.panListener);
	                         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[311] 
	addListener(SWT.KeyDown, this.panListener);
	                         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[312] 
	this.canvas.addListener(SWT.MouseDown, this.panListener);
	                                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[313] 
	this.canvas.addListener(SWT.MouseMove, this.panListener);
	                                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[314] 
	this.canvas.addListener(SWT.MouseExit, this.panListener);
	                                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[315] 
	this.canvas.addListener(SWT.MouseUp, this.panListener);
	                                     ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[316] 
	this.canvas.addListener(SWT.KeyDown, this.panListener);
	                                     ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RGraphicComposite.PanListener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[336] 
	hostRect.width-= getVerticalBar().getSize().x;
	                 ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getVerticalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[345] 
	hostRect.height-= getHorizontalBar().getSize().y;
	                  ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getHorizontalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[398] 
	public void setLayout (final Layout layout) {
	                             ^^^^^^
Missing nullable annotation: inherited method from Composite specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[432] 
	public void mouseDown(final MouseEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[446] 
	public void mouseUp(final MouseEvent e) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[449] 
	public void mouseDoubleClick(final MouseEvent e) {
	                                   ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[489] 
	hBar.setMaximum(this.width);
	^^^^
Potential null pointer access: The variable hBar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/RGraphicComposite.java:[492] 
	vBar.setMaximum(this.height);
	^^^^
Potential null pointer access: The variable vBar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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
124. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/ColorManager.java (at line 36)
	Color color= this.colors.get(rgb);
	             ^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IntHashMap<@NonNull Color>'. Type 'IntHashMap<V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/ColorManager.java:[37] 
	if (color == null) {
			color= new Color(
					(rgb & 0xff), ((rgb >>> 8) & 0xff), ((rgb >>> 16) & 0xff) );
			this.colors.put(rgb, color);
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/ColorManager.java:[40] 
	this.colors.put(rgb, color);
	                     ^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[138] 
	if (this.viewId.equals(getId(refs[i])) && refs[i].getView(false) == null) {
	                             ^^^^^^^
Null type safety (type annotations): The expression of type 'IViewReference' needs unchecked conversion to conform to '@NonNull IViewReference'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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 mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[467] 
	HandlerContributionItem.STYLE_PUSH, null, false), handlers.get(".OpenView")));
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[242] 
	update= ImCollections.newList(EclipseRGraphic.this.instructionsUpdate)
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to 'ERGraphicInstruction @NonNull[]'
144. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java (at line 332)
	private int currentFontRFace;
	            ^^^^^^^^^^^^^^^^
The value of the field EclipseRGraphic.currentFontRFace is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[473] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[475] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[516] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[581] 
	this.display.asyncExec(runnable);
	                       ^^^^^^^^
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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[662] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[665] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[665] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[675] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[761] 
	this.currentFontFamily= this.swtFontManager.getFamily(family);
	                                                      ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[945] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[978] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[986] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1192] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1239] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1240] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1244] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1259] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1271] 
	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.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[60] 
	public boolean changed(final int event, final Tool process) {
	                                              ^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[60] 
	public boolean changed(final int event, final Tool process) {
	                                              ^^^^
Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[76] 
	public void run(final RToolService r, final ProgressMonitor m) throws StatusException {
	                      ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[76] 
	public void run(final RToolService r, final ProgressMonitor m) throws StatusException {
	                                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[97] 
	public boolean changed(final int event, final Tool tool) {
	                                              ^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[97] 
	public boolean changed(final int event, final Tool tool) {
	                                              ^^^^
Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[116] 
	public void run(final RToolService r, final ProgressMonitor m) throws StatusException {
	                      ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[116] 
	public void run(final RToolService r, final ProgressMonitor m) throws StatusException {
	                                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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
171 problems (0 errors, 161 warnings, 10 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.graphics ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.eclipse.statet.rj-assemblies:rj.eclient >-------------
[INFO] Building rj.eclient 4.8.0.202308171800-r                        [89/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.eclient ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rj.eclient ---
[INFO] 
[INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient >---
[INFO] Building [feature] StatET RJ - Eclipse Client  (Incubation) 4.8.0.202308171800-r [90/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.eclient ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rj.eclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.eclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.eclient ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient ---
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e >---
[INFO] Building [feature] StatET RJ - RServi E-Compilation  (Incubation) 4.8.0.202308171800-r [91/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.e ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rj.servi.e ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.servi.e ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.servi.e ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.e ---
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository >--
[INFO] Building Eclipse StatET RJ - RServi 4.8.0.202308171800-r        [92/145]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.repository ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.servi.repository ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.rj.servi.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ org.eclipse.statet.rj.servi.repository ---
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.server,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.graphics,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.coremisc.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.data,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.client.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.services.core.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.eclient.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.servi.e.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.uimisc,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.core.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.uimisc.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.data.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.servi.e,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.servi.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.server.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.util.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.util,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.coremisc,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.graphics.source,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.client,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.servi,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.services.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.eclient,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.core.source,4.8.0.202308171800-r.
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ org.eclipse.statet.rj.servi.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/target/org.eclipse.statet.rj.servi.repository-4.8.0.202308171800-r.zip
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:verify-repository (verify) @ org.eclipse.statet.rj.servi.repository ---
[INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/target/repository
[INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/_assemblies/repository/target/repository/' has been verified successfully
[INFO] 
[INFO] -----------------< org.eclipse.statet.rj:rj.examples >------------------
[INFO] Building rj.examples 4.8.0.202308171800-r                       [93/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rj.examples ---
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo >------
[INFO] Building [bundle] StatET RJ - RServi Demo  (Incubation) 4.8.0.202308171800-r [94/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.demo ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.example.demo ---
[INFO] Resolving class path of [bundle] StatET RJ - RServi Demo  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.example.demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.example.demo ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[389] 
	final Label label= new Label(composite, SWT.NONE);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[390] 
	label.setText(text);
	              ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[396] 
	final Label label= new Label(composite, SWT.NONE);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[682] 
	inst.install(fRServi, null);
	             ^^^^^^^
Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/DemoApp.java:[682] 
	inst.install(fRServi, null);
	                      ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[83] 
	nPointsLabel= new Label(shell, SWT.NULL);
	                        ^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[95] 
	correlationLabel= new Label(shell, SWT.NULL);
	                            ^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[102] 
	correlationValueLabel= new Label(shell, SWT.NULL);
	                                 ^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[121] 
	pngLabel= new Label(shell, SWT.IMAGE_PNG);
	                    ^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[129] 
	messageLabel= new Label(shell, SWT.BORDER);
	                        ^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[157] 
	public void mouseUp(MouseEvent e) {
	                    ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[161] 
	public void mouseDown(MouseEvent e) {
	                      ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/org/eclipse/statet/rj/example/demo/more/CorrelationPlotter.java:[169] 
	public void mouseDoubleClick(MouseEvent e) {
	                             ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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
50 problems (50 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.example.demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.example.demo ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.example.demo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.demo ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.example.demo ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1 >----
[INFO] Building [bundle] StatET RJ - RServi RCP Demo 1  (Incubation) 4.8.0.202308171800-r [95/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Resolving class path of [bundle] StatET RJ - RServi RCP Demo 1  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[65] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[58] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[84] 
	RjsComConfig.setProperty("rj.servi.graphicFactory", graphicFactory);
	                                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RClientGraphicFactory' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[165] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[169] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[194] 
	return RServiUtils.getRServi(config.address, key);
	                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
24 problems (24 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2 >----
[INFO] Building [bundle] StatET RJ - RServi RCP Demo 2  (Incubation) 4.8.0.202308171800-r [96/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Resolving class path of [bundle] StatET RJ - RServi RCP Demo 2  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/GraphDemoView.java:[77] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[45] 
	import org.eclipse.statet.internal.rj.servi.RServiImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RServiImpl<THandle>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[185] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[239] 
	public boolean belongsTo(final Object family) {
	                               ^^^^^^
Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[285] 
	if (event.getResult().getSeverity() == IStatus.CANCEL) {
	    ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getResult() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[371] 
	((RServiImpl<RTool>) this.servi).setRHandle(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RServi to RServiImpl<RTool>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[371] 
	((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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[371] 
	((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.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[374] 
	else {
			doTerminate();
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[388] 
	this.servi= null;
	            ^^^^
Null type mismatch: required '@NonNull RServi' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/internal/rj/example/rcpdemo/views/RServiConfigView.java:[58] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[85] 
	RjsComConfig.setProperty("rj.servi.graphicFactory", graphicFactory);
	                                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RClientGraphicFactory' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/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.8.x-r/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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[168] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[172] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[190] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[217] 
	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.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[260] 
	return RServiUtils.getRServi(config.address, key);
	                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
33 problems (33 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.eclipse.statet.rj-assemblies:rj.examples >------------
[INFO] Building rj.examples 4.8.0.202308171800-r                       [97/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rj.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rj.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rj.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rj.examples ---
[INFO] 
[INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2 >--
[INFO] Building [feature] StatET RJ - RCP Demo 2  (Incubation) 4.8.0.202308171800-r [98/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --------------< org.eclipse.statet.rj-assemblies:rcpdemo >--------------
[INFO] Building [product] RServi RCP Demo 4.8.0.202308171800-r         [99/145]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcpdemo ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ rcpdemo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ rcpdemo ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ rcpdemo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ rcpdemo ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ rcpdemo ---
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.graphics,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.client,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.eclient,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.data,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.example.rcpdemo2,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.example.rcpdemo2,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.services.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.server,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,rcpdemo.executable.gtk.linux.x86_64,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,rcpdemo.executable.win32.win32.x86_64,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,rcpdemo.executable.cocoa.macosx.x86_64,4.8.0.202308171800-r.
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ rcpdemo ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/rcpdemo-4.8.0.202308171800-r.zip
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rcpdemo ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ rcpdemo ---
[INFO] Installing product rcpdemo for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/linux/gtk/x86_64
Installing rcpdemo 4.8.0.202308171800-r.
Operation completed in 4633 ms.
[INFO] Installing product rcpdemo for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/win32/win32/x86_64
Installing rcpdemo 4.8.0.202308171800-r.
Operation completed in 4465 ms.
[INFO] Installing product rcpdemo for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/macosx/cocoa/x86_64/Eclipse.app
Installing rcpdemo 4.8.0.202308171800-r.
Operation completed in 3666 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ rcpdemo ---
[INFO] Building tar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:verify-repository (verify) @ rcpdemo ---
[INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/repository
[INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/repository/' has been verified successfully
[INFO] 
[INFO] -------------------< org.eclipse.statet.rhelp:rhelp >-------------------
[INFO] Building rhelp 4.8.0.202308171800-r                            [100/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rhelp ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rhelp ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rhelp ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rhelp ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rhelp ---
[INFO] 
[INFO] -------< org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core >-------
[INFO] Building org.eclipse.statet.rhelp.core 4.8.0.202308171800-r    [101/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rhelp.core ---
[INFO] Resolving class path of org.eclipse.statet.rhelp.core...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rhelp.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rhelp.core ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/jetty/JettyResourceHandler.java:[59] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/jetty/JettyResourceHandler.java:[66] 
	type= this.specialMediaTypes.getMediaTypeString(filename);
	           ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/jetty/JettyResourceHandler.java (at line 127)
	releaseContent= sendData(req, resp, false, content, reqRanges);
	                                                    ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Enumeration<@NonNull String>' is made accessible using the less-annotated type 'Enumeration<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[109] 
	public RdItem(final String pkg, final String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field imTopics may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[168] 
	this.concepts.add(concept);
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[243] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[247] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[281] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[289] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[298] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[301] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[304] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[307] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[316] 
	{	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[344] 
	item.examplesTxt= html2txt(s[1]);
	                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[346] 
	item.mainTxt= html2txt(s[0]);
	                       ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[441] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field existingPackages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[441] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keywordGroups may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[441] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field luceneDirectory may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[441] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field luceneWriter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[441] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field packages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[465] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[473] 
	this.status.add(status);
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[473] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[474] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[477] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[498] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[499] 
	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.8.x-r/statet/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 'Throwable' needs unchecked conversion to conform to '@NonNull Throwable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[581] 
	this.status.add(Status.newStatus((docDirPath != null) ? Status.INFO : Status.WARNING, RHelpCore.BUNDLE_ID,
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[679] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[716] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[729] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[740] 
	if (this.luceneWriter == null) {
			return null;
		}
	                               ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[788] 
	this.luceneWriter= null;
	                   ^^^^
Null type mismatch: required '@NonNull IndexWriter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[816] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[822] 
	this.luceneWriter= null;
	                   ^^^^
Null type mismatch: required '@NonNull IndexWriter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[851] 
	this.luceneWriter= null;
	                   ^^^^
Null type mismatch: required '@NonNull IndexWriter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[854] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[858] 
	this.luceneDirectory= null;
	                      ^^^^
Null type mismatch: required '@NonNull FSDirectory' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[874] 
	&& !Files.isRegularFile(basePath.resolve(res.getPdfPath())) ) {
	                                         ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java (at line 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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[304] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[325] 
	final RPkgHelp pkgHelp= help.getPkgHelp(info.segments[1]);
	                                        ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[331] 
	processPkgPage(pkgHelp, info.segments[3], 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.8.x-r/statet/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.8.x-r/statet/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'
48. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RequestStreamCollector.java (at line 140)
	matchCount, this.fragmentCollection.toArray(new @NonNull MatchFragment[this.fragmentCollection.size()]) ) :
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'RHelpSearchMatch.@NonNull MatchFragment @NonNull[]' is made accessible using the less-annotated type 'RHelpSearchMatch.MatchFragment @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[94] 
	public EnvItem(final REnv rEnv) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field configStateType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[529] 
	item.help.lock();
	     ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[539] 
	item.help.lock();
	     ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RunExamplesRunnable.java:[48] 
	public RunExamplesRunnable(final RHelpPage helpPage) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field tool may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RHelpHtmlUtils.java:[69] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 since version 1.1
75. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderUtils.java (at line 99)
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[120] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[120] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[179] 
	throw this.exception;
	           ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
79. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 230)
	(double) this.queueCumCount / this.count )));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
80. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 343)
	tKeywords / 1_000_000, tPackages / 1_000_000 )));
	^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
81. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 343)
	tKeywords / 1_000_000, tPackages / 1_000_000 )));
	                       ^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[456] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[584] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[586] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[587] 
	{	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[588] 
	if (!store.isNA(0)) {
	     ^^^^^
Potential null pointer access: The variable store may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[592] 
	{	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[593] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[595] 
	final String alias= store.getChar(k).trim();
	                    ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getChar(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[602] 
	{	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[603] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[605] 
	final String keyword= store.getChar(k).trim();
	                      ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getChar(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[612] 
	{	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[613] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[615] 
	final String concept= store.getChar(k).trim();
	                      ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getChar(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[622] 
	{	final RStore<?> store= rdData.get("HTML").getData(); //$NON-NLS-1$
	 	                       ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpManager.java:[77] 
	public RHelpManager(final REnvManager rEnvManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field serverUpdateExecutor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpManager.java:[145] 
	if (query == null) {
			throw new NullPointerException("query"); //$NON-NLS-1$
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpManager.java:[148] 
	if (requestor == null) {
			throw new NullPointerException("requestor"); //$NON-NLS-1$
		}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[100] 
	return url.getPath().substring(this.contextPath.length());
	       ^^^^^^^^^^^^^
Potential null pointer access: The method getPath() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[324] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[326] 
	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'
103. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java (at line 71)
	response.getStatus(), response.getReason() );
	^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java:[109] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java:[149] 
	protected byte[] getDataStreamBytes(final URI url, final String[] params,
	                                                         ^^^^^^^^
Illegal redefinition of parameter params, inherited method from ServerREnvHelpAccess declares this parameter as '@NonNull String @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[536] 
	topics= ImCollections.newList(array);
	                              ^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[287] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[297] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[300] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[300] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[303] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[303] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[306] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[306] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[309] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[312] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[312] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[315] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[320] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1201] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1204] 
	writeContent(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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1207] 
	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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1210] 
	writeContent(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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1496] 
	req.getPathInfo().substring(localId.length() + 1) );
	^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getPathInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
130. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java (at line 231)
	final Document document= this.indexSearcher.doc(docs.scoreDocs[0].doc, LOAD_HTML_SELECTOR);
	                                                                       ^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'Set<String>', corresponding supertype is 'Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
134. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
135. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
137. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexSearchQuery.java (at line 146)
	p.setFieldsBoost(fieldBoosts);
	                 ^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable Map<@NonNull String,@NonNull Float>' is made accessible using the less-annotated type 'Map<String,Float>'
138. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/WriteAnalyzer.java (at line 39)
	this.htmlAnalyzers= new DefaultAnalyzer(new HTMLStripCharFilterFactory(Collections.<String, String>emptyMap()));
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
138 problems (0 errors, 122 warnings, 16 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rhelp.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rhelp.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rhelp.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rhelp.core ---
[WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rhelp.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests >--
[INFO] Building [test-bundle] StatET R-Help - Core - Tests  (Incubation) 4.8.0.202308171800-r [102/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Resolving class path of [test-bundle] StatET R-Help - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rhelp.core.http.tests ---
[WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/surefire.properties]
Running null
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in null
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_withQualityFactor  Time elapsed: 0.052 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.findFirstValid_noValid  Time elapsed: 0.003 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.findFirstValid_withInvalidSpec  Time elapsed: 0.001 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.findFirstValid  Time elapsed: 0.004 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_empty  Time elapsed: 0.002 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_withParameter  Time elapsed: 0.001 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_withQualityFactor_invalid  Time elapsed: 0.004 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.findFirstValid_withMissingSpec  Time elapsed: 0.002 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_precedence_bySpecific  Time elapsed: 0.001 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_precedence_byQualityFactor  Time elapsed: 0.001 s
org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest.parseMediaTypes_simple  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in null
org.eclipse.statet.internal.rhelp.core.server.ServerREnvHelpAccessTest.DS_VERSIONED_AcceptHeader_valid  Time elapsed: 0.002 s
org.eclipse.statet.internal.rhelp.core.server.ServerREnvHelpAccessTest.DS_MODEST_AcceptHeader_valid  Time elapsed: 0.001 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.8.0.202308171800-r  [103/145]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rhelp.server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rhelp.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/test-classes
[INFO] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/src/test/java/org/eclipse/statet/rhelp/server/HttpAccesssTests.java: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/src/test/java/org/eclipse/statet/rhelp/server/HttpAccesssTests.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/src/test/java/org/eclipse/statet/rhelp/server/HttpAccesssTests.java: Recompile with -Xlint:deprecation for details.
[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.ApplicationTests
19:43:35.148 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:43:35.163 [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)]
19:43:35.228 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.eclipse.statet.rhelp.server.ApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:43:35.253 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.ApplicationTests], using SpringBootContextLoader
19:43:35.258 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: class path resource [org/eclipse/statet/rhelp/server/ApplicationTests-context.xml] does not exist
19:43:35.259 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: class path resource [org/eclipse/statet/rhelp/server/ApplicationTestsContext.groovy] does not exist
19:43:35.259 [main] INFO org.springframework.test.context.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}.
19:43:35.260 [main] INFO org.springframework.test.context.support.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.
19:43:35.349 [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.ApplicationTests]
19:43:35.475 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/classes/org/eclipse/statet/rhelp/server/RHelpServerApplication.class]
19:43:35.497 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.RHelpServerApplication for test class org.eclipse.statet.rhelp.server.ApplicationTests
19:43:35.656 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.eclipse.statet.rhelp.server.ApplicationTests]: using defaults.
19:43:35.657 [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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
19:43:35.671 [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/interceptor/TransactionAttributeSource]
19:43:35.672 [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]
19:43:35.672 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@53f6fd09, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6bffbc6d, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@1b84f475, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7749bf93, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@13330ac6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@539d019, org.springframework.test.context.event.EventPublishingTestExecutionListener@39a2bb97, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3ad2e17, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@8c3619e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4331d187, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6f63b475, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@554e218, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1608bcbd]
19:43:35.677 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@7e4204e2 testClass = ApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@b7c4869 testClass = ApplicationTests, locations = '{}', classes = '{class org.eclipse.statet.rhelp.server.RHelpServerApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[[ImportsContextCustomizer@740d2e78 key = [org.eclipse.statet.rhelp.server.ContextConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@3012646b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@537f60bf, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@71ba6d4e, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@2e385cce, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@74ea2410, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@de3a06f], 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].
19:43:35.698 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@7e4204e2 testClass = ApplicationTests, testInstance = org.eclipse.statet.rhelp.server.ApplicationTests@460ebd80, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@b7c4869 testClass = ApplicationTests, locations = '{}', classes = '{class org.eclipse.statet.rhelp.server.RHelpServerApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[[ImportsContextCustomizer@740d2e78 key = [org.eclipse.statet.rhelp.server.ContextConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@3012646b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@537f60bf, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@71ba6d4e, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@2e385cce, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@74ea2410, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@de3a06f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].

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

2023-08-17 19:43:36.292  INFO 2836 --- [           main] o.e.s.rhelp.server.ApplicationTests      : Starting ApplicationTests using Java 17.0.6 on basic-vgbdg with PID 2836 (started by jenkins in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server)
2023-08-17 19:43:36.294  INFO 2836 --- [           main] o.e.s.rhelp.server.ApplicationTests      : No active profile set, falling back to 1 default profile: "default"
2023-08-17 19:43:37.689  INFO 2836 --- [           main] o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 0
2023-08-17 19:43:37.699  INFO 2836 --- [           main] org.eclipse.jetty.server.Server          : jetty-10.0.15; built: 2023-04-11T17:25:14.480Z; git: 68017dbd00236bb7e187330d7585a059610f661d; jvm 17.0.6+10
2023-08-17 19:43:37.768  INFO 2836 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring embedded WebApplicationContext
2023-08-17 19:43:37.768  INFO 2836 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1426 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>
  ]2023-08-17 19:43:38.184  INFO 2836 --- [           main] o.e.j.s.session.DefaultSessionIdManager  : Session workerName=node0
2023-08-17 19:43:38.201  INFO 2836 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@22752544{application,/,[file:///tmp/jetty-docbase.0.2885153663019728258/],AVAILABLE}
2023-08-17 19:43:38.204  INFO 2836 --- [           main] org.eclipse.jetty.server.Server          : Started Server@2f61d591{STARTING}[10.0.15,sto=0] @4194ms
2023-08-17 19:43:38.233  INFO 2836 --- [           main] org.eclipse.statet.jcommons.util         : [0] CommonsRuntime initialized with: AppEnvironment (org.eclipse.statet.rhelp.server.RHelpServerApplication$$EnhancerBySpringCGLIB$$3283cb6d) org.eclipse.statet.rhelp.server
      bundleResolvers= [
        BundleResolver (org.eclipse.statet.jcommons.runtime.bundle.RefClassBundleResolver) RefClass
      ]
2023-08-17 19:43:38.233  INFO 2836 --- [           main] org.eclipse.statet.rhelp.server          : [0] Application started.
2023-08-17 19:43:38.400  INFO 2836 --- [Pool [Thread-1]] org.eclipse.statet.rhelp.server          : [0] REnv 'default': R environment index update started (EXPLICITE).
2023-08-17 19:43:38.439 ERROR 2836 --- [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:146) ~[org.eclipse.statet.rj.servi-4.8.0.202308171800-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:199) ~[classes/:na]
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[na:na]
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]

2023-08-17 19:43:38.600  INFO 2836 --- [           main] o.e.jetty.server.AbstractConnector       : Started ServerConnector@336880df{HTTP/1.1, (http/1.1)}{0.0.0.0:44793}
2023-08-17 19:43:38.602  INFO 2836 --- [           main] o.s.b.web.embedded.jetty.JettyWebServer  : Jetty started on port(s) 44793 (http/1.1) with context path '/'
2023-08-17 19:43:38.614  INFO 2836 --- [           main] o.e.s.rhelp.server.ApplicationTests      : Started ApplicationTests in 2.863 seconds (JVM running for 4.605)
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 3.721 s - in org.eclipse.statet.rhelp.server.ApplicationTests
[INFO] Running org.eclipse.statet.rhelp.server.HttpAccesssTests
2023-08-17 19:43:38.695  INFO 2836 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests], using SpringBootContextLoader
2023-08-17 19:43:38.696  INFO 2836 --- [           main] o.s.t.c.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}.
2023-08-17 19:43:38.696  INFO 2836 --- [           main] t.c.s.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.
2023-08-17 19:43:38.700  INFO 2836 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.RHelpServerApplication for test class org.eclipse.statet.rhelp.server.HttpAccesssTests
2023-08-17 19:43:38.702  INFO 2836 --- [           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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2023-08-17 19:43:38.728  INFO 2836 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@590f0c50, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@208f0007, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3a90c13c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@39c96e48, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@188598ad, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40d23c82, org.springframework.test.context.event.EventPublishingTestExecutionListener@7cf78c85, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@ebe067d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3a4ab7f7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6badba10, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2b7e8044, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@550de6b8, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@3a1706e1]
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.statet.rhelp.server.HttpAccesssTests
2023-08-17 19:43:38.748  INFO 2836 --- [ionShutdownHook] org.eclipse.jetty.server.Server          : Stopped Server@2f61d591{STOPPING}[10.0.15,sto=0]
2023-08-17 19:43:38.752  INFO 2836 --- [ionShutdownHook] o.e.jetty.server.AbstractConnector       : Stopped ServerConnector@336880df{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
2023-08-17 19:43:38.755  INFO 2836 --- [ionShutdownHook] o.e.jetty.server.handler.ContextHandler  : Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@22752544{application,/,[file:///tmp/jetty-docbase.0.2885153663019728258/],STOPPED}
2023-08-17 19:43:38.758  INFO 2836 --- [ionShutdownHook] org.eclipse.statet.rhelp.server          : [0] Application stopped.
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 4
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ org.eclipse.statet.rhelp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/org.eclipse.statet.rhelp.server-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.7.14:repackage (repackage) @ org.eclipse.statet.rhelp.server ---
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0: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.8.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.8.0-202308171800-r.zip
[INFO] 
[INFO] -----------------------< org.eclipse.statet.r:r >-----------------------
[INFO] Building r 4.8.0.202308171800-r                                [104/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ r ---
[INFO] 
[INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.ide.core >----------
[INFO] Building [bundle] StatET IDE - Core  (Incubation) 4.8.0.202308171800-r [105/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ide.core ---
[INFO] Resolving class path of [bundle] StatET IDE - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ide.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ide.core ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ide.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ide.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ide.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ide.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.core ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ide.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.ide.ui >-----------
[INFO] Building [bundle] StatET IDE - UI  (Incubation) 4.8.0.202308171800-r [106/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ide.ui ---
[INFO] Resolving class path of [bundle] StatET IDE - UI  (Incubation)...
[INFO] 
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-4) @ org.eclipse.statet.ide.ui ---
[INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.ide.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.ide.ui ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[88] 
	final PixelConverter pixelConverter = new PixelConverter(this.composite);
	                                                         ^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[90] 
	final Label filler = new Label(this.composite, SWT.LEFT );
	                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[98] 
	final Label filler = new Label(this.composite, SWT.NONE);
	                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[118] 
	final Label label = new Label(this.composite, SWT.LEFT);
	                              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[119] 
	label.setText(text);
	              ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[135] 
	final Button checkBox = new Button(this.composite, SWT.CHECK);
	                                   ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[136] 
	checkBox.setText(label);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 'String @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[205] 
	final Button button = new Button(this.composite, SWT.PUSH);
	                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[206] 
	button.setText(label);
	               ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/SelectionOptionsGroup.java:[49] 
	final Layouter layouter = new Layouter(new Composite(parent, SWT.NONE), 2);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[116] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[122] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[127] 
	final Composite composite = new Composite(pageComposite, SWT.NONE);
	                                          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[136] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[136] 
	protected TaskTag edit1(final TaskTag item, final boolean newItem, final Object parent) {
	                                                                         ^^^^^^
Missing non-null annotation: inherited method from ButtonGroup<TaskTag> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[137] 
	final TaskTagsInputDialog dialog = new TaskTagsInputDialog(getShell(), item, newItem, TaskTagsConfigurationBlock.this.list);
	                                                                       ^^^^
Null type safety (type annotations): The expression of type 'TaskTag' needs unchecked conversion to conform to '@NonNull TaskTag'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[137] 
	final TaskTagsInputDialog dialog = new TaskTagsInputDialog(getShell(), item, newItem, TaskTagsConfigurationBlock.this.list);
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableList<TaskTag>' needs unchecked conversion to conform to '@NonNull List<@NonNull TaskTag>', corresponding supertype is 'List<TaskTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[157] 
	this.listButtons.connectTo(this.listViewer, this.list, this.defaultValue);
	                           ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[157] 
	this.listButtons.connectTo(this.listViewer, this.list, this.defaultValue);
	                                                       ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<@Nullable TaskTag>' needs unchecked conversion to conform to '@NonNull IObservableValue<@Nullable TaskTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[165] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[219] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                         ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[219] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                              ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[219] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                                               ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[255] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[275] 
	Issues.saveTaskTags(ImCollections.toList(taskTags), this,
	                                         ^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull ArrayList<TaskTag>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull TaskTag>', corresponding supertype is 'Collection<TaskTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[330] 
	public TaskTagsInputDialog(final Shell parent, final TaskTag task, final boolean newTask,
			final List<TaskTag> existingTags) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keyword may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[330] 
	public TaskTagsInputDialog(final Shell parent, final TaskTag task, final boolean newTask,
			final List<TaskTag> existingTags) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keywordControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[330] 
	public TaskTagsInputDialog(final Shell parent, final TaskTag task, final boolean newTask,
			final List<TaskTag> existingTags) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field priority may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[330] 
	public TaskTagsInputDialog(final Shell parent, final TaskTag task, final boolean newTask,
			final List<TaskTag> existingTags) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field priorityControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[354] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[364] 
	this.keywordControl = layouter.addLabeledTextControl(Messages.TaskTags_InputDialog_Name_label);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[365] 
	((GridData) this.keywordControl.getLayoutData()).widthHint =
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[380] 
	this.priorityControl = layouter.addLabeledComboControl(Messages.TaskTags_InputDialog_Priority_label, items);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[412] 
	} else {
			this.priorityControl.select(1);
		}
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionButtonsGroup.java:[48] 
	final Layouter options = new Layouter(new Composite(parent, SWT.NONE), 1);
	                                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[44] 
	final String pref = new ProjectScope(project).getNode(StatetUIPlugin.BUNDLE_ID).get(KEY, null);
	                                     ^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[79] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[79] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[100] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[101] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[110] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[137] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'ISearchResultListener' needs unchecked conversion to conform to '@NonNull ISearchResultListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[174] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[183] 
	done= doAddMatch((M) match);
	                 ^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[195] 
	if (doAddMatch((M) matches[i])) {
	               ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[206] 
	final E element= (E) match.getElement();
	                 ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[206] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[210] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[215] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[230] 
	done= doRemoveMatch((M) match);
	                    ^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[242] 
	if (doRemoveMatch((M) matches[i])) {
	                  ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[253] 
	final E element= (E) match.getElement();
	                 ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[253] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[257] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[304] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[315] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[328] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[337] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[351] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[365] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[367] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[374] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[381] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[388] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[392] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[86] 
	public void fill(final ToolBar parent, final int index) {
	                       ^^^^^^^
Missing non-null annotation: inherited method from ContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[117] 
	this.fCmdInfo.setText(cmdInfo);
	                      ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[175] 
	tray.update(cmdInfo, helpText);
	^^^^
Potential null pointer access: The variable tray may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[47] 
	public Object[] getElements(final Object inputElement) {
	       ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[47] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[65] 
	this.fSelectionViewer.addDoubleClickListener(createDoubleClickListener());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDoubleClickListener' needs unchecked conversion to conform to '@NonNull IDoubleClickListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[82] 
	return null;
	^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[100] 
	public void partBroughtToTop(final IWorkbenchPart part) {
	                                   ^^^^^^^^^^^^^^
Illegal redefinition of parameter part, inherited method from PageBookView does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
159. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[51] 
	public Object[] getElements(final Object inputElement) {
	       ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[51] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[52] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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: required '@NonNull' but this expression has type 'E', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
211. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[46] 
	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[47] 
	import org.eclipse.jface.text.templates.persistence.TemplateReaderWriter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[99] 
	protected TemplatePersistenceData fData;
	          ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[101] 
	public TemplateItem(final TemplatePersistenceData data) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[102] 
	super(data.getTemplate().getDescription());
	           ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[143] 
	final List<TemplatePersistenceData> datas= new ArrayList<>();
	           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[155] 
	doExport(datas.toArray(new TemplatePersistenceData[datas.size()]));
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[233] 
	final TemplatePersistenceData[] datas = this.fTemplatesStore.getTemplateData(i);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[246] 
	i, this.fGroup.fCategoryChilds[i][j].fData.getId());
	                                           ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[251] 
	private void updateTemplate(final TemplatePersistenceData data) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[252] 
	final TemplatePersistenceData[] datas = this.fTemplatesStore.getAllTemplateData();
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[254] 
	final String id = datas[i].getId();
	                           ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[255] 
	if (id != null && id.equals(data.getId())) {
	                                 ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[256] 
	datas[i].setTemplate(data.getTemplate());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[256] 
	datas[i].setTemplate(data.getTemplate());
	                          ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[279] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[280] 
	final Label label = new Label(pageComposite, SWT.LEFT);
	                              ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[281] 
	label.setText(Messages.CodeTemplates_label);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[291] 
	final Label label = new Label(parent, SWT.LEFT);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[292] 
	label.setText(Messages.CodeTemplates_Preview_label);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[295] 
	final SourceViewer viewer = new SourceViewer(parent, null, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);
	                                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[297] 
	new SourceViewerEditorPreferenceUpdater(viewer, EditorsUI.getPreferenceStore());
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[306] 
	this.fPatternEditor = new ViewerSourceEditorAdapter(viewer, null);
	                                                            ^^^^
Null type mismatch: required '@NonNull SourceEditorViewerConfigurator' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[311] 
	CodeGenerationTemplatesConfigurationBlock.this.fPatternConfigurator.handleSettingsChanged(groupIds, options);
	                                                                                          ^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[311] 
	CodeGenerationTemplatesConfigurationBlock.this.fPatternConfigurator.handleSettingsChanged(groupIds, options);
	                                                                                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[325] 
	final TemplatePersistenceData data = item.fData;
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[327] 
	final Template template = data.getTemplate();
	                               ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[329] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[345] 
	this.fPatternConfigurator.setTarget(this.fPatternEditor);
	                                    ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[367] 
	getShell(), item.fData.getTemplate(), true,
	                       ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[375] 
	item.fData.setTemplate(dialog.getTemplate());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[392] 
	final TemplateReaderWriter reader = new TemplateReaderWriter();
	      ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[392] 
	final TemplateReaderWriter reader = new TemplateReaderWriter();
	                                        ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[392] 
	final TemplateReaderWriter reader = new TemplateReaderWriter();
	                                        ^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplateReaderWriter() is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[397] 
	final TemplatePersistenceData[] datas = reader.read(input, null);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[397] 
	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.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[417] 
	public void doExport(final TemplatePersistenceData[] templates) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[448] 
	final TemplateReaderWriter writer= new TemplateReaderWriter();
	      ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[448] 
	final TemplateReaderWriter writer= new TemplateReaderWriter();
	                                       ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[448] 
	final TemplateReaderWriter writer= new TemplateReaderWriter();
	                                       ^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplateReaderWriter() is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[449] 
	writer.save(templates, output);
	       ^^^^^^^^^^^^^^^^^^^^^^^
The method save(TemplatePersistenceData[], OutputStream) from the type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[486] 
	final TemplatePersistenceData[] templateData = this.fTemplatesStore.getAllTemplateData();
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[489] 
	this.fTemplatesStore.setProjectSpecific(templateData[i].getId(), isUseProjectSpecificSettings());
	                                                        ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[146] 
	final PixelConverter pixel = new PixelConverter(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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[202] 
	viewer.setSelection(new StructuredSelection(CategorizedOptionsGroup.this.fCategorys[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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultMatchTableContentProvider.java:[53] 
	public Object[] getElements(final Object inputElement) {
	       ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultMatchTableContentProvider.java:[53] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
277 problems (0 errors, 275 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.ide.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.ide.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.ui ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.statet.r:org.eclipse.statet.nico.core >----------
[INFO] Building [bundle] StatET NiCo - Core  (Incubation) 4.8.0.202308171800-r [107/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.nico.core ---
[INFO] Resolving class path of [bundle] StatET NiCo - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.nico.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.nico.core ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/ConsoleInstanceScope.java:[54] 
	return (IEclipsePreferences) fBaseScope
					.getNode(NicoPreferenceNodes.SCOPE_QUALIFIER)
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/ConsoleInstanceScope.java:[59] 
	return (IEclipsePreferences) fBaseScope
					.getNode(qualifier.substring(0, idx))
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[32] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[71] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[71] 
	private final ListenerList listeners= new ListenerList(ListenerList.IDENTITY);
	                                          ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java (at line 77)
	private final Map<SubmitType, IStreamListener> streamListeners= new EnumMap<>(SubmitType.class);
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumMap<@NonNull SubmitType,IStreamListener>' is made accessible using the less-annotated type 'Map<SubmitType,IStreamListener>', corresponding supertype is 'Map<@NonNull SubmitType,IStreamListener>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[156] 
	public void preferenceChange(final PreferenceChangeEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[161] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[174] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[174] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java (at line 181)
	streams.getInputStreamMonitor().addListener(listener, EnumSet.of(submitType));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[181] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[189] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[249] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[256] 
	long timeStamp= fileUtil.getTimeStamp(new SubProgressMonitor(monitor, 1));
	                                          ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[256] 
	long timeStamp= fileUtil.getTimeStamp(new SubProgressMonitor(monitor, 1));
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[362] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[485] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/ConsoleDefaultScope.java:[54] 
	return (IEclipsePreferences) fBaseScope
					.getNode(NicoPreferenceNodes.SCOPE_QUALIFIER)
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/ConsoleDefaultScope.java:[59] 
	return (IEclipsePreferences) fBaseScope
					.getNode(qualifier.substring(0, idx))
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
24. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java (at line 57)
	final List<String> submitTypeNames = launchConfig.getAttribute(id+'.'+SUBMIT_TYPES, (List<String>) null);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java (at line 59)
	final EnumSet<SubmitType> submitTypes = EnumSet.noneOf(SubmitType.class);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
29. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java (at line 92)
	final EnumSet<SubmitType> submitTypes = trackingConfig.getSubmitTypes();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[99] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[100] 
	return 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[132] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[133] 
	return 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[74] 
	public void controllerStatusChanged(final ToolStatus oldStatus, final ToolStatus newStatus, final List<DebugEvent> eventCollection) {
	                                          ^^^^^^^^^^
Illegal redefinition of parameter oldStatus, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[74] 
	public void controllerStatusChanged(final ToolStatus oldStatus, 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[74] 
	public void controllerStatusChanged(final ToolStatus oldStatus, 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[169] 
	public ToolWorkspace(final ToolController controller,
			@Nullable Prompt prompt, final String lineSeparator, final char fileSeparator,
			final @Nullable String remoteHost) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field lineSeparator may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[172] 
	this.process= controller.getTool();
	              ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[176] 
	this.publishedPrompt= this.currentPrompt= this.defaultPrompt= prompt;
	                                                              ^^^^^^
Null type mismatch (type annotations): required '@NonNull Prompt' but this expression has type '@Nullable Prompt'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[185] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[191] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[197] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[203] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[209] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[209] 
	new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) {
	                    ^^^^^^^^^^^^^^^^
The type DynamicVariable.LocationVariable is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[209] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[211] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Illegal redefinition of parameter argument, inherited method from DynamicVariable declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[212] 
	return ToolWorkspace.this.process.getStartupWD();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java (at line 237)
	addPropertyChanged("AutoRefresh.enabled", enable);
	                                          ^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[308] 
	return this.remoteHost;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[371] 
	return URIUtil.toPath(fileStore.toURI()).toString();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[431] 
	final String oldSeparator= this.lineSeparator;
	             ^^^^^^^^^^^^
The value of the local variable oldSeparator is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[454] 
	final char oldSeparator= this.fileSeparator;
	           ^^^^^^^^^^^^
The value of the local variable oldSeparator is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
62. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
63. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
67. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
68. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
69. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
70. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
71. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
72. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
73. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
74. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
75. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
76. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
77. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
78. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
79. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
80. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
81. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
82. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/LogRuntimeProcess.java:[89] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/LogRuntimeProcess.java:[89] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
86. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java (at line 34)
	fListeners= new EnumMap<>(SubmitType.class);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumMap<@NonNull SubmitType,ListenerList>' is made accessible using the less-annotated type 'EnumMap<SubmitType,ListenerList>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[94] 
	listener.streamAppended(text, 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[107] 
	public void launchesAdded(final ILaunch[] launches) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchesListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[110] 
	public void launchesChanged(final ILaunch[] launches) {
	                                  ^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchesListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[113] 
	public void launchesRemoved(final ILaunch[] launches) {
	                                  ^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchesListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[135] 
	public void propertyChanged(final ToolWorkspace workspace, final Map<String, Object> properties) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolWorkspace.Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[135] 
	public void propertyChanged(final ToolWorkspace workspace, final Map<String, Object> properties) {
	                                                                 ^^^
Missing non-null annotation: inherited method from ToolWorkspace.Listener specifies this parameter as @NonNull
98. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 136)
	final Map<String, String> attributes= getAttributes();
	                                      ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@Nullable String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[140] 
	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,@Nullable String>'
100. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 149)
	final Map<String, String> attributes= getAttributes();
	                                      ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@Nullable String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[150] 
	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,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[151] 
	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,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[164] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[220] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[250] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[266] 
	public Queue getQueue() {
	       ^^^^^
The return type is incompatible with '@NonNull ToolQueue' returned from Tool.getQueue() (mismatching null constraints)
107. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 319)
	final Map<String, String> attributes= getAttributes();
	                                      ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@Nullable String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[323] 
	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,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[417] 
	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>'
110. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 437)
	return DateFormat.getDateTimeInstance().format(timestamp) + '\n';
	                                               ^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[450] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[450] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[450] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[450] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[450] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[450] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
118. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java (at line 71)
	final List<IDynamicVariable> variables = workspace.getStringVariables();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull IDynamicVariable>' is made accessible using the less-annotated type 'List<IDynamicVariable>', corresponding supertype is 'List<@NonNull IDynamicVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[78] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[80] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[81] 
	return super.getValue(argument).replaceAll("\\\\|\\/|\\:", "-"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getValue(String) may return null
122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java (at line 143)
	final EnumSet<SubmitType> submitTypes = this.config.getSubmitTypes();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[152] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[152] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[160] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[160] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[171] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[171] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[187] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[207] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[207] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[210] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[241] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[255] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[275] 
	IOUtils.close(this.outputWriter, e);
	                                 ^
Null type safety (type annotations): The expression of type 'Exception' needs unchecked conversion to conform to '@NonNull Throwable'
136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java (at line 60)
	final int limitCount = prefs.getPreferenceValue(PREF_LIMIT_COUNT);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java:[60] 
	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>'
138. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java (at line 72)
	map.put(PREF_LIMIT_COUNT, fLimitCount);
	                          ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>', corresponding supertype is 'Collection<IResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>', corresponding supertype is 'Collection<IResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[204] 
	final String[] names= rootNode.childrenNames();
	                      ^^^^^^^^
Potential null pointer access: The variable rootNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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()));
	                                                                 ^^^^^^^^
Potential null pointer access: The variable rootNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolRunner.java:[93] 
	controller.run();
	^^^^^^^^^^
Potential null pointer access: The variable controller may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>
158. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java (at line 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[242] 
	return (this.runnable.equals(other.runnable) );
	                             ^^^^^
Potential null pointer access: The variable other may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[844] 
	finalRunnables= 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[981] 
	return 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[1093] 
	finalRunnables= 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[133] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[138] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[143] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[148] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[180] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[185] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[194] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[202] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[207] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[208] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[209] 
	((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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[209] 
	((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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[220] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[225] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[230] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[235] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[240] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[248] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[249] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
195. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java (at line 256)
	private final int level;
	                  ^^^^^
The value of the field ToolController.SuspendedInsertRunnable.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[264] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[274] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[275] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[288] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[296] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[297] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[301] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[301] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[332] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[341] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[358] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[359] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
208. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java (at line 478)
	private boolean terminateForced;
	                ^^^^^^^^^^^^^^^
The value of the field ToolController.terminateForced is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[522] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[549] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[571] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[602] 
	public ToolProcess getTool() {
	       ^^^^^^^^^^^
The return type is incompatible with '@NonNull ToolProcess' returned from ConsoleService.getTool() (mismatching null constraints)
213. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java (at line 693)
	final List<ToolRunnable> list= this.queue.internal_getCurrentList();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull ToolRunnable>' is made accessible using the less-annotated type 'List<ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[760] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[803] 
	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>'
216. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java (at line 822)
	waiting= this.queue.internal_getCurrentList();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull ToolRunnable>' is made accessible using the less-annotated type 'List<ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[866] 
	newMonitor= new RunnableProgressData(newStatus.getMarkedLabel());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
218. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java (at line 878)
	final List<DebugEvent> eventList= this.queue.internal_getEventList();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull DebugEvent>' is made accessible using the less-annotated type 'List<DebugEvent>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[898] 
	this.queue.internal_onStatusChanged(newStatus);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolStatus' needs unchecked conversion to conform to '@NonNull ToolStatus'
220. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java (at line 904)
	final List<DebugEvent> eventList= this.queue.internal_getEventList();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull DebugEvent>' is made accessible using the less-annotated type 'List<DebugEvent>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1008] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1210] 
	new RunnableProgressData(runnable));
	                         ^^^^^^^^
Null type mismatch: required '@NonNull ToolRunnable' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1219] 
	runnable.run(this, runnableProgressMonitor);
	^^^^^^^^
Potential null pointer access: The variable runnable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1232] 
	runnable.getLabel() ), e);
	^^^^^^^^
Potential null pointer access: The variable runnable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1264] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1282] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1314] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1320] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1394] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1747] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1758] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1758] 
	return handler.execute(commandID, this, data, m);
	                                        ^^^^
Null type safety (type annotations): The expression of type 'ToolCommandData' needs unchecked conversion to conform to '@NonNull ToolCommandData'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1758] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1777] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1823] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1824] 
	this.workspaceData.controlRefresh(options, this, 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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1828] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1838] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1844] 
	this.workspaceData.controlSetCurrentPrompt(prompt, this.status);
	                                                   ^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1866] 
	this.workspaceData.controlSetRemoteWorkspaceDir(directory);
	                                                ^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPath' needs unchecked conversion to conform to '@NonNull IPath'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1904] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1919] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1920] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
248. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/SubmitType.java (at line 36)
	return EnumSet.range(CONSOLE, OTHER);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
250. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
251 problems (0 errors, 209 warnings, 42 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.nico.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.nico.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.nico.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.nico.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.core ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.nico.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.nico.ui >-----------
[INFO] Building [bundle] StatET NiCo - UI  (Incubation) 4.8.0.202308171800-r [108/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.nico.ui ---
[INFO] Resolving class path of [bundle] StatET NiCo - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.nico.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.nico.ui ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[329] 
	return activePage;
	       ^^^^^^^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[103] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
8. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 117)
	return EnumSet.allOf(SubmitType.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[154] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[291] 
	final int columns= ((GridLayout) composite.getLayout()).numColumns;
	                                 ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayout() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
16. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 310)
	final IObservableValue<Boolean> infoTargetObs= WidgetProperties.buttonSelection()
				.observe(this.streamInfoControl);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 317)
	final IObservableValue<Boolean> inputTargetObs= WidgetProperties.buttonSelection()
				.observe(this.streamInputControl);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
25. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 334)
	final IObservableValue<Boolean> outputTargetObj= WidgetProperties.buttonSelection()
				.observe(this.streamOutputErrorControl);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 336)
	final IObservableValue<Boolean> outputModelObs= BeanProperties
				.value(TrackingConfiguration.class, "trackStreamOutput", Boolean.TYPE) //$NON-NLS-1$
				.observe(this.input);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
29. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 342)
	WidgetProperties.buttonSelection()
							.observe(this.streamOutputErrorTruncateControl);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
31. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 344)
	final IObservableValue<Boolean> outputTruncateModelObs= BeanProperties
					.value(TrackingConfiguration.class, "trackStreamOutputTruncate", Boolean.TYPE) //$NON-NLS-1$
					.observe(this.input);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
38. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 371)
	.setAfterGetValidator(new IntegerValidator(2, 1000000,
									Messages.Tracking_OutputStream_TruncateLines_error_Invalid_message )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IntegerValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 391)
	BeanProperties.value(TrackingConfiguration.class, "fileMode", Integer.TYPE) //$NON-NLS-1$
						.observe(this.input);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IObservableValue<@NonNull Integer>' is made accessible using the less-annotated type 'IObservableValue<Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[76] 
	public ChooseFileDialog(final Shell shell, final ToolProcess tool, final String message,
				final boolean newFile) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field locationGroup may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[104] 
	protected Control createDialogContent(final Composite parent) {
	                                            ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from ToolDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[125] 
	this.newLocationValue.setValue((history != null && history.length > 0) ? history[0] : ""); //$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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[134] 
	this.locationGroup.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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[153] 
	return this.locationGroup.getResourceAsFileStore();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[172] 
	final ChooseFileDialog dialog= new ChooseFileDialog(UIAccess.getActiveWorkbenchShell(true),
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Shell' but this expression has type '@Nullable Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitDropAdapter.java:[91] 
	NicoUITools.runSubmitInBackground(controller.getTool(), runnable, this.page.getSite().getShell());
	                                  ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitDropAdapter.java:[91] 
	NicoUITools.runSubmitInBackground(controller.getTool(), runnable, this.page.getSite().getShell());
	                                                        ^^^^^^^^
Null type safety (type annotations): The expression of type 'IRunnableWithProgress' needs unchecked conversion to conform to '@NonNull IRunnableWithProgress'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitDropAdapter.java:[91] 
	NicoUITools.runSubmitInBackground(controller.getTool(), runnable, this.page.getSite().getShell());
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
80. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java (at line 116)
	paused= true;
	        ^^^^
The expression of type boolean is boxed into Boolean
81. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java (at line 119)
	paused= false;
	        ^^^^^
The expression of type boolean is boxed into Boolean
82. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java (at line 125)
	paused= true;
	        ^^^^
The expression of type boolean is boxed into Boolean
83. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java (at line 132)
	updateChecked(tool, paused);
	                    ^^^^^^
The expression of type Boolean is unboxed into boolean
84. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectToolHandler.java (at line 109)
	process.prepareRestart(reconnect);
	                       ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectToolHandler.java:[113] 
	final ILaunchConfiguration reconnectConfig= new OverlayLaunchConfiguration(originalConfig, add);
	                                                                           ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ILaunchConfiguration' but the provided value is inferred as @Nullable
86. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectToolHandler.java (at line 149)
	process.restartCompleted(reconnect);
	                         ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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<?>'
91. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java (at line 139)
	this.outputSubmitTypeControl.setEditable(EnumSet.of(SubmitType.OTHER));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[338] 
	if (runnable == null) {
			return null;
		}
	                      ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[401] 
	public static <T> @Nullable T findTool(final Function<@NonNull Tool, @Nullable T> predicate,
	                                                      ^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[412] 
	workbenchPage= workbenchPart.getSite().getPage();
	               ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[86] 
	this.registry.removeListener(iter.next());
	                             ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolSourceProvider.RegistryListerner' needs unchecked conversion to conform to '@NonNull WorkbenchToolRegistryListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[119] 
	handleActivated(this.registry.getActiveToolSession(window.getActivePage()).getTool());
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[162] 
	tool= this.registry.getActiveToolSession(this.activeWindow.getActivePage()).getTool();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/MultiActionHandler.java:[121] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/MultiActionHandler.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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/AbstractHistoryPage.java:[71] 
	final Composite composite = new Composite(parent, SWT.NONE);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
114. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreviewSourceViewerConfiguration.java (at line 55)
	setTextStyles(textStyles);
	              ^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull PreferenceStoreTextStyleManager<@NonNull TextAttribute>' is made accessible using the less-annotated type 'PreferenceStoreTextStyleManager<TextAttribute>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreviewSourceViewerConfiguration.java:[70] 
	new SingleTokenScanner(textStyles, contentType) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreviewSourceViewerConfiguration.java:[70] 
	new SingleTokenScanner(textStyles, 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.8.x-r/statet/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'
118. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[114] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
120. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java (at line 154)
	return EnumSet.of(SubmitType.OTHER);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[84] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[181] 
	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>'
130. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java (at line 181)
	private static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull EnumSetPref<@NonNull SubmitType>' is made accessible using the less-annotated type 'Preference.EnumSetPref<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[181] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[181] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[193] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[193] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[305] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[307] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[308] 
	filter = HistoryView.this.fFilter.toArray();
	                                  ^^^^^^^^^
The method toArray() from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[346] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[364] 
	if (removedItem.getData() == toRemoveEntries.get(i)) {
	                             ^^^^^^^^^^^^^^^
Potential null pointer access: The variable toRemoveEntries may be null at this location
140. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java (at line 423)
	final EnumSet<SubmitType> types = EnumSet.copyOf(currentFilter.fSubmitTypes);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[423] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[450] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	              ^^^^^^^^
The type FastList<HistoryView.EntryFilter> is deprecated
143. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java (at line 450)
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull FastList<HistoryView.@NonNull EntryFilter>' is made accessible using the less-annotated type 'FastList<HistoryView.EntryFilter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[450] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                 ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[450] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[450] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                                               ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[450] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                                                        ^^^^^^^^
The field FastList.IDENTITY is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[489] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[489] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[490] 
	super.init(site, memento);
	           ^^^^
Null type safety (type annotations): The expression of type 'IViewSite' needs unchecked conversion to conform to '@NonNull IViewSite'
151. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java (at line 502)
	this.fFilterBySource = new SubmitTypeFilter(EnumSet.range(SubmitType.CONSOLE, SubmitType.TOOLS));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[507] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[515] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[520] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[521] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[524] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[529] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[529] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[551] 
	if (e.getTimeStamp() < 0) {
	    ^
Potential null pointer access: The variable e may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[565] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[576] 
	public void keyPressed(final KeyEvent e) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[585] 
	public void keyReleased(final KeyEvent e) {
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[601] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[611] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[623] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[632] 
	item.setText(e.getCommand());
	             ^
Potential null pointer access: The variable e may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[658] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[667] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[677] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[682] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[682] 
	handlerService.activateHandler(IWorkbenchCommandConstants.EDIT_FIND_AND_REPLACE, this.fSearchStartHandler);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[686] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[691] 
	handlerService.activateHandler(SharedUIResources.FIND_NEXT_COMMAND_ID, this.fSearchNextHandler);
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[692] 
	handlerService.activateHandler("org.eclipse.ui.navigate.next", this.fSearchNextHandler); //$NON-NLS-1$
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[696] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[701] 
	handlerService.activateHandler(SharedUIResources.FIND_PREVIOUS_COMMAND_ID, this.fSearchPrevHandler);
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[702] 
	handlerService.activateHandler("org.eclipse.ui.navigate.previous", this.fSearchPrevHandler); //$NON-NLS-1$
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[716] 
	public void menuAboutToShow(final IMenuManager manager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[720] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[772] 
	this.fSearchTextItem.setSizeControl(this.fTable.getParent());
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[784] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[791] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[823] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[826] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[831] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[832] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[836] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[841] 
	this.fFilter.add(filter);
	             ^^^^^^^^^^^
The method add(HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[846] 
	this.fFilter.remove(filter);
	             ^^^^^^^^^^^^^^
The method remove(HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[851] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[934] 
	final int offset = e.getCommandMarker();
	                   ^
Potential null pointer access: The variable e may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[947] 
	final int offset = e.getCommandMarker();
	                   ^
Potential null pointer access: The variable e may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[962] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/HistoryCopyAction.java:[48] 
	DNDUtils.setContent(fView.getClipboard(), 
	                    ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Clipboard' needs unchecked conversion to conform to '@NonNull Clipboard'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/HistoryCopyAction.java:[50] 
	new Transfer[] { TextTransfer.getInstance() } );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationDialog.java:[48] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationDialog.java:[48] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationDialog.java:[49] 
	final Composite area= new Composite(parent, SWT.NONE);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationDialog.java:[64] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ExtStatusDialog specifies this parameter as @NonNull
200. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java (at line 126)
	this.partitioner= new NIConsolePartitioner(this, adapter.getStreamIds());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
201. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java (at line 200)
	int lowWater= EPreferences.getInstancePrefs().getPreferenceValue(NicoUIPreferences.OUTPUT_CHARLIMIT_PREF);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[248] 
	this.debugListener= null;
	                    ^^^^
Null type mismatch: required '@NonNull IDebugEventSetListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[263] 
	public abstract IPageBookViewPage createPage(IConsoleView view);
	                                             ^^^^^^^^^^^^
Illegal redefinition of parameter view, inherited method from TextConsole does not constrain this parameter
204. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java (at line 296)
	}, filter);
	   ^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[341] 
	return null;
	^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[165] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[170] 
	int current= Math.max(output.getHorizontalIndex(), input.getHorizontalIndex());
	                      ^^^^^^
Potential null pointer access: The variable output may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[170] 
	int current= Math.max(output.getHorizontalIndex(), input.getHorizontalIndex());
	                                                   ^^^^^
Potential null pointer access: The variable input may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[208] 
	output.setHorizontalIndex(0);
	^^^^^^
Potential null pointer access: The variable output may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[267] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[420] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[433] 
	this.composite= new Composite(parent, SWT.NONE);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[441] 
	this.prompt= new Label(this.composite, SWT.LEFT);
	                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[448] 
	public void mouseDown(final MouseEvent e) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from MouseAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[461] 
	textWidget.setKeyBinding(KEY_HIST_UP, SWT.NULL);
	^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[472] 
	this.submitButton= new Button(this.composite, SWT.NONE);
	                              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[481] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[486] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[490] 
	this.promptHighlighter= new PromptHighlighter(this.prompt,
	                                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Label' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[492] 
	this.configurator.getSourceViewerConfiguration().getPreferences() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[516] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[523] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[529] 
	public void propertyChanged(final ToolWorkspace workspace, final Map<String, Object> properties) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolWorkspace.Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[529] 
	public void propertyChanged(final ToolWorkspace workspace, final Map<String, Object> properties) {
	                                                                 ^^^
Missing non-null annotation: inherited method from ToolWorkspace.Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[542] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[546] 
	this.consolePage.getTool().getWorkspaceData().addPropertyListener(this.workspaceListener);
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[554] 
	this.sourceViewer= new InputSourceViewer(this.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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[560] 
	this.configurator.configureSourceViewerDecorationSupport(this.sourceViewerDecorationSupport);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceViewerDecorationSupport' needs unchecked conversion to conform to '@NonNull SourceViewerDecorationSupport'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[564] 
	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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[564] 
	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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[564] 
	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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[575] 
	new SourceViewerEditorPreferenceUpdater(this.sourceViewer, true, false,
	                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'InputSourceViewer' needs unchecked conversion to conform to '@NonNull SourceViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[576] 
	configuration.getPreferences() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[583] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[587] 
	this.sourceViewer.getTextWidget().addListener(SWT.FocusOut, new Listener() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[589] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[600] 
	this.configurator.handleSettingsChanged(groupIds, options);
	                                        ^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[600] 
	this.configurator.handleSettingsChanged(groupIds, options);
	                                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[614] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[656] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[690] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[713] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[719] 
	textWidget.setKeyBinding(KEY_HIST_SPREFIX_UP, SWT.NULL);
	^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[724] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[735] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[779] 
	this.prompt.setText(newText);
	                    ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[781] 
	getComposite().layout(new @NonNull Control[] { this.prompt });
	                                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Label' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[881] 
	widget.setRedraw(false);
	^^^^^^
Potential null pointer access: The variable widget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[939] 
	this.consolePage.getTool().getWorkspaceData().removePropertyListener(this.workspaceListener);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[984] 
	public InputSourceViewer getViewer() {
	       ^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceViewer' returned from SourceEditor.getViewer() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[989] 
	public DocContentSections getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSections' returned from SourceEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[1008] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[1023] 
	return this.consolePage.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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[172] 
	public boolean belongsTo(final Object family) {
	                               ^^^^^^
Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[274] 
	public boolean belongsTo(final Object family) {
	                               ^^^^^^
Illegal redefinition of parameter family, inherited method from Job does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[44] 
	private static NicoUIPlugin instance;
	                            ^^^^^^^^
The @NonNull field instance may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[69] 
	public NicoUIPlugin() {
	       ^^^^^^^^^^^^^^
The @NonNull field toolRegistry may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[86] 
	this.toolRegistry= null;
	                   ^^^^
Null type mismatch: required '@NonNull ToolRegistry' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[93] 
	instance= null;
	          ^^^^
Null type mismatch: required '@NonNull NicoUIPlugin' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ClearOutputHandler.java:[45] 
	UIAccess.getActiveWorkbenchPage(true) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ClearOutputHandler.java:[50] 
	final IConsoleView consoleView = NicoUITools.getConsoleView(console, session.getPage());
	                                                                     ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/PromptHighlighter.java:[64] 
	this.sharedColors= EditorsUI.getSharedTextColors();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISharedTextColors' needs unchecked conversion to conform to '@NonNull ISharedTextColors'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/PromptHighlighter.java:[72] 
	this.control= null;
	              ^^^^
Null type mismatch: required '@NonNull Control' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/PromptHighlighter.java:[112] 
	NIConsoleColorAdapter.getForegroundColorPref(NIConsoleOutputStream.INFO_STREAM_ID) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Preference<@Nullable RGB>' but this expression has type '@Nullable Preference<@Nullable RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsoleTextStylesPreferencePage.java:[94] 
	new BackgroundNode(SubmitType.OTHER.getLabel(),
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsoleTextStylesPreferencePage.java:[136] 
	CombinedPreferenceStore.createStore(
						preferenceStore,
//						StatetUIServices.getBaseUIPreferenceStore(),
						EditorsUI.getPreferenceStore() ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[101] 
	public Object[] getElements(final Object inputElement) {
	       ^^^^^^^^
The return type is incompatible with 'Object @NonNull[]' returned from IStructuredContentProvider.getElements(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[101] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from IStructuredContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[263] 
	return NicoUITools.getImage((ToolRunnable) element);
	                            ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[496] 
	new Transfer[] { LocalTaskTransfer.getTransfer() },
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[67] 
	controller.getTool(),
	^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[68] 
	createRunnable(controller, text),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRunnableWithProgress' needs unchecked conversion to conform to '@NonNull IRunnableWithProgress'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[69] 
	this.view.getSite().getShell());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[76] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[79] 
	m.beginTask(NicoUITools.createSubmitMessage(controller.getTool()), 2 + 8);
	                                            ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[81] 
	final var lines= StringUtils.linesToList(text);
	                                         ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
327. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java (at line 84)
	final Status status= controller.submit(lines, SubmitType.CONSOLE,
	                                       ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
328. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsoleOutputStream.java (at line 129)
	this.console.firePropertyChange(this, IConsoleConstants.P_FONT_STYLE, old, this.fontStyle);
	                                                                      ^^^
The expression of type int is boxed into Integer
329. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsoleOutputStream.java (at line 129)
	this.console.firePropertyChange(this, IConsoleConstants.P_FONT_STYLE, old, this.fontStyle);
	                                                                           ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>'
331. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java (at line 46)
	public static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull EnumSetPref<@NonNull SubmitType>' is made accessible using the less-annotated type 'Preference.EnumSetPref<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
334. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java (at line 68)
	if (value instanceof EnumSet<?>) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type EnumSet<SubmitType> is already an instance of type EnumSet<?>
335. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java (at line 77)
	this.lastValue= EnumSet.copyOf(newValue) ));
	                ^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[96] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
338. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java (at line 99)
	this.editableTypes= EnumSet.allOf(SubmitType.class);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
339. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java (at line 100)
	this.selectedTypes= EnumSet.noneOf(SubmitType.class);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
344. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java (at line 172)
	return EnumSet.copyOf(this.selectedTypes);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>'
346. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java (at line 49)
	public static final Preference<EnumSet<SubmitType>> HISTORYNAVIGATION_SUBMIT_TYPES_PREF= new EnumSetPref<>(
			NicoUIPreferences.QUALIFIER, KEY_HISTORYNAVIGATION_SUBMIT_TYPES, SubmitType.class);
	                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull EnumSetPref<@NonNull SubmitType>' is made accessible using the less-annotated type 'Preference<EnumSet<SubmitType>>', corresponding supertype is 'Preference<@NonNull EnumSet<@NonNull SubmitType>>'
347. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java:[61] 
	outputPrefs.put(NicoUIPreferences.OUTPUT_INFO_STREAM_ROOT_KEY + TEXTSTYLE_COLOR_SUFFIX,
	^^^^^^^^^^^
Potential null pointer access: The variable outputPrefs may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>>'
350. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java (at line 103)
	EnumSet.of(SubmitType.CONSOLE) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type '@NonNull EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolInfoGroup.java:[64] 
	final Composite info= new Composite(this.form, SWT.NONE);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ViewForm' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolInfoGroup.java:[72] 
	final Image image= NicoUITools.getImage(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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolInfoGroup.java:[85] 
	detail1.setText(this.process.getLabel(Tool.LONG_LABEL));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/HistorySubmitAction.java:[67] 
	m.beginTask(NicoUITools.createSubmitMessage(controller.getTool()), 2 + 8);
	                                            ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/HistorySubmitAction.java:[87] 
	NicoUITools.runSubmitInBackground(process, runnable, this.view.getSite().getShell());
	                                  ^^^^^^^
Null type mismatch: required '@NonNull ToolProcess' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/HistorySubmitAction.java:[87] 
	NicoUITools.runSubmitInBackground(process, runnable, this.view.getSite().getShell());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[80] 
	workspaceFile= getWorkspaceFile(fileStore, m);
	                                ^^^^^^^^^
Null type mismatch: required '@NonNull IFileStore' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[70] 
	final MessageDialog dialog= new MessageDialog(window.getShell(), this.dialogTitle, null,
	                                              ^^^^^^
Potential null pointer access: The variable window may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[78] 
	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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[126] 
	final List<ToolRunnable> quitRunnables= data.getRequired("scheduledQuitRunnables", List.class);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<ToolRunnable>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[132] 
	service.getCurrentRunnable().getLabel(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentRunnable() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[102] 
	public LoginDialog(final ToolProcess process, final Shell shell) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field callbacks may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[102] 
	public LoginDialog(final ToolProcess process, final Shell shell) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field saveControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[102] 
	public LoginDialog(final ToolProcess process, final Shell shell) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field username may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[112] 
	protected Control createMessageArea(final Composite parent) {
	                                          ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from IconAndMessageDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[122] 
	label.setText(this.message);
	              ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[144] 
	label.setText(outputCallback.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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[168] 
	if (LoginDialog.this.username == null) {
								LoginDialog.this.username= field.getText();
							}
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[294] 
	final LoginDialog dialog= new LoginDialog(process, window.getShell());
	                                                   ^^^^^^
Potential null pointer access: The variable window may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[294] 
	final LoginDialog dialog= new LoginDialog(process, window.getShell());
	                                                   ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Shell' needs unchecked conversion to conform to '@NonNull Shell'
382. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 300)
	data.setReturnData("save.activated", (dialog.allowSave && dialog.save)); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[383] 
	boolean complete= true;
	        ^^^^^^^^
The value of the local variable complete is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[395] 
	final byte[] array= charset.encode(CharBuffer.wrap(password)).array();
	                                                   ^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[132] 
	this.listButtons.connectTo(this.listViewer, this.list, null);
	                                                       ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable ResourceMapping>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
390. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java (at line 220)
	manager.setMappings(this.list);
	                    ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IObservableList<@NonNull ResourceMapping>' is made accessible using the less-annotated type 'List<ResourceMapping>', corresponding supertype is 'List<@NonNull ResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolDialog.java:[98] 
	final Composite composite= new Composite(dialogArea, SWT.NONE);
	                                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
412. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/CancelRunnableHandler.java (at line 92)
	options= Integer.decode(optionsParameter);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[453] 
	public IStatus runInUIThread(final IProgressMonitor monitor) {
	                                   ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from UIJob specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[547] 
	public IStatus runInUIThread(final IProgressMonitor monitor) {
	                                   ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from UIJob specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[45] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[46] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[290] 
	composite.layout(new @NonNull Control[] { NIConsolePage.this.inputEditor.getComposite() });
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[294] 
	this.outputGD.minimumHeight= LayoutUtils.hintHeight(NIConsolePage.this.outputViewer.getTextWidget(), 4);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[295] 
	final ScrollBar bar= NIConsolePage.this.outputViewer.getTextWidget().getHorizontalBar();
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[296] 
	if (bar.isVisible()) {
	    ^^^
Potential null pointer access: The variable bar may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[338] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Illegal redefinition of parameter events, inherited method from IDebugEventSetListener declares this parameter as '@NonNull DebugEvent @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[459] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[460] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field clipboard may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field control may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field debugListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputCopyAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputCutAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputDeleteAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputHandlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputMenuManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputPasteAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputRedoAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputSelectAllAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputServices may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputUndoAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field multiActionHandler may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputClearAllAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputContentListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputCopyAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputMenuManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputPasteAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputScrollLockAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputSelectAllAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field pageHandlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field removeAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field removeAllAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field resizer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[472] 
	public NIConsolePage(final NIConsole console, final IConsoleView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field site may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[537] 
	this.outputViewer.getTextWidget().addKeyListener(new KeyListener() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[569] 
	EditorsUI.getPreferenceStore() ) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[592] 
	{	final var scrollBar= this.outputViewer.getTextWidget().getHorizontalBar();
	 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[606] 
	contributeToActionBars(getSite(), getSite().getActionBars(), this.pageHandlers);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IActionBars' needs unchecked conversion to conform to '@NonNull IActionBars'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[688] 
	this.inputHandlers= new ContextHandlers(this.inputServices.getLocator());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IServiceLocator' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[692] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[692] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[693] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[693] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[708] 
	this.outputCopyAction= TextViewerAction.createCopyAction(this.outputViewer);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[713] 
	this.outputSelectAllAction= TextViewerAction.createSelectAllAction(this.outputViewer);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[719] 
	this.inputDeleteAction= TextViewerAction.createDeleteAction(inputViewer);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[721] 
	this.inputCutAction= TextViewerAction.createCutAction(inputViewer);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[723] 
	this.inputCopyAction= TextViewerAction.createCopyAction(inputViewer);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[725] 
	this.inputPasteAction= TextViewerAction.createPasteAction(inputViewer);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[727] 
	this.inputSelectAllAction= TextViewerAction.createSelectAllAction(inputViewer);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[730] 
	this.inputUndoAction= TextViewerAction.createUndoAction(inputViewer);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[732] 
	this.inputRedoAction= TextViewerAction.createRedoAction(inputViewer);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextViewerAction' needs unchecked conversion to conform to '@NonNull TextViewerAction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[952] 
	this.debugListener= null;
	                    ^^^^
Null type mismatch: required 'NIConsolePage.@NonNull StatusListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[969] 
	this.pageHandlers= null;
	                   ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[973] 
	this.inputHandlers= null;
	                    ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[977] 
	this.multiActionHandler= null;
	                         ^^^^
Null type mismatch: required '@NonNull MultiActionHandler' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[979] 
	this.inputServices= null;
	                    ^^^^
Null type mismatch: required '@NonNull NestedServices' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[981] 
	this.outputCopyAction= null;
	                       ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[982] 
	this.outputPasteAction= null;
	                        ^^^^
Null type mismatch: required '@NonNull SubmitPasteAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[983] 
	this.outputSelectAllAction= null;
	                            ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[984] 
	this.outputClearAllAction= null;
	                           ^^^^
Null type mismatch: required '@NonNull ClearOutputAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[986] 
	this.inputDeleteAction= null;
	                        ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[987] 
	this.inputCutAction= null;
	                     ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[988] 
	this.inputCopyAction= null;
	                      ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[989] 
	this.inputPasteAction= null;
	                       ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[990] 
	this.inputSelectAllAction= null;
	                           ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[991] 
	this.inputUndoAction= null;
	                      ^^^^
Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[993] 
	this.debugListener= null;
	                    ^^^^
Null type mismatch: required 'NIConsolePage.@NonNull StatusListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[994] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[995] 
	this.removeAction= null;
	                   ^^^^
Null type mismatch: required '@NonNull ConsoleRemoveLaunchAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[996] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[997] 
	this.removeAllAction= null;
	                      ^^^^
Null type mismatch: required '@NonNull ConsoleRemoveAllTerminatedAction' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[999] 
	this.outputViewer= null;
	                   ^^^^
Null type mismatch: required '@NonNull OutputViewer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1004] 
	this.inputEditor= null;
	                  ^^^^
Null type mismatch: required '@NonNull ConsolePageEditor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1179] 
	this.outputViewer.getTextWidget().redraw();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1182] 
	this.outputViewer.getTextWidget().redraw();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
504. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java (at line 1208)
	this.inputEditor.handleSettingsChanged(groupIds, options);
	                                       ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
505. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java (at line 1208)
	this.inputEditor.handleSettingsChanged(groupIds, options);
	                                                 ^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
508. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/SaveHistoryPage.java (at line 152)
	fSourceControl.setSelection(EnumSet.range(SubmitType.CONSOLE, SubmitType.TOOLS));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<@NonNull SubmitType>' is made accessible using the less-annotated type 'EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>'
510. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
511. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/InputSourceViewer.java:[53] 
	DNDUtils.addDropSupport(getTextWidget(), new DNDUtils.SimpleTextDropAdapter() {
	                        ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Control' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/InputSourceViewer.java:[56] 
	return InputSourceViewer.this.getTextWidget();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/InputSourceViewer.java:[63] 
	getTextWidget().addListener(SWT.Traverse, new Listener() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/TerminateToolHandler.java:[83] 
	NicoUITools.showConsole((NIConsole)console, page, true);
	                                            ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[92] 
	public IStatus runInUIThread(final IProgressMonitor monitor) {
	                                   ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from UIJob specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[176] 
	this.composite= new Composite(parent, SWT.NONE);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[189] 
	this.imageLabel= new Label(this.composite, SWT.NONE);
	                           ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[197] 
	this.mainLabel= new ShortedLabel(this.composite, SWT.NONE);
	                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[201] 
	this.subLabel= new ShortedLabel(this.composite, SWT.NONE);
	                                ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[262] 
	this.mainLabel.setText(progressInfo.getLabel());
	                       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[263] 
	this.subLabel.setText(progressInfo.getSubLabel());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[269] 
	tool.imageCache= NicoUITools.getImage(tool.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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/RelaunchToolHandler.java:[131] 
	final ILaunchConfiguration relaunchConfig= new OverlayLaunchConfiguration(originalConfig, add);
	                                                                          ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ILaunchConfiguration' but the provided value is inferred as @Nullable
527 problems (0 errors, 479 warnings, 48 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.nico.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.nico.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.nico.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.nico.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.ui ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.nico.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.core >-----------
[INFO] Building [bundle] StatET R - Core  (Incubation) 4.8.0.202308171800-r [109/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.core ---
[INFO] Resolving class path of [bundle] StatET R - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.core ---
[INFO] Compiling 240 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/Expression.java:[27] 
	RAstNode node;
	         ^^^^
The @NonNull field node may not have been initialized
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java (at line 34)
	private final SourceContent sourceContent;
	                            ^^^^^^^^^^^^^
The value of the field RdParser.sourceContent is not used
5. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java (at line 40)
	private final int currentLine= 1;
	                  ^^^^^^^^^^^
The value of the field RdParser.currentLine is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[86] 
	final int start= this.currentOffset;
	          ^^^^^
The value of the local variable start is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[87] 
	int end= this.currentOffset;
	    ^^^
The value of the local variable end is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RFragmentSourceUnit.java:[111] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoListPref.java:[51] 
	(parts.length >= 4) ? Util.getPkgType(parts[3]) : null ));
	                                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RProjectNature.java:[131] 
	this.preferenceListener= null;
	                         ^^^^
Null type mismatch: required '@NonNull PreferencesManageListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RProjectNature.java:[217] 
	public @Nullable REnv getREnv() {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull REnv' returned from RCoreAccess.getREnv() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RBuildpathPrefs.java:[61] 
	this.rootNode= context.getNode(qualifier);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IEclipsePreferences' but this expression has type '@Nullable IEclipsePreferences'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 'List<? extends @NonNull RLibLocation>', corresponding supertype is 'List<RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 'List<? extends @NonNull RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/ResourceTracker.java:[73] 
	public void resourceChanged(final IResourceChangeEvent event) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
40. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 29)
	final SortedArraySet<String> names= new SortedArraySet<>(new String[8], 0, RPkgUtils.NAMES_COLLATOR);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull SortedArraySet<@NonNull String>' is made accessible using the less-annotated type 'SortedArraySet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[31] 
	final RPkgListImpl<RPkgInfo> added= new RPkgListImpl<>(8);
	                   ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
43. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 31)
	final RPkgListImpl<RPkgInfo> added= new RPkgListImpl<>(8);
	                                    ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgInfo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[32] 
	final RPkgListImpl<RPkgInfo> changed= new RPkgListImpl<>(8);
	                   ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 32)
	final RPkgListImpl<RPkgInfo> changed= new RPkgListImpl<>(8);
	                                      ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgInfo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[33] 
	final RPkgListImpl<RPkgInfo> deleted= new RPkgListImpl<>(8);
	                   ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 33)
	final RPkgListImpl<RPkgInfo> deleted= new RPkgListImpl<>(8);
	                                      ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgInfo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[42] 
	public RPkgListImpl<RPkgInfo> getAdded() {
	                    ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[47] 
	public RPkgListImpl<RPkgInfo> getChanged() {
	                    ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[52] 
	public RPkgListImpl<RPkgInfo> getDeleted() {
	                    ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[204] 
	this.fDefNode= null;
	               ^^^^
Null type mismatch: required '@NonNull FDef' but the provided value is null
52. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java (at line 401)
	private List<RElementAccess> columns;
	                             ^^^^^^^
The value of the field RSourceElementByElementAccess.RDataFrame.columns is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[404] 
	public RDataFrame(final RLangSourceElement parent, final int elementType,
				final List<SubNamedPartSyntacticElementAccess> columns) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field columns may not have been initialized
54. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java (at line 436)
	private String prototypeCode;
	               ^^^^^^^^^^^^^
The value of the field RSourceElementByElementAccess.RSlot.prototypeCode is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[439] 
	public RSlot(final RLangSourceElement parent, final ElementAccess defAccess) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field prototypeCode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[488] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[525] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[625] 
	else {
			sb.append(" <unnamed>"); //$NON-NLS-1$
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
59. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
60. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
61. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
62. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
63. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[170] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[277] 
	if (repo.getPkgType() != null) {
	    ^^^^
Potential null pointer access: The variable repo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[278] 
	final String key= RPkgUtils.getPkgTypeInstallKey(r.getPlatform(), repo.getPkgType());
	                                                                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RPkgType' but this expression has type '@Nullable RPkgType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[330] 
	final RPkgCompilation<RPkgInfo> prevInstalled= (RPkgCompilation<RPkgInfo>)
					((event.oldPkgs != null) ? event.oldPkgs.getInstalled() : null);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RPkgCompilation<capture#2-of ? extends RPkgInfo> to RPkgCompilation<RPkgInfo>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[393] 
	newList.add(newPkg);
	            ^^^^^^
Null type mismatch: required '@NonNull RPkgInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[491] 
	(!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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[496] 
	(!changed) ? oldPkg.getFlags() : 0,
	             ^^^^^^
Potential null pointer access: The variable oldPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[497] 
	(!changed) ? oldPkg.getInstallTimestamp() : event.timestamp,
	             ^^^^^^
Potential null pointer access: The variable oldPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[498] 
	(!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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[557] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
77. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 64)
	this.installed= new BasicRPkgCompilation<>(0);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull RPkgInfoAndData>' is made accessible using the less-annotated type 'BasicRPkgCompilation<RPkgInfoAndData>'
78. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 65)
	this.available= new BasicRPkgCompilation<>(0);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull IRPkgData>' is made accessible using the less-annotated type 'RPkgCompilation<IRPkgData>', corresponding supertype is 'RPkgCompilation<@NonNull IRPkgData>'
79. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 66)
	this.reverse= new RPkgListImpl<>(0);
	              ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgData>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
81. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 77)
	this.installed= new BasicRPkgCompilation<>(rLibPaths.getRLibLocations().size());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull RPkgInfoAndData>' is made accessible using the less-annotated type 'BasicRPkgCompilation<RPkgInfoAndData>'
82. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 79)
	this.reverse= new RPkgListImpl<>(4);
	              ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgData>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
85. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 101)
	final List<String> availableNames= this.available.getNames();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
87. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 102)
	final SortedArraySet<String> names= new SortedArraySet<>(
					availableNames.toArray(new String[availableNames.size() + 16]),
					availableNames.size(), RPkgUtils.NAMES_COLLATOR );
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull SortedArraySet<@NonNull String>' is made accessible using the less-annotated type 'SortedArraySet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
91. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 128)
	return ImCollections.concatList(this.installed.getAll(), this.available.getAll());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RPkgList<? extends IRPkgData>>' is made accessible using the less-annotated type 'List<RPkgList<? extends IRPkgData>>', corresponding supertype is 'List<@NonNull RPkgList<? extends IRPkgData>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[151] 
	if (Util.findPkg(pkg.getDepends(), name) >= 0) {
	                 ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RPkg>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RPkg>'
98. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 153)
	depends= new RPkgListImpl<>(4);
	         ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull VersionListRPkg>' is made accessible using the less-annotated type 'RPkgListImpl<VersionListRPkg>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[157] 
	if (Util.findPkg(pkg.getImports(), name) >= 0) {
	                 ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RPkg>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RPkg>'
100. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 159)
	imports= new RPkgListImpl<>(4);
	         ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull VersionListRPkg>' is made accessible using the less-annotated type 'RPkgListImpl<VersionListRPkg>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[163] 
	if (Util.findPkg(pkg.getLinkingTo(), name) >= 0) {
	                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RPkg>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RPkg>'
102. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 165)
	linkingTo= new RPkgListImpl<>(4);
	           ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull VersionListRPkg>' is made accessible using the less-annotated type 'RPkgListImpl<VersionListRPkg>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[169] 
	if (Util.findPkg(pkg.getSuggests(), name) >= 0) {
	                 ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RPkg>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RPkg>'
104. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 171)
	suggests= new RPkgListImpl<>(4);
	          ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull VersionListRPkg>' is made accessible using the less-annotated type 'RPkgListImpl<VersionListRPkg>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[175] 
	if (Util.findPkg(pkg.getEnhances(), name) >= 0) {
	                 ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RPkg>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RPkg>'
106. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java (at line 177)
	enhances= new RPkgListImpl<>(4);
	          ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull VersionListRPkg>' is made accessible using the less-annotated type 'RPkgListImpl<VersionListRPkg>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/IRPkgSet.java:[53] 
	RPkgCompilation<? extends RPkgInfo> 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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[245] 
	if (node.getRParent().getNodeType() == NodeType.C_IF
	    ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[246] 
	&& ((CIfElse)node.getParent()).getElseChild() == node) {
	             ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field codeStyle may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field document may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field factory may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field lineLevels may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field lineOffsets may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rootNode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[455] 
	public RSourceIndenter(final RHeuristicTokenScanner scanner) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field util may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[624] 
	this.factory= null;
	              ^^^^
Null type mismatch: required '@NonNull ScopeFactory' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[625] 
	this.lineOffsets= null;
	                  ^^^^
Null type mismatch: required 'int @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[633] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[822] 
	switch (node.getRParent().getNodeType()) {
	        ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[827] 
	if (node.getRParent().getChild(0) == node) {
	    ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RSourceIndenter.java:[918] 
	switch (node.getNodeType()) {
	        ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[116] 
	if (elementName == null) {
			throw new NullPointerException("elementName"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[125] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[140] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[162] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[163] 
	if (elementName == null) {
					return (sb != null) ? sb.getString() : firstName;
				}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[176] 
	printScopeFQ(elementName, sb, options, true);
	                          ^^
Null type mismatch: required '@NonNull RValueFormatter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[184] 
	printScopeFQ(elementName, sb, options, true);
	                          ^^
Null type mismatch: required '@NonNull RValueFormatter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[220] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[222] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[248] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[253] 
	sb.append('$');
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[259] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[262] 
	sb.append('@');
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[267] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[271] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[279] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[280] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[282] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[286] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[287] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[295] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[301] 
	return sb.getString();
	       ^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[479] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[480] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[489] 
	else {
					return Integer.MIN_VALUE + 100;
				}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[493] 
	else if (n2 != null) {
				return Integer.MAX_VALUE - 100;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[496] 
	return 0;
	^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[658] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[822] 
	last.nextSegment= tmp;
	^^^^
Potential null pointer access: The variable last may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[891] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[933] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelManagerImpl.java:[137] 
	if (sourceUnit == null) {
			throw new NullPointerException("sourceUnit"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelManagerImpl.java:[156] 
	if (pkgName == null) {
			throw new NullPointerException("pkgName"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/CForLoop.java:[46] 
	CForLoop() {
	^^^^^^^^^^
The @NonNull field varSymbol may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RSourceUnitModelInfo.java:[37] 
	Map<String, ? extends RFrame> getReferencedFrames();
	                      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
168. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/REnvPkgManager.java (at line 28)
	private final REnvManagerImpl rEnvManager;
	                              ^^^^^^^^^^^
The value of the field REnvPkgManager.rEnvManager is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[41] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[46] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/project/RTaskMarkerHandler.java:[33] 
	final var taskTags= Issues.loadTaskTags(project.getPrefs());
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method loadTaskTags(PreferenceAccess) from the type Issues is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[189] 
	detail.getStartOffset(), detail.getEndOffset() );
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[194] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[194] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[200] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[200] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[206] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[206] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[212] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[212] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[218] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[218] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[610] 
	node.getOperator(0).text ),
	^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[966] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[966] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporter.java:[1001] 
	final StatusDetail detail;
	                   ^^^^^^
The value of the local variable detail is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgSet.java:[26] 
	class RPkgSet extends BasicRPkgManagerData<RPkgInfo> implements IRPkgSet {
	                                           ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'TInstalled extends @NonNull RPkgBuilt'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgSet.java:[30] 
	final RPkgCompilation<RPkgInfo> installed) {
	                      ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgData.java:[43] 
	super(name, version);
	      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgData.java:[43] 
	super(name, version);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'RNumVersion' needs unchecked conversion to conform to '@NonNull RNumVersion'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParserPostExprVisitor.java:[115] 
	child.rParent.status|= severityInChild;
	      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParserPostExprVisitor.java:[296] 
	updateParentStatus(callArg.getNameChild());
	                   ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[26] 
	public class RPkgInfoAndData extends RPkgData implements IRPkgInfoAndData {
	                                     ^^^^^^^^
The method String getRepoId() from RPkgData cannot implement the corresponding method from RPkgInfo due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[52] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[57] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[62] 
	public RLibLocation getLibLocation() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RLibLocation' returned from RPkgBuilt.getLibLocation() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[63] 
	getRepoByRawURL(list, ((RVarRepo) repo).getRawURL()) :
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[80] 
	public void visitNode(final RAstNode node) throws InvocationTargetException {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
222. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java (at line 84)
	final List<Object> attachments= node.getAttachments();
	                                ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull Object>' is made accessible using the less-annotated type 'List<Object>', corresponding supertype is 'List<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[200] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Refactoring.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[302] 
	public RefactoringStatus checkFinalConditions(final IProgressMonitor monitor) throws CoreException {
	                                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[315] 
	public Change createChange(final IProgressMonitor monitor) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[390] 
	TextChangeCompatibility.addTextEdit(change, message,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[426] 
	TextChangeCompatibility.addTextEdit(change, message,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/renv/IREnvConfiguration.java:[97] 
	ImList<? extends RLibGroupWorkingCopy> 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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/renv/IREnvConfiguration.java:[100] 
	RLibGroupWorkingCopy getRLibGroup(String id);
	                                  ^^^^^^
Missing non-null annotation: inherited method from RLibPaths specifies this parameter as @NonNull
234. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 61)
	IMarker.SEVERITY, IMarker.SEVERITY_ERROR,
	                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
235. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 92)
	IMarker.SEVERITY, IMarker.SEVERITY_ERROR,
	                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
236. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 98)
	IMarker.SEVERITY, IMarker.SEVERITY_ERROR,
	                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
237. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 115)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/CompositeSourceElement.java:[88] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/CompositeSourceElement.java:[92] 
	children= ImCollections.concatList(compositeLists);
	                                   ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<? extends RLangSourceElement>[]' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RLangSourceElement> @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
249. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java (at line 256)
	getIdentifier(), project, description, comment, arguments, flags);
	                                                ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RHeuristicTokenScanner.java:[184] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[832] 
	appendStringD(data.getChar(idx));
	              ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[853] 
	appendEscaped(data.getChar(idx));
	              ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[893] 
	appendStringD(data.getChar(idx));
	              ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[915] 
	return escapeString(data.getChar(idx));
	                    ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[112] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[132] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[146] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[147] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[156] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[163] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[165] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[177] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[219] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[266] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[275] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[275] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/REnvLibGroups.java:[133] 
	return new RuntimeRLibPathsLoader(rHome, ImCollections.newList(libGroups));
	                                                               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibGroup[]' needs unchecked conversion to conform to '@NonNull RLibGroup @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[167] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Refactoring.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[210] 
	result.merge(RefactoringStatus.create(this.searchProcessor.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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[250] 
	public RefactoringStatus checkFinalConditions(final IProgressMonitor monitor) throws CoreException {
	                                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[267] 
	status.merge(RefactoringStatus.create(this.searchProcessor.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.8.x-r/statet/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.8.x-r/statet/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 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[284] 
	public Change createChange(final IProgressMonitor monitor) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[385] 
	TextChangeCompatibility.addTextEdit(change, Messages.RenameInWorkspace_Changes_ReplaceOccurrence_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/Model.java:[78] 
	else if (index == 0) {
			return this.rightExpr.node;
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/FDef.java:[116] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/FDef.java:[205] 
	Arg(final Args parent) {
	^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field argName may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceUnitElement.java:[95] 
	else {
			sb.append(" <unnamed>"); //$NON-NLS-1$
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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> {
	                                                        ^^^^^^^^^
Parameter 1 of method contains(Object) lacks a @NonNull annotation as specified in type RPkgList<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuTag.java:[69] 
	return this.fragments[index];
	       ^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuTag.java:[97] 
	visitor.visit(this.fragments[i]);
	              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
308. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 107)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[169] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[171] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[184] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[230] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[234] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[234] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[235] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[239] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[241] 
	super.setStateSharedType(type);
	                         ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
321. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 287)
	private Properties sharedProperties;
	                   ^^^^^^^^^^^^^^^^
The value of the field REnvConfigurationImpl.sharedProperties is not used
322. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 288)
	private final Object sharedPropertiesLock= new Object();
	                     ^^^^^^^^^^^^^^^^^^^^
The value of the field REnvConfigurationImpl.sharedPropertiesLock is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[303] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[307] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[322] 
	setName(setup.getName());
	        ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
326. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 343)
	final ImList<String> libGroupIds= DEFAULT_LIB_GROUP_IDS;
	                                  ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull String>' is made accessible using the less-annotated type 'ImList<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[394] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[404] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[475] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[478] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[484] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[485] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[487] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[488] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[489] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[491] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[492] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[494] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[495] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[496] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[543] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[568] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[592] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[593] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[596] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[597] 
	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>'
348. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 598)
	this.rBits= prefs.getPreferenceValue(this.prefRBits);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[598] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[599] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[600] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[601] 
	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>'
353. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 604)
	final ImList<String> libGroupIds= DEFAULT_LIB_GROUP_IDS;
	                                  ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull String>' is made accessible using the less-annotated type 'ImList<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[608] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[609] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[616] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[618] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[627] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[630] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[631] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[632] 
	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>'
362. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 658)
	map.put(this.prefRBits, this.rBits);
	                        ^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[666] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[669] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[673] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[889] 
	commandLine.add(0, URIUtil.toPath(exe.toURI()).toOSString());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
367. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 955)
	final Map<String, String> envp= setup.getEnvironmentsVariables(0);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
368. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 957)
	if (EPreferences.getInstancePrefs().getPreferenceValue(RCorePreferenceNodes.PREF_RENV_NETWORK_USE_ECLIPSE)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1153] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1164] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1164] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1169] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1179] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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)
	                                                 ^^^
Missing nullable annotation: inherited method from IncrementalProjectBuilder specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RSupportBuilder.java:[186] 
	protected void clean(final IProgressMonitor monitor) throws CoreException {
	                           ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from IncrementalProjectBuilder specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java:[144] 
	public RCodeStyleSettings(final int mode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field indentDefaultType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java:[181] 
	public void load(final PreferenceAccess prefs) {
	                       ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter prefs, inherited method from AbstractPreferencesModelObject does not constrain this parameter
381. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 182)
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
382. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 184)
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
383. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 185)
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
384. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 186)
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
385. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 187)
	setIndentGroupDepth(prefs.getPreferenceValue(INDENT_GROUP_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
386. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 188)
	setIndentWrappedCommandDepth(prefs.getPreferenceValue(INDENT_WRAPPED_COMMAND_DEPTH_PREF));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
387. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 189)
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
388. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 191)
	setWhitespaceAssignBefore(prefs.getPreferenceValue(WS_ASSIGN_BEFORE_PREF));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
389. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 192)
	setWhitespaceAssignAfter(prefs.getPreferenceValue(WS_ASSIGN_AFTER_PREF));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
390. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 193)
	setWhitespaceArgAssignBefore(prefs.getPreferenceValue(WS_ARGASSIGN_BEFORE_PREF));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
391. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 194)
	setWhitespaceArgAssignAfter(prefs.getPreferenceValue(WS_ARGASSIGN_AFTER_PREF));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
392. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 195)
	setWhitespacePipeBefore(prefs.getPreferenceValue(WS_PIPE_BEFORE_PREF));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
393. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 196)
	setWhitespacePipeAfter(prefs.getPreferenceValue(WS_PIPE_AFTER_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
394. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 197)
	setWhitespaceOtherOpBefore(prefs.getPreferenceValue(WS_OTHEROP_BEFORE_PREF));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
395. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 198)
	setWhitespaceOtherOpAfter(prefs.getPreferenceValue(WS_OTHEROP_AFTER_PREF));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
396. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 199)
	setNewlineFDefBodyBlockBefore(prefs.getPreferenceValue(NL_FDEF_BODYBLOCK_BEFORE_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java:[235] 
	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)
398. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 236)
	map.put(TAB_SIZE_PREF, getTabSize());
	                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
399. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 238)
	map.put(INDENT_SPACES_COUNT_PREF, getIndentSpacesCount());
	                                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
400. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 239)
	map.put(REPLACE_TABS_WITH_SPACES_PREF, getReplaceOtherTabsWithSpaces());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
401. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 240)
	map.put(INDENT_BLOCK_DEPTH_PREF, getIndentBlockDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
402. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 241)
	map.put(INDENT_GROUP_DEPTH_PREF, getIndentGroupDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
403. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 242)
	map.put(INDENT_WRAPPED_COMMAND_DEPTH_PREF, getIndentWrappedCommandDepth());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
404. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 243)
	map.put(REPLACE_CONVERSATIVE_PREF, getReplaceConservative());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
405. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 245)
	map.put(WS_ASSIGN_BEFORE_PREF, getWhitespaceAssignBefore());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
406. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 246)
	map.put(WS_ASSIGN_AFTER_PREF, getWhitespaceAssignAfter());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
407. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 247)
	map.put(WS_ARGASSIGN_BEFORE_PREF, getWhitespaceArgAssignBefore());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
408. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 248)
	map.put(WS_ARGASSIGN_AFTER_PREF, getWhitespaceArgAssignAfter());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
409. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 249)
	map.put(WS_PIPE_BEFORE_PREF, getWhitespacePipeBefore());
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
410. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 250)
	map.put(WS_PIPE_AFTER_PREF, getWhitespacePipeAfter());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
411. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 251)
	map.put(WS_OTHEROP_BEFORE_PREF, getWhitespaceOtherOpBefore());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
412. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 252)
	map.put(WS_OTHEROP_AFTER_PREF, getWhitespaceOtherOpAfter());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
413. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 253)
	map.put(NL_FDEF_BODYBLOCK_BEFORE_PREF, getNewlineFDefBodyBlockBefore());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
414. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 263)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                  ^^^^^^^^
The expression of type int is boxed into Integer
415. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 263)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                            ^^^^
The expression of type int is boxed into Integer
416. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 283)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                             ^^^^^^^^
The expression of type int is boxed into Integer
417. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 283)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                                       ^^^^^
The expression of type int is boxed into Integer
418. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 293)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
419. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 293)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
420. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 302)
	firePropertyChange(INDENT_GROUP_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
421. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 302)
	firePropertyChange(INDENT_GROUP_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
422. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 311)
	firePropertyChange(INDENT_WRAPPED_COMMAND_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^^^^
The expression of type int is boxed into Integer
423. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 311)
	firePropertyChange(INDENT_WRAPPED_COMMAND_DEPTH_PROP, oldValue, depth);
	                                                                ^^^^^
The expression of type int is boxed into Integer
424. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 320)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
425. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 320)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
426. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 330)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                              ^^^^^^^^
The expression of type boolean is boxed into Boolean
427. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 330)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                                        ^^^^^^
The expression of type boolean is boxed into Boolean
428. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 347)
	firePropertyChange(WS_ASSIGN_BEFORE_PROP, oldValue, enable);
	                                          ^^^^^^^^
The expression of type boolean is boxed into Boolean
429. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 347)
	firePropertyChange(WS_ASSIGN_BEFORE_PROP, oldValue, enable);
	                                                    ^^^^^^
The expression of type boolean is boxed into Boolean
430. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 356)
	firePropertyChange(WS_ASSIGN_AFTER_PROP, oldValue, enable);
	                                         ^^^^^^^^
The expression of type boolean is boxed into Boolean
431. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 356)
	firePropertyChange(WS_ASSIGN_AFTER_PROP, oldValue, enable);
	                                                   ^^^^^^
The expression of type boolean is boxed into Boolean
432. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 365)
	firePropertyChange(WS_ARGASSIGN_BEFORE_PROP, oldValue, enable);
	                                             ^^^^^^^^
The expression of type boolean is boxed into Boolean
433. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 365)
	firePropertyChange(WS_ARGASSIGN_BEFORE_PROP, oldValue, enable);
	                                                       ^^^^^^
The expression of type boolean is boxed into Boolean
434. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 374)
	firePropertyChange(WS_ARGASSIGN_AFTER_PROP, oldValue, enable);
	                                            ^^^^^^^^
The expression of type boolean is boxed into Boolean
435. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 374)
	firePropertyChange(WS_ARGASSIGN_AFTER_PROP, oldValue, enable);
	                                                      ^^^^^^
The expression of type boolean is boxed into Boolean
436. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 383)
	firePropertyChange(WS_PIPE_BEFORE_PROP, oldValue, enable);
	                                        ^^^^^^^^
The expression of type boolean is boxed into Boolean
437. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 383)
	firePropertyChange(WS_PIPE_BEFORE_PROP, oldValue, enable);
	                                                  ^^^^^^
The expression of type boolean is boxed into Boolean
438. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 392)
	firePropertyChange(WS_PIPE_AFTER_PROP, oldValue, enable);
	                                       ^^^^^^^^
The expression of type boolean is boxed into Boolean
439. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 392)
	firePropertyChange(WS_PIPE_AFTER_PROP, oldValue, enable);
	                                                 ^^^^^^
The expression of type boolean is boxed into Boolean
440. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 401)
	firePropertyChange(WS_OTHEROP_BEFORE_PROP, oldValue, enable);
	                                           ^^^^^^^^
The expression of type boolean is boxed into Boolean
441. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 401)
	firePropertyChange(WS_OTHEROP_BEFORE_PROP, oldValue, enable);
	                                                     ^^^^^^
The expression of type boolean is boxed into Boolean
442. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 410)
	firePropertyChange(WS_OTHEROP_AFTER_PROP, oldValue, enable);
	                                          ^^^^^^^^
The expression of type boolean is boxed into Boolean
443. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 410)
	firePropertyChange(WS_OTHEROP_AFTER_PROP, oldValue, enable);
	                                                    ^^^^^^
The expression of type boolean is boxed into Boolean
444. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 419)
	firePropertyChange(NL_FDEF_BODYBLOCK_BEFORE_PROP, oldValue, enable);
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
445. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 419)
	firePropertyChange(NL_FDEF_BODYBLOCK_BEFORE_PROP, oldValue, enable);
	                                                            ^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCoreAccessImpl.java:[93] 
	this.codeStyleListener.dispose();
	     ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[134] 
	private RLangMethod function;
	        ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[158] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Refactoring.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[201] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[202] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[205] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[213] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[213] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[250] 
	if (RAsts.hasErrors(node)) {
	                    ^^^^
Null type mismatch: required '@NonNull AstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[267] 
	final Parameter parameter= parameters.get(i);
	                           ^^^^^^^^^^
Potential null pointer access: The variable parameters may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[290] 
	public RefactoringStatus checkFinalConditions(final IProgressMonitor monitor) throws CoreException {
	                                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[303] 
	public Change createChange(final IProgressMonitor monitor) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[319] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[352] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[363] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[368] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[371] 
	{	TextChangeCompatibility.addTextEdit(change, Messages.FunctionToS4Method_Changes_DeleteOld_name,
	 	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[414] 
	TextChangeCompatibility.addTextEdit(change, Messages.FunctionToS4Method_Changes_AddGenericDef_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[468] 
	TextChangeCompatibility.addTextEdit(change, Messages.FunctionToS4Method_Changes_AddMethodDef_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
467. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RReconciler.java (at line 124)
	private @Nullable RProject project;
	                           ^^^^^^^
The value of the field RReconciler.project is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RReconciler.java:[313] 
	rootNodes= (List<SourceComponent>)source;
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<SourceComponent>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[314] 
	final IndentUtil indentUtil= new IndentUtil(orgDoc, coreConfig.getRCodeStyle());
	                                            ^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[327] 
	final RSourceIndenter indenter= new RSourceIndenter(scanner, coreConfig);
	                                                    ^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[351] 
	final IndentUtil indentUtil= new IndentUtil(orgDoc, coreConfig.getRCodeStyle());
	                                            ^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[59] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[91] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[99] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[106] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[113] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[113] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[123] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[123] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[124] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[133] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[133] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[153] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[158] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[163] 
	(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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[163] 
	(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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[176] 
	{	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[183] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[183] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[200] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[225] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[236] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[241] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[244] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[250] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[251] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[252] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[257] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[258] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[266] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[266] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[267] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[267] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[267] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[268] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[274] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[279] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[292] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RModel.java:[297] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[64] 
	public RPkgOperator(final RPkgManagerImpl manager, final IREnvConfiguration config,
			final RRepoSettings repoSettings) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field r may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[72] 
	this(manager, manager.getREnv().get(IREnvConfiguration.class), manager.getSelectedRepos());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IREnvConfiguration' but this expression has type '@Nullable IREnvConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[72] 
	this(manager, manager.getREnv().get(IREnvConfiguration.class), manager.getSelectedRepos());
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoSettings' needs unchecked conversion to conform to '@NonNull RRepoSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[145] 
	this.r= null;
	        ^^^^
Null type mismatch: required '@NonNull RConsoleService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[157] 
	final RRepo repo= this.repoSettings.getRepo(action.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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[166] 
	if (RPkgUtils.checkPkgType(store.getName(), this.manager.getRPlatform()) != repo.getPkgType()) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RPlatform' but this expression has type '@Nullable RPlatform'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[174] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[203] 
	sb.append('"').append(RPkgUtils.getPkgTypeInstallKey(this.r.getPlatform(), repo.getPkgType())).append('"');
	                                                                           ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RPkgType' but this expression has type '@Nullable RPkgType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[206] 
	final RLibLocationInfo info= getLibLocationInfo(action.getLibLocation());
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[219] 
	this.manager.pkgScanner.addExpectedPkg(action.getLibLocation(), action.getPkg());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[219] 
	this.manager.pkgScanner.addExpectedPkg(action.getLibLocation(), action.getPkg());
	                                                                ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRPkgData' needs unchecked conversion to conform to '@NonNull IRPkgData'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[231] 
	final RLibLocationInfo info= getLibLocationInfo(action.getLibLocation());
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[265] 
	this.r= null;
	        ^^^^
Null type mismatch: required '@NonNull RConsoleService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementAccess.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[212] 
	private RSourceUnitModelInfoImpl modelInfo;
	                                 ^^^^^^^^^
The @NonNull field modelInfo may not have been initialized
533. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 400)
	private RCoreFunctions configuredRDef;
	                       ^^^^^^^^^^^^^^
The value of the field SourceAnalyzer.configuredRDef is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field configuredRDef may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field currentSourceContainerBuilder may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field dependencyEnvironments may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field fCallFallback may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field frames may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field genericDefaultEnvir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field globalEnvir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field packageRefs may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field topLevelEnvir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[421] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field topScope may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[518] 
	this.fCallAnalyzers.put(name, new CommonDefBased(rdef.getParameters(name)));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Parameters' but this expression has type '@Nullable Parameters'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[604] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[663] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null
547. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 679)
	new @NonNull BuildSourceFrame[0] ); // ref projects
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BuildSourceFrame []' is made accessible using the less-annotated type 'BuildSourceFrame @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[705] 
	&& seb.element instanceof final RSourceElementByElementAccess.RMethod element) {
					element.occurrenceCount= anonymous++;
					registerAnonFunctionElement(element, seb.envir);
				}
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
549. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 729)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[762] 
	for (final EmbeddedRBuildElement element : this.chunkElements) {
	                                                ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
551. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 770)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[773] 
	for (final EmbeddedRBuildElement element : this.inlineElements) {
	                                                ^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
553. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 781)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[799] 
	this.ast= null;
	          ^^^^
Null type mismatch: required '@NonNull AstInfo' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[800] 
	this.genericDefaultEnvir= null;
	                          ^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[801] 
	this.globalEnvir= null;
	                  ^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[802] 
	this.packageRefs= null;
	                  ^^^^
Null type mismatch: required '@NonNull BasicPackageReferences' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[803] 
	this.topLevelEnvir= null;
	                    ^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[804] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[805] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[808] 
	this.currentSourceContainerBuilder= null;
	                                    ^^^^
Null type mismatch: required 'SourceAnalyzer.@NonNull SourceElementBuilder' but the provided value is null
562. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 827)
	envir= new BuildSourceFrame.DefScope(RFrame.PACKAGE, id, name, new @NonNull BuildSourceFrame[0]);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BuildSourceFrame []' is made accessible using the less-annotated type 'BuildSourceFrame @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[848] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[887] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[930] 
	buildFrame.add(argNameAccess.nameNode.getText(), argNameAccess);
	                             ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
566. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 957)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[1017] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[1030] 
	registerInEnvir(mode, name, access);
	                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
569. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 1079)
	null, new @NonNull BuildSourceFrame[] { this.topScope } );
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BuildSourceFrame []' is made accessible using the less-annotated type 'BuildSourceFrame @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[1114] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2115] 
	if (isTextEqualTo(signatureArgNodes[j], name)) {
	                  ^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2317] 
	final ElementAccess superClassAccess= registerSimpleClassAccessInEnvir(refNode, superClassNameNodes[i]);
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2390] 
	final ElementAccess superClassAccess= registerSimpleClassAccessInEnvir(refNode, superClassNameNodes[i]);
	                                                                                ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2440] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2468] 
	rClass.addSuperClasses(superClassNames);
	^^^^^^
Potential null pointer access: The variable rClass may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2500] 
	RSlot slot= null;
	      ^^^^
The value of the local variable slot is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2595] 
	enterElement(rClassExt, envir, node);
	                        ^^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is inferred as @Nullable
578. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 2852)
	private final int paramIdx_signature;
	                  ^^^^^^^^^^^^^^^^^^
The value of the field SourceAnalyzer.MethodsRemoveMethod.paramIdx_signature is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[3084] 
	registerSimpleClassAccessInEnvir(refNode, nodes[i]);
	                                          ^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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)
587. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoPref.java (at line 32)
	return RRepo.class;
	       ^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull RRepo>' is made accessible using the less-annotated type 'Class<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoPref.java:[42] 
	(parts.length >= 4) ? Util.getPkgType(parts[3]) : null );
	                                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.@NonNull RPkgActionVersionIterator' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull RNumVersion>', corresponding supertype is 'Iterator<RNumVersion>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.@NonNull RPkgVersionIterator' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull RNumVersion>', corresponding supertype is 'Iterator<RNumVersion>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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[]'
607. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java (at line 481)
	return Collections.singletonList(
							new RPkgAction.Install(list.get(0), null, null) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<RPkgAction.@NonNull Install>' is made accessible using the less-annotated type 'List<RPkgAction.Install>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuComment.java:[44] 
	DocuComment() {
	^^^^^^^^^^^^^
The @NonNull field lines may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuComment.java:[44] 
	DocuComment() {
	^^^^^^^^^^^^^
The @NonNull field tags may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuComment.java:[79] 
	return this.lines[index];
	       ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comment' needs unchecked conversion to conform to '@NonNull Comment'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuComment.java:[101] 
	visitor.visit(child);
	              ^^^^^
Null type safety (type annotations): The expression of type 'Comment' needs unchecked conversion to conform to '@NonNull Comment'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/DocuComment.java:[114] 
	visitor.visit(this.lines[i]);
	              ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Comment' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rhelp/JettyServer.java:[80] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rhelp/JettyServer.java:[83] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[396] 
	return new AssignExpr(node, AssignExpr.LOCAL, args.allocatedArgs[0], args.allocatedArgs[1]);
	                                              ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type 'FCall.@Nullable Arg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[396] 
	return new AssignExpr(node, AssignExpr.LOCAL, args.allocatedArgs[0], args.allocatedArgs[1]);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type 'FCall.@Nullable Arg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[402] 
	return checkAssign(node.getRParent());
	                   ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[404] 
	return checkAssign(node.getRParent().getRParent());
	                   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[404] 
	return checkAssign(node.getRParent().getRParent());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[644] 
	final Parameter parameter= parameters.get(argNode.getNameChild().getText());
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[672] 
	final String name= argNode.getNameChild().getText();
	                   ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[759] 
	ITER_ARGS: for (int nodeIdx= 0; nodeIdx < nodeArgCount; nodeIdx++) {
	^^^^^^^^^
The label ITER_ARGS is never explicitly referenced
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1231] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1261] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1263] 
	return parseNum(node.getText());
	                ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1265] 
	return parseInt(node.getText());
	                ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1288] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1290] 
	final Double num= parseNum(node.getText());
	                           ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1297] 
	final Integer num= parseInt(node.getText());
	                            ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
631. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1323)
	return (value != null) ? value : defaultValue;
	                         ^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1330] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1332] 
	final Double num= parseNum(node.getText());
	                           ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
634. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1334)
	return num.intValue();
	       ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1339] 
	return parseInt(node.getText());
	                ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
636. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1341)
	return (coerceNonNumeric) ? 1 : null;
	                            ^
The expression of type int is boxed into Integer
637. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1343)
	return (coerceNonNumeric) ? 0 : null;
	                            ^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1366] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1368] 
	final Double num= parseNum(node.getText());
	                           ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
640. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1370)
	return num.floatValue();
	       ^^^^^^^^^^^^^^^^
The expression of type float is boxed into Float
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1375] 
	final Integer num= parseInt(node.getText());
	                            ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
642. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1377)
	return num.floatValue();
	       ^^^^^^^^^^^^^^^^
The expression of type float is boxed into Float
643. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1382)
	return 1f;
	       ^^
The expression of type float is boxed into Float
644. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1384)
	return 0f;
	       ^^
The expression of type float is boxed into Float
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1403] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1405] 
	final Double num= parseNum(node.getText());
	                           ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1412] 
	final Integer num= parseInt(node.getText());
	                            ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
648. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1414)
	return num.doubleValue();
	       ^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
649. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1419)
	return 1.0;
	       ^^^
The expression of type double is boxed into Double
650. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1421)
	return 0.0;
	       ^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RChunkHeuristicTokenScanner.java:[34] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueValidator.java:[452] 
	this.charValue.setChar(0, value);
	                          ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueValidator.java:[499] 
	if (levels.contains(expression)
	                    ^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueValidator.java:[501] 
	this.charValue.setChar(0, expression);
	                          ^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[72] 
	public void visitNode(final RAstNode node) throws InvocationTargetException {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[85] 
	public void visit(final FDef node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[122] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Refactoring.getName() (mismatching null constraints)
661. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java (at line 144)
	return (this.occurrencesList != null) ? this.occurrencesList.size() : null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[144] 
	return (this.occurrencesList != null) ? this.occurrencesList.size() : null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression of type Integer may be null but requires auto-unboxing
663. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java (at line 144)
	return (this.occurrencesList != null) ? this.occurrencesList.size() : null;
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[276] 
	if (RAsts.hasErrors(node)) {
	                    ^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[295] 
	public RefactoringStatus checkFinalConditions(final IProgressMonitor monitor) throws CoreException {
	                                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[308] 
	public Change createChange(final IProgressMonitor monitor) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[324] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[362] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[366] 
	TextChangeCompatibility.addTextEdit(change, Messages.ExtractTemp_Changes_AddVariable_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[373] 
	TextChangeCompatibility.addTextEdit(change, Messages.ExtractTemp_Changes_ReplaceOccurrence_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/Help.java:[79] 
	else if (index == 0) {
			return this.rightExpr.node;
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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>'
690. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FCallToPipeForwardRefactoring.java (at line 129)
	this.usePlaceholder= (inputArg.hasName()
						&& (this.sourceUnit.getRCoreAccess().getRSourceConfig().getLangVersion().compareTo(RSourceConstants.LANG_VERSION_4_2) >= 0) );
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FCallToPipeForwardRefactoring.java:[179] 
	messageUtil.getFullText(this.fCall.getArgsChild().getChild(this.inputArgIndex).getValueChild() ));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull AstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FCallToPipeForwardRefactoring.java:[182] 
	final String source= (project != null) ?
	             ^^^^^^
The value of the local variable source is not used
693. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FCallToPipeForwardRefactoring.java (at line 188)
	getIdentifier(), project, description, comment, arguments, flags);
	                                                ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
694. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FCallToPipeForwardRefactoring.java (at line 278)
	if (nonNullAssert(this.usePlaceholder)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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<?>'
696. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RoxygenAnalyzer.java (at line 57)
	this.comments= ((SourceComponent) model.getAst().getRoot()).getComments();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable ImList<@NonNull RAstNode>' is made accessible using the less-annotated type 'List<RAstNode>', corresponding supertype is 'List<@NonNull RAstNode>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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'
700. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RoxygenAnalyzer.java (at line 121)
	final List<DocuTag> tags= this.nextComment.getTags();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull DocuTag>' is made accessible using the less-annotated type 'List<DocuTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[90] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[143] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/BasicRResourceSourceUnit.java:[56] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull DocContentSections' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RGraphicFunctions.java:[835] 
	return analyzeColorString(node.getText());
	                          ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
713. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RGraphicFunctions.java (at line 857)
	final ColorDef color= new ColorDef(red, green, blue);
	                                   ^^^
The expression of type Integer is unboxed into int
714. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RGraphicFunctions.java (at line 857)
	final ColorDef color= new ColorDef(red, green, blue);
	                                        ^^^^^
The expression of type Integer is unboxed into int
715. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RGraphicFunctions.java (at line 857)
	final ColorDef color= new ColorDef(red, green, blue);
	                                               ^^^^
The expression of type Integer is unboxed into int
716. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RGraphicFunctions.java (at line 874)
	final ColorDef color= new HSVColorDef(hue, saturation, value);
	                                      ^^^
The expression of type Float is unboxed into float
717. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RGraphicFunctions.java (at line 874)
	final ColorDef color= new HSVColorDef(hue, saturation, value);
	                                           ^^^^^^^^^^
The expression of type Float is unboxed into float
718. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[118] 
	else {
				this.openExpr= openExpr;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
724. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java (at line 126)
	private Comment[] lines= new @NonNull Comment[64];
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Comment []' is made accessible using the less-annotated type 'Comment @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[219] 
	public RParser(final RSourceConfig rSourceConfig,
			final int level, final RLexer lexer, final @Nullable StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nextType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[219] 
	public RParser(final RSourceConfig rSourceConfig,
			final int level, final RLexer lexer, final @Nullable StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field parseInput may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[432] 
	this.roxygen.init();
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[483] 
	if (expr.node == null) {
						node.expressions.remove(context.rootExpr);
						expr= null;
					}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant PIPE_PLACEHOLDER needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant PIPE_RIGHT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant FUNCTION_B needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[490] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[590] 
	appendNonOp(context, createNullConst(null));
	                                     ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[861] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[863] 
	expr.node= null;
	           ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1260] 
	args.startOffset= args.endOffset= args.rParent.endOffset;
	                                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1283] 
	if (arg.argName == null) {
				arg.argName= errorNonExistingSymbol(arg, arg.endOffset,
						TYPE12_SYNTAX_SYMBOL_MISSING );
			}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1317] 
	args.startOffset= args.endOffset= args.rParent.endOffset;
	                                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1345] 
	RParserPostExprVisitor.updateParentStatus(arg.argName);
	                                          ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1359] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1376] 
	else {
					arg.startOffset= arg.endOffset= args.endOffset;
				}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1406] 
	args.startOffset= args.endOffset= args.rParent.endOffset;
	                                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1434] 
	RParserPostExprVisitor.updateParentStatus(arg.argName);
	                                          ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1448] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1465] 
	else {
					arg.startOffset= arg.endOffset= args.endOffset;
				}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1501] 
	context.openExpr.node= newNode;
	        ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1521] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1522] 
	newNode.getMissingExprStatus(newNode.getLeftExpr()) );
	                             ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Expression' but this expression has type '@Nullable Expression'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1523] 
	context.update(context.openExpr.node, null);
	                       ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1560] 
	newNode.getLeftExpr().node= left;
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLeftExpr() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1562] 
	baseExpr.node= newNode;
	^^^^^^^^
Potential null pointer access: The variable baseExpr may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1806] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1806] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1807] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1808] 
	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.8.x-r/statet/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
824. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java (at line 72)
	final List<RAstNode> comments= component.comments;
	                               ^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable ImList<@NonNull RAstNode>' is made accessible using the less-annotated type 'List<RAstNode>', corresponding supertype is 'List<@NonNull RAstNode>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[94] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[113] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[113] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[121] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[167] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[185] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[186] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[266] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[297] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RoxygenParser.java:[310] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[66] 
	return (hasVars(url)) ? new RVarRepo(id, name, url, pkgType) : new RRepo(id, name, url, pkgType);
	                                                                         ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[74] 
	super(id, name, url, pkgType);
	      ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCRANMirror() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getBioCMirror() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[96] 
	public void setURL(final String url) {
	                         ^^^^^^
Missing nullable annotation: inherited method from RRepo specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceFileElement.java:[86] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[157] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[157] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[158] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[160] 
	if ((!me.rParent.equalsSingle(other.rParent))
	         ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[160] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[161] 
	|| (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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[161] 
	|| (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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[201] 
	if (this.rParent.rParent != null) {
	         ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[202] 
	path.append(this.rParent.rParent.getNodeType().ordinal());
	                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[202] 
	path.append(this.rParent.rParent.getNodeType().ordinal());
	                         ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAstNode.java:[205] 
	path.append(this.rParent.getNodeType().ordinal());
	                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/FCall.java:[75] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/SubNamed.java:[80] 
	SubNamed() {
	^^^^^^^^^^
The @NonNull field subname may not have been initialized
858. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 56)
	@SuppressWarnings({ "hiding", "nls" })
	                    ^^^^^^^^
At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored
859. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 56)
	@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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[161] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[233] 
	BasicRPkgCompilation<RPkgInfo> loadInstalled(final List<? extends RLibGroup> envLibs) {
	                     ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[237] 
	final BasicRPkgCompilation<RPkgInfo> newInstalled= new BasicRPkgCompilation<>(8);
	                           ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
863. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 237)
	final BasicRPkgCompilation<RPkgInfo> newInstalled= new BasicRPkgCompilation<>(8);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull RPkgInfo>' is made accessible using the less-annotated type 'BasicRPkgCompilation<RPkgInfo>'
864. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 259)
	this.libIdMap.put(location.getDirectory(), id);
	                                           ^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[261] 
	final RPkgListImpl<RPkgInfo> list= new RPkgListImpl<>(16);
	                   ^^^^^^^^
Null constraint mismatch: The type 'RPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
866. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 261)
	final RPkgListImpl<RPkgInfo> list= new RPkgListImpl<>(16);
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgInfo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[267] 
	final BasicRPkgInfo pkg= new BasicRPkgInfo(pkgResult.getString(1),
	                                           ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[268] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[343] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[376] 
	this.pkgChangeStatement.setInt(7, id.intValue());
	                                  ^^
Potential null pointer access: The variable id may be null at this location
871. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 409)
	final Integer id= result.getInt(1);
	                  ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
878. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java (at line 533)
	List<SourceUnit> sourceUnits= RModel.getRModelManager().findReferencingSourceUnits(
				project, this.mainName, m.newChild(10) );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable List<@NonNull SourceUnit>' is made accessible using the less-annotated type 'List<SourceUnit>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[159] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[194] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[204] 
	this.prefAccess.getPreferenceValue(this.selectedReposPref),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[204] 
	this.prefAccess.getPreferenceValue(this.selectedReposPref),
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoListPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull List<RRepo>>', corresponding supertype is 'Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[205] 
	this.prefAccess.getPreferenceValue(this.selectedCRANPref),
	                                   ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[206] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[207] 
	this.prefAccess.getPreferenceValue(this.selectedBioCPref) );
	                                   ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[218] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[242] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[267] 
	public void onPreferenceChanged(final ChangeEvent event) {
	                                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from PreferenceSetService.ChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[269] 
	&& (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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[270] 
	|| 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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[271] 
	|| 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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[283] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[283] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[339] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[368] 
	if (this.rPlatform != null && !this.rPlatform.getRVersion().equals(rPlatform.getRVersion())) {
	                                    ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
901. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 436)
	final boolean requireCRAN= RVarRepo.requireCRANMirror(settings.getRepos());
	                                                      ^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RRepo>' is made accessible using the less-annotated type 'Collection<RRepo>', corresponding supertype is 'Collection<@NonNull RRepo>'
902. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 440)
	final boolean requireBioC= RVarRepo.requireBioCMirror(settings.getRepos());
	                                                      ^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RRepo>' is made accessible using the less-annotated type 'Collection<RRepo>', corresponding supertype is 'Collection<@NonNull RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[455] 
	return Status.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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[459] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[459] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[489] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[489] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[493] 
	selectedCRAN= Util.findRepo(this.allCRAN, selectedCRAN);
	                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[493] 
	selectedCRAN= Util.findRepo(this.allCRAN, selectedCRAN);
	                                          ^^^^^^^^^^^^
Null type mismatch: required '@NonNull RRepo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[496] 
	selectedCRAN= Util.getRepoByURL(this.allCRAN, this.selectedCRANInR);
	                                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[496] 
	selectedCRAN= Util.getRepoByURL(this.allCRAN, this.selectedCRANInR);
	                                              ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[500] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[502] 
	selectedCRAN= Util.findRepo(this.allCRAN, selectedCRAN);
	                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[515] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[515] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[517] 
	selectedBioC= Util.findRepo(this.allBioC, selectedBioC);
	                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[520] 
	selectedBioC= RPkgUtils.getRepoByURL(this.allBioC, this.selectedBioCInR);
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[520] 
	selectedBioC= RPkgUtils.getRepoByURL(this.allBioC, this.selectedBioCInR);
	                                                   ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[524] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[560] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[561] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[574] 
	if (RPkgUtils.getRepoById(this.allRepos, repo.getId()) == null) {
	                          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[579] 
	if (Util.getRepoByURL(this.allRepos, repo) == null) {
	                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
924. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 586)
	{	final Collection<RRepo> selectedRepos= repoSettings.getRepos();
	 	                                       ^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RRepo>' is made accessible using the less-annotated type 'Collection<RRepo>', corresponding supertype is 'Collection<@NonNull RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[591] 
	repo= Util.findRepo(this.allRepos, repo);
	                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[591] 
	repo= Util.findRepo(this.allRepos, repo);
	                                   ^^^^
Null type safety (type annotations): The expression of type 'RRepo' needs unchecked conversion to conform to '@NonNull RRepo'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[596] 
	repoSettings= new BasicRRepoSettings(repos,
	                                     ^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[614] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[615] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[616] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[630] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'IRPkgManager.Listener' needs unchecked conversion to conform to 'IRPkgManager.@NonNull Listener'
932. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 661)
	{	final Collection<RRepo> selected= repos.getRepos();
	 	                                  ^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RRepo>' is made accessible using the less-annotated type 'Collection<RRepo>', corresponding supertype is 'Collection<@NonNull RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[671] 
	selectedCRAN= (repo != null) ? Util.findRepo(this.allCRAN, repo) : null;
	                                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[676] 
	selectedBioC= (repo != null) ? Util.findRepo(this.allBioC, repo) : null;
	                                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[681] 
	final RRepoSettings newSettings= new BasicRRepoSettings(selectedRepos,
	                                                        ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[708] 
	repo= RPkgUtils.getRepoById(this.allRepos, repoId);
	                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[722] 
	PreferenceUtils.setPrefValue(envNode, this.selectedReposPref, repos.getRepos());
	                             ^^^^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[722] 
	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<@NonNull List<RRepo>>', corresponding supertype is 'Preference<List<RRepo>>'
939. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 722)
	PreferenceUtils.setPrefValue(envNode, this.selectedReposPref, repos.getRepos());
	                                                              ^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RRepo>' is made accessible using the less-annotated type '@NonNull List<RRepo>', corresponding supertype is 'List<@NonNull RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[723] 
	PreferenceUtils.setPrefValue(envNode, this.selectedCRANPref, repos.getCRANMirror());
	                             ^^^^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[723] 
	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<@Nullable RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[724] 
	PreferenceUtils.setPrefValue(envNode, this.bioCVersionPref, repos.getBioCVersion());
	                             ^^^^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[724] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[725] 
	PreferenceUtils.setPrefValue(envNode, this.selectedBioCPref, repos.getBioCMirror());
	                             ^^^^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[725] 
	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<@Nullable RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[728] 
	PreferenceUtils.setPrefValue(globalNode, LAST_CRAN_PREF, repos.getCRANMirror());
	                             ^^^^^^^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[728] 
	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<@Nullable RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[731] 
	PreferenceUtils.setPrefValue(globalNode, LAST_BIOC_PREF, repos.getBioCMirror());
	                             ^^^^^^^^^^
Null type mismatch: required '@NonNull IEclipsePreferences' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[731] 
	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<@Nullable RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[735] 
	globalNode.flush();
	^^^^^^^^^^
Potential null pointer access: The variable globalNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[736] 
	envNode.flush();
	^^^^^^^
Potential null pointer access: The variable envNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[929] 
	rBioCMirrors.add(new RRepoMirror(RRepo.R_PREFIX + url, s[i][0], url, s[i][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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[950] 
	final RRepo repo= Util.createRepoFromR(id, null, url);
	                                           ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1018] 
	final RRepo repo= RPkgUtils.getRepoById(rRepos, RRepo.CRAN_ID);
	                                        ^^^^^^
Null type mismatch: required '@NonNull Collection<? extends @NonNull RRepo>' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1121] 
	call.addChar("BioC_mirror", repoSettings.getBioCMirror().getURL());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getBioCMirror() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1124] 
	{	final List<RRepo> selectedRepos= (List<RRepo>) repoSettings.getRepos();
	 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @NonNull ImList<@NonNull RRepo> to List<RRepo>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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<?>'
965. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 1132)
	final RVector<RCharacterStore> data= new RVectorImpl<>(
						new RCharacter32Store(urls), RObject.CLASSNAME_CHARACTER, ids);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RVectorImpl<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RVector<RCharacterStore>', corresponding supertype is 'RVector<@NonNull RCharacterStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 '@Nullable String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1154] 
	RPkgCompilation<IRPkgData> available= null;
	                ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
969. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 1156)
	available= this.pkgScanner.loadAvailable(this.rEnv, repoSettings, r, m);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgCompilation<@NonNull IRPkgData>' is made accessible using the less-annotated type 'RPkgCompilation<IRPkgData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1156] 
	available= this.pkgScanner.loadAvailable(this.rEnv, repoSettings, r, m);
	                                         ^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1156] 
	available= this.pkgScanner.loadAvailable(this.rEnv, repoSettings, r, m);
	                                                    ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoSettings' needs unchecked conversion to conform to '@NonNull RRepoSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1156] 
	available= this.pkgScanner.loadAvailable(this.rEnv, repoSettings, 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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1156] 
	available= this.pkgScanner.loadAvailable(this.rEnv, repoSettings, 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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1190] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1192] 
	RVector<RNumericStore> libs= null;
	        ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
976. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 1197)
	libs= rLibLoader.loadLibStamps(r, m);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RVector<@NonNull RNumericStore>' is made accessible using the less-annotated type 'RVector<RNumericStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1197] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1197] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1201] 
	final String libPath= libs.getNames().getChar(idxLib);
	                      ^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1203] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1203] 
	final int idx= (int) this.libs.getNames().indexOf(libPath);
	                                                  ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1233] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1233] 
	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'
984. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java (at line 90)
	@SuppressWarnings({ "hiding", "nls" })
	                    ^^^^^^^^
At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored
985. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java (at line 90)
	@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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[406] 
	public DbTools(final Connection connection) throws SQLException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentProj may not have been initialized
987. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java (at line 555)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[645] 
	public RModelIndex(final RModelManagerImpl manager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dbConnectionPool may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[704] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[753] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[753] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[799] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[811] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[816] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[821] 
	insertMainNameStatement.setLong(1, tools.currentUnitId);
	^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable insertMainNameStatement may be null at this location
996. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java (at line 899)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[902] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[902] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[905] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[914] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[1032] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[1283] 
	public @Nullable RFrame getProjectFrame(final RProject rProject) throws CoreException {
	                 ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
1003. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java (at line 1351)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RModelIndex.java:[1353] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[105] 
	Arrays.sort(elements, RElementAccess.NAME_POSITION_COMPARATOR);
	            ^^^^^^^^
Null type safety (type annotations): The expression of type 'ElementAccess[]' needs unchecked conversion to conform to '@NonNull ElementAccess @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[106] 
	return ImCollections.newList(elements);
	                             ^^^^^^^^
Null type safety (type annotations): The expression of type 'ElementAccess[]' needs unchecked conversion to conform to '@NonNull ElementAccess @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[110] 
	Arrays.sort(elements, RElementAccess.NAME_POSITION_COMPARATOR);
	            ^^^^^^^^
Null type safety (type annotations): The expression of type 'ElementAccess[]' needs unchecked conversion to conform to '@NonNull ElementAccess @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[111] 
	return ImCollections.newList(elements);
	                             ^^^^^^^^
Null type safety (type annotations): The expression of type 'ElementAccess[]' needs unchecked conversion to conform to '@NonNull ElementAccess @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[342] 
	detail.frame= defaultScope;
	              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BuildSourceFrame' needs unchecked conversion to conform to '@NonNull RFrame'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[365] 
	this.parents= ImCollections.newList(parents);
	                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'BuildSourceFrame @Nullable[]' needs unchecked conversion to conform to '@NonNull BuildSourceFrame @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java:[378] 
	this.elements= ImCollections.newList(elements);
	                                     ^^^^^^^^
Null type safety (type annotations): The expression of type 'BuildSourceFrameElement[]' needs unchecked conversion to conform to '@NonNull BuildSourceFrameElement @NonNull[]'
1016. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/BuildSourceFrame.java (at line 401)
	return list.toArray(new @NonNull BuildSourceFrame[list.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull BuildSourceFrame @NonNull[]' is made accessible using the less-annotated type 'BuildSourceFrame @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[89] 
	public void visitNode(final RAstNode node) throws InvocationTargetException {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
1018. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java (at line 93)
	final List<Object> attachments= node.getAttachments();
	                                ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull Object>' is made accessible using the less-annotated type 'List<Object>', corresponding supertype is 'List<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[101] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[110] 
	public void visit(final FDef node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[114] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[207] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Refactoring.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[314] 
	if (RAsts.hasErrors(node)) {
	                    ^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[333] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[336] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[336] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[352] 
	public RefactoringStatus checkFinalConditions(final IProgressMonitor monitor) throws CoreException {
	                                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[365] 
	public Change createChange(final IProgressMonitor monitor) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Refactoring specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[380] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[484] 
	TextChangeCompatibility.addTextEdit(change, Messages.ExtractFunction_Changes_ReplaceOldWithFunctionDef_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[488] 
	TextChangeCompatibility.addTextEdit(change, Messages.ExtractFunction_Changes_DeleteOld_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[490] 
	TextChangeCompatibility.addTextEdit(change, Messages.ExtractFunction_Changes_AddFunctionDef_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[501] 
	sb.append(assignment.getOperator(0).text);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[522] 
	TextChangeCompatibility.addTextEdit(change, Messages.ExtractFunction_Changes_AddFunctionCall_name,
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'TextFileChange' needs unchecked conversion to conform to '@NonNull TextChange'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1039. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1040. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 74)
	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
1041. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 75)
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[247] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[262] 
	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>'
1044. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 264)
	for (final Iterator<IScopeContext> iter= prefs.getPreferenceContexts().iterator();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Iterator<@NonNull IScopeContext>' is made accessible using the less-annotated type 'Iterator<IScopeContext>'
1045. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 289)
	for (final Iterator<IScopeContext> iter= prefs.getPreferenceContexts().iterator();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Iterator<@NonNull IScopeContext>' is made accessible using the less-annotated type 'Iterator<IScopeContext>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[312] 
	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>'
1047. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 320)
	map.put(PREF_VERSION, 2);
	                      ^
The expression of type int is boxed into Integer
1048. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 321)
	map.put(STAMP_PREF, System.currentTimeMillis());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[324] 
	final List<String> oldNames= new ArrayList<>(Arrays.asList(node.childrenNames()));
	                                                           ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[324] 
	final List<String> oldNames= new ArrayList<>(Arrays.asList(node.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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[344] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[345] 
	node.flush();
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[463] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[514] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[514] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[574] 
	((long) System.getProperty("user.name").hashCode() << 32) | System.currentTimeMillis(), //$NON-NLS-1$
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getProperty(String) may return null
1057. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/ModelDelta.java (at line 34)
	private final int level;
	                  ^^^^^
The value of the field ModelDelta.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/ModelDelta.java:[35] 
	private final LtkModelElement element;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
1059. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/ModelDelta.java (at line 36)
	private final @Nullable RSourceUnitModelInfo oldInfo;
	                                             ^^^^^^^
The value of the field ModelDelta.oldInfo is not used
1060. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/ModelDelta.java (at line 38)
	private final @Nullable RSourceUnitModelInfo newInfo;
	                                             ^^^^^^^
The value of the field ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/NSGet.java:[78] 
	NSGet() {
	^^^^^^^
The @NonNull field element may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/NSGet.java:[78] 
	NSGet() {
	^^^^^^^
The @NonNull field namespace may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RLexer.java:[199] 
	return this.textBuilder.toString();
	            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RLexer.java:[238] 
	return textFactory.get(this.textBuilder);
	                       ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CharSequence' but this expression has type '@Nullable StringBuilder'
1073. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java (at line 106)
	this.sourceContainters= project.getRawBuildpath();
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull BuildpathElement>' is made accessible using the less-annotated type 'ImList<BuildpathElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[150] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[151] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[151] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[152] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[163] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[233] 
	public boolean visit(final IResourceDelta delta) throws CoreException {
	                           ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceDeltaVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[256] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[322] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[323] 
	null, this.toUpdateRSU,
	^^^^
Null type mismatch: required '@NonNull List<@NonNull IFile>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[323] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[324] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[335] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[363] 
	public boolean visit(final IResource resource) throws CoreException {
	                           ^^^^^^^^^
Missing non-null annotation: inherited method from IResourceVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[381] 
	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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[453] 
	this.taskMarkerHandler.init(project);
	                            ^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[458] 
	final SourceContent sourceContent= new SourceContent(0, readFile(file));
	                                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[459] 
	this.taskMarkerHandler.setup(sourceContent, 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.8.x-r/statet/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
1093 problems (0 errors, 916 warnings, 177 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.core.tests >--------
[INFO] Building [test-bundle] StatET R - Core - Tests  (Incubation) 4.8.0.202308171800-r [110/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core.tests ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.core.tests ---
[INFO] Resolving class path of [test-bundle] StatET R - Core - Tests  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.core.tests ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RParserFCallArgsTest.java:[73] 
	assertEquals(startOffset, callArgs.getStartOffset(), "args.startOffset");
	                          ^^^^^^^^
Potential null pointer access: The variable callArgs may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RAstTests.java:[43] 
	return this.type + " » " + ((this.op0 != null) ? this.op0.name() : "");
	                                                      ^^^
Potential null pointer access: this expression has a '@Nullable' type
3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RAstTests.java (at line 105)
	assertEquals(String.format("0x%1$08X", statusCode), String.format("0x%1$08X", actual.getStatusCode()),
	                                       ^^^^^^^^^^
The expression of type int is boxed into Integer
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RAstTests.java (at line 105)
	assertEquals(String.format("0x%1$08X", statusCode), String.format("0x%1$08X", actual.getStatusCode()),
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RArgumentMatchingTest.java:[532] 
	assertNull(matchedArgs.getArgNode(paramIdx).getNameChild());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getArgNode(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RArgumentMatchingTest.java:[533] 
	assertEquals(sourceNode, matchedArgs.getArgNode(paramIdx).getValueChild());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getArgNode(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RArgumentMatchingTest.java:[539] 
	assertEquals(expectedArg.getNameChild(), matchedArgs.getArgNode(paramIdx).getNameChild());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getArgNode(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RArgumentMatchingTest.java:[540] 
	assertEquals(sourceNode, matchedArgs.getArgNode(paramIdx).getValueChild());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getArgNode(int) may return null
9. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporterTest.java (at line 513)
	assertEquals(String.format("0x%1$08X", expectedCode), String.format("0x%1$08X", actual.getCode()), "code");
	                                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporterTest.java (at line 513)
	assertEquals(String.format("0x%1$08X", expectedCode), String.format("0x%1$08X", actual.getCode()), "code");
	                                                                                ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RLexerStringLiteralTest.java (at line 535)
	combinations.add(Arguments.arguments(c0, cQuote, bracketPair.toCharArray()));
	                                     ^^
The expression of type char is boxed into Character
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RLexerStringLiteralTest.java (at line 535)
	combinations.add(Arguments.arguments(c0, cQuote, bracketPair.toCharArray()));
	                                         ^^^^^^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueValidator0AfactorTest.java:[27] 
	super(new RFactor32Store(0, false, new String[] { "A", "B", null }));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/AbstractAstNodeTest.java:[74] 
	final String ls= lowDescr.op0.text;
	                          ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/AbstractAstNodeTest.java:[75] 
	final int ll= lowDescr.op0.text.length();
	                       ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/AbstractAstNodeTest.java:[76] 
	final String hs= highDescr.op0.text;
	                           ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/AbstractAstNodeTest.java:[77] 
	final int hl= highDescr.op0.text.length();
	                        ^^^
Potential null pointer access: this expression has a '@Nullable' type
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
19. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/doc/RPartitionerTest.java (at line 70)
	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
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/doc/RPartitionerTest.java (at line 71)
	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
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/doc/RPartitionerTest.java (at line 72)
	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
23. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/doc/RPartitionerTest.java (at line 139)
	combinations.add(arguments(c0, cQuote, bracketPair.toCharArray()));
	                           ^^
The expression of type char is boxed into Character
24. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/doc/RPartitionerTest.java (at line 139)
	combinations.add(arguments(c0, cQuote, bracketPair.toCharArray()));
	                               ^^^^^^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[656] 
	assertSymbol(child, "a");
	             ^^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[659] 
	child, sourceComponent );
	^^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[663] 
	assertEquals(child.getNodeType(), NodeType.NUM_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[670] 
	assertEquals(child.getNodeType(), NodeType.STRING_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[717] 
	assertEquals(child.getNodeType(), NodeType.STRING_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[764] 
	assertEquals(child.getNodeType(), NodeType.STRING_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[811] 
	assertEquals(child.getNodeType(), NodeType.STRING_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[858] 
	assertEquals(child.getNodeType(), NodeType.STRING_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[935] 
	assertEquals(child.getNodeType(), NodeType.SYMBOL);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[942] 
	assertEquals(child.getNodeType(), NodeType.NUM_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[949] 
	assertEquals(child.getNodeType(), NodeType.STRING_CONST);
	             ^^^^^
Potential null pointer access: The variable child may be null at this location
36. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 66)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
37. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 67)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
38. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 67)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 67)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
40. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 68)
	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
41. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 68)
	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
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 68)
	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
43. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 85)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
44. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 85)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
45. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 110)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
46. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 111)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 111)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
48. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 111)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 112)
	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
50. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 131)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
51. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 131)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
52. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 168)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 169)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
54. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 169)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
55. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 169)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
56. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 170)
	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
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 172)
	assertEquals(fString, aString, () -> String.format("formatted strings differ for sample [%1$s]", index0));
	                                                                                                 ^^^^^^
The expression of type int is boxed into Integer
58. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 187)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
59. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 187)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
60. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 203)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
61. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 203)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
62. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 235)
	assertEquals(false, vData.isNA(0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
63. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 235)
	assertEquals(false, vData.isNA(0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
64. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 252)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
65. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 252)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
66. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 271)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
67. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 272)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
68. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 272)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
69. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 272)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
70. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 273)
	assertEquals(b, vData.getRaw(0), () -> String.format("raw values differ for sample [%1$s]", index0));
	                                                                                            ^^^^^^
The expression of type int is boxed into Integer
71. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 275)
	assertEquals(fString, aString, () -> String.format("formatted strings differ for sample [%1$s]", index0));
	                                                                                                 ^^^^^^
The expression of type int is boxed into Integer
72. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatter03numTest.java (at line 120)
	assertEquals(expected, this.formatter.getString(), () -> String.format("formatted strings differ for sample [%1$s]", index0));
	                                                                                                                     ^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RParserBasicTest.java:[176] 
	RAstNode expr0;
	         ^^^^^
The value of the local variable expr0 is not used
73 problems (0 errors, 23 warnings, 50 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core.tests ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core.tests:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core.tests:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:test (default-test) @ org.eclipse.statet.r.core.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -ea, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.core-tests/target/surefire.properties]
[Worker-1: Prepare R help] INFO org.eclipse.jetty.server.Server - jetty-10.0.15; built: 2023-04-11T17:25:14.480Z; git: 68017dbd00236bb7e187330d7585a059610f661d; jvm 17.0.6+10
[Worker-1: Prepare R help] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager - Session workerName=node0
[Worker-1: Prepare R help] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@44e9abef{/rhelp,null,AVAILABLE}
[Worker-1: Prepare R help] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@72f87984{HTTP/1.1, (http/1.1)}{127.0.0.1:42617}
[Worker-1: Prepare R help] INFO org.eclipse.jetty.server.Server - Started Server@b5da83e{STARTING}[10.0.15,sto=0] @7772ms
Running null
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in null
org.eclipse.statet.r.core.RSearchPatternTest.matches_Prefix_InnerDotAndUnderscore  Time elapsed: 0.064 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Prefix_EndingDotAndUnderscore  Time elapsed: 0.003 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Substring_EndingDotAndUnderscore  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Substring_StartingDot  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Substring_InnerDotAndUnderscore  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Substring_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Substring_StartingDot  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Substring_InnerDotAndUnderscore  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Prefix_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Prefix_CaseInsensitive  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Substring  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Prefix  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Prefix  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Prefix_StartingDot  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Prefix_EndingDotAndUnderscore  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Substring  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Prefix_StartingDot  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.matches_Substring_EndingDotAndUnderscore  Time elapsed: 0.001 s
org.eclipse.statet.r.core.RSearchPatternTest.getMatchingRegions_Prefix_InnerDotAndUnderscore  Time elapsed: 0 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in null
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseChar  Time elapsed: 0.003 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseCplx  Time elapsed: 0.003 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseLogi  Time elapsed: 0.002 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseNum_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseCplx_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseInt_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseInt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseLogi_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseChar_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator02intTest.parseNum  Time elapsed: 0.001 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in null
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseChar  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseCplx  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseLogi  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseNum_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseCplx_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseInt_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseInt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseNum  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseLogi_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator04cplxTest.parseChar_invalid  Time elapsed: 0.001 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in null
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseChar  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseCplx  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseLogi  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseNum_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseCplx_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseInt_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseInt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseLogi_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseChar_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator01logiTest.parseNum  Time elapsed: 0.001 s
Running null
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in null
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseChar  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseCplx  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseLogi  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseNum_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseCplx_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseInt_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseInt  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseNum  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseLogi_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseChar_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseLevel  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator0AfactorTest.parseLevelTrim  Time elapsed: 0.001 s
Running null
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in null
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printNonPrintableExt  Time elapsed: 0.014 s
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printPrintableU0000  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printPrintableU0080  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printPrintableExt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printControlBasicOther  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printControlBasicSpecial  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueFormatter05chrTest.printRequireEscapeD  Time elapsed: 0 s
Running null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in null
org.eclipse.statet.r.core.data.RValueFormatter06rawTest.print  Time elapsed: 0.001 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in null
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_03num_NA  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_01logi_NA  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_04num_NA  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_01logi  Time elapsed: 0.002 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_05chr_NA  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_03num  Time elapsed: 0.09 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_04int  Time elapsed: 0.002 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_05chr  Time elapsed: 0.143 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_06raw  Time elapsed: 0.005 s
org.eclipse.statet.r.core.data.RValueFormatterValidatorTest.reparse_02int_NA  Time elapsed: 0.001 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in null
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseChar  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseCplx  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseLogi  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseNum_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseCplx_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseInt_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseInt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseNum  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseLogi_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator03numTest.parseChar_invalid  Time elapsed: 0 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.r.core.data.RValueFormatter03numTest.printSpecial  Time elapsed: 0.002 s
org.eclipse.statet.r.core.data.RValueFormatter03numTest.print  Time elapsed: 0.004 s
org.eclipse.statet.r.core.data.RValueFormatter03numTest.checkPrecision  Time elapsed: 0.003 s
org.eclipse.statet.r.core.data.RValueFormatter03numTest.printNegative  Time elapsed: 0.001 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseChar  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseCplx  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseLogi  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseNum_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseCplx_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseInt_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseInt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseNum  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseLogi_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator05chrTest.parseChar_invalid  Time elapsed: 0 s
Running null
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in null
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseChar  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseCplx  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseLogi  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseNum_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseCplx_invalid  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseInt_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseLogi_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseChar_invalid  Time elapsed: 0 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseInt  Time elapsed: 0.001 s
org.eclipse.statet.r.core.data.RValueValidator06rawTest.parseNum  Time elapsed: 0.001 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.r.core.source.RTerminalTest.minRLangVersion_4_1  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RTerminalTest.minRLangVersion_4_2  Time elapsed: 0 s
Running null
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in null
org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest.scan_expand  Time elapsed: 0.004 s
org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest.scan(RSourceConfig)[1]  Time elapsed: 0.024 s
org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest.scan(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest.scan(RSourceConfig)[3]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest.scan(RSourceConfig)[4]  Time elapsed: 0.002 s
Running null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in null
org.eclipse.statet.r.core.source.ast.RParserSourceRangeTest.scan_expand  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserSourceRangeTest.scan  Time elapsed: 0.001 s
Running null
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in null
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_simple  Time elapsed: 0.006 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_partialMatch  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_ellipsisAtEnd_noValueArg  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_emptyArg1  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_emptyArg2  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_noValueArg  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_moreThanDef  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_simple_withPlaceholder  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_simple  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_lessThanDef_withPlaceholder  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_lessThanDef  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_partialMatch  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_lessThanDef  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_ellipsisAtEnd  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_ellipsisAtEnd  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_simple  Time elapsed: 0.021 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_emptyArg1  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.ReplCall_match_emptyArg2  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_ellipsisAtEnd  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_lessThanDef  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_ellipsisAt0  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_partialMatch  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_partialMatch_withPlaceholder  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_emptyArg1  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.Default_match_emptyArg2  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.PipeTarget_match_ellipsisAtEnd_withPlaceholder  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest.AutoContext_match  Time elapsed: 0.004 s
Running null
Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in null
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.FCall_Arg  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubNamed(RTerminal)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubNamed(RTerminal)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Assign_ALeft(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Assign_ALeft(RTerminal)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubIndexed(NodeType, String, String)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubIndexed(NodeType, String, String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SourceComponent  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.CIf_withElse  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.FDef_Args  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.PipeForward  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Special  Time elapsed: 0 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.CIf  Time elapsed: 0 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Not  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Seq  Time elapsed: 0 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubIndexed_Arg(NodeType, String, String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubIndexed_Arg(NodeType, String, String)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.CFor  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.FDef  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Sign(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Sign(RTerminal)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubIndexed_Args(NodeType, String, String)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.SubIndexed_Args(NodeType, String, String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Block  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.FCall  Time elapsed: 0 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Group  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.NsGet(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.NsGet(RTerminal)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Power(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.FCall_Args  Time elapsed: 0 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.FDef_Arg  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.PipeForward_withPlaceholder_FCallArg  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Arithmetic(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Arithmetic(RTerminal)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Arithmetic(RTerminal)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Arithmetic(RTerminal)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.CRepeat  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.CWhile  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Logical(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Logical(RTerminal)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Logical(RTerminal)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Logical(RTerminal)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Assign_ARight(RTerminal)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.Assign_ARight(RTerminal)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.PipeForward_withPlaceholder_SubArg  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RExpressionComputingTest.PipeForward_withPlaceholder_SubRef  Time elapsed: 0.001 s
Running null
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in null
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipePlaceholder_invalidUse(RSourceConfig)[1]  Time elapsed: 0.025 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipePlaceholder_invalidUse(RSourceConfig)[2]  Time elapsed: 0.004 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_missingTarget(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_missingTarget(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_missingTarget(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_invalidTarget(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_invalidTarget(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_invalidTarget(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_incompatible(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withArgs(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withArgs(RSourceConfig)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withArgs(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipePlaceholder_invalidUse_since_4_3(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipePlaceholder_incompatible_pre_4_1(RSourceConfig)[1]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withPlaceholder_FCallArg(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withPlaceholder_FCallArg(RSourceConfig)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_basic(RSourceConfig)[1]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_basic(RSourceConfig)[2]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_basic(RSourceConfig)[3]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipePlaceholder_incompatible_in_4_1  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipePlaceholder_incompatible_in_4_2  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withPlaceholder_SubArg(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withPlaceholder_SubArg(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserPipeTest.PipeForward_withPlaceholder_SubRef(RSourceConfig)[1]  Time elapsed: 0.002 s
Running null
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in null
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_basic(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_basic(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_basic(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_basic(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_bodyMissing(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_bodyMissing(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_bodyMissing(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_argsNotOpened(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_argsNotOpened(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_argsNotOpened(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_argsNotOpened(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_incompatible(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_bodyMissing(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_bodyMissing(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_bodyMissing(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefStd_bodyMissing(RSourceConfig)[4]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_argsNotOpened(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_argsNotOpened(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_argsNotOpened(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_basic(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_basic(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserFDefTest.FDefBackslash_basic(RSourceConfig)[3]  Time elapsed: 0.019 s
Running null
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in null
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.SYMBOL(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.SYMBOL(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.SYMBOL(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.SYMBOL(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_assignOps(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_assignOps(RSourceConfig)[2]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_assignOps(RSourceConfig)[3]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_assignOps(RSourceConfig)[4]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_commonOps(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_commonOps(RSourceConfig)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_commonOps(RSourceConfig)[3]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP_commonOps(RSourceConfig)[4]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD(RSourceConfig)[1]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD(RSourceConfig)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD(RSourceConfig)[3]  Time elapsed: 0.027 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD(RSourceConfig)[4]  Time elapsed: 0.003 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.HELP(RSourceConfig)[4]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD_withErrorInChild(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD_withErrorInChild(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD_withErrorInChild(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ADD_withErrorInChild(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ASSIGN_commonOps(RSourceConfig)[1]  Time elapsed: 0.006 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ASSIGN_commonOps(RSourceConfig)[2]  Time elapsed: 0.007 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ASSIGN_commonOps(RSourceConfig)[3]  Time elapsed: 0.005 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.ASSIGN_commonOps(RSourceConfig)[4]  Time elapsed: 0.005 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING_withError(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING_withError(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING_withError(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.ast.RParserBasicTest.STRING_withError(RSourceConfig)[4]  Time elapsed: 0.001 s
Running null
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in null
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_uHexEscapeSequence_unexpected  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_uHexEscapeSequence_missingDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_uHexBracketEscapeSequence  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_Escape_unknown  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_uHexBracketEscapeSequence_missingDigit  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_UHexBracketEscapeSequence  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_SingleCharEscape  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_uHexBracketEscapeSequence_unexpected  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_xHexEscapeSequence  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_uHexEscapeSequence  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_uHexBracketEscapeSequence_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_Escape_unknown  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_xHexEscapeSequence_missingDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_UHexEscapeSequence  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_UHexBracketEscapeSequence_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_UHexEscapeSequence_missingDigit  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_InvalidCodepoint  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_SpecialCharEscape  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_OctalEscapeSequence  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_NullChar  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringR_with_NullChar  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringR_with_NullChar(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringR_with_NullChar(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringR_with_NullChar(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_xHexEscapeSequence  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_UHexBracketEscapeSequence  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_uHexBracketEscapeSequence_notClosed  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_UHexEscapeSequence  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringR_with_Escape  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringD_with_SpecialCharEscape  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_UHexBracketEscapeSequence_notClosed  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_OctalEscapeSequence  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_NullChar  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchSymbolG_with_InvalidCodepoint  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringTextTest.matchStringS_with_UHexBracketEscapeSequence_missingDigit  Time elapsed: 0.001 s
Running null
Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in null
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginsWith_Dots(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginsWith_Dots(String)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginsWith_Dots(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginsWith_Dots(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginsWith_Dots(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginsWith_Dots(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Ellipsis(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Ellipsis(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Ellipsis(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Ellipsis(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Ellipsis(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Ellipsis(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscores(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscores(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscores(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscores(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscores(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscores(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_incompleteOpening_withDashes  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG_notClosed  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_withEscape(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_withEscape(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_withEscape(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_withEscape(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_withEscape(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_withEscape(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_incompleteOpening  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_nonAscii(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_nonAscii(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_nonAscii(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_nonAscii(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_nonAscii(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_nonAscii(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Underscores(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Underscores(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Underscores(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Underscores(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Underscores(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Underscores(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[7]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[8]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[9]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[10]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[11]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR(char, char, char[])[12]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dot(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dot(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dot(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dot(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dot(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dot(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Dot(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Dot(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Dot(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Dot(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Dot(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_Dot(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Dots(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Dots(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Dots(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Dots(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Dots(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_endsWith_Dots(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_noKeyword(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_noKeyword(String)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_noKeyword(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_noKeyword(String)[4]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_noKeyword(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_noKeyword(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchPipePlaceholder(String)[1]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchPipePlaceholder(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchPipePlaceholder(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchPipePlaceholder(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchPipePlaceholder(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchPipePlaceholder(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_with_Linebreak(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_with_Linebreak(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_with_Linebreak(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_withDashes(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_withDashes(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_withDashes(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_withEscape(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_withEscape(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_withEscape(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_withEscape(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_withEscape(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_withEscape(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG_with_Linebreak(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG_with_Linebreak(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbolG_with_Linebreak(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscore(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscore(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscore(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscore(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscore(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Underscore(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withTextError(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withTextError(String)[2]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_with_Linebreak(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_with_Linebreak(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringS_with_Linebreak(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol(String)[1]  Time elapsed: 0.015 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringD_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginWith_Underscore(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginWith_Underscore(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginWith_Underscore(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginWith_Underscore(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginWith_Underscore(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_beginWith_Underscore(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_with_Linebreak(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_with_Linebreak(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_with_Linebreak(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes_withTextError(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes_withTextError(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes_withTextError(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes_withTextError(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes_withTextError(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchStringR_notClosed_withDashes_withTextError(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dots(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dots(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dots(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dots(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dots(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralTest.matchSymbol_contains_Dots(String)[6]  Time elapsed: 0.001 s
Running null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.r.core.source.RSourceConstantsTest.getLangVersionsBefore_argCheck  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RSourceConstantsTest.getLangVersionsSince  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RSourceConstantsTest.getLangVersionsSince_argCheck  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RSourceConstantsTest.getLangVersionsBefore  Time elapsed: 0.001 s
Running null
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in null
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec_withExp_check  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_HexFloat_missingExpDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Hex  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Hex_check  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumCplx_Hex_missingDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_HexFloat_withoutPoint  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Hex  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumCplx  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec_with_Point  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec_withExp  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_HexFloat_missingExpDigit  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_HexFloat_withExpSign  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_HexFloat_endsWith_Point  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec_check  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumCplx_Dec  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumCplx_Hex  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec_missingExpDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Hex_0_F  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_withExp  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumCplx_HexFloat  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_HexFloat_check  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_1_0  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_startsWith_Point  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_HexFloat_with_Point  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Dec_withExpSign  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_withExp_missingExpDigit  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_HexFloat_withExpSign  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_endsWith_Point  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_with_Point  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_HexFloat_startsWith_Point  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_HexFloat  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Hex_missingDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumCplx_HexFloat_missingExp  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumInt_Hex_missingDigit  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerNumericLiteralTest.matchNumReal_Dec_withExp_withSign  Time elapsed: 0.001 s
Running null
Tests run: 350, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s - in null
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockOpen(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockOpen(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockOpen(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockOpen(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockOpen(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComment(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComment(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComment(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComment(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGetInt(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGetInt(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGetInt(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGetInt(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGetInt(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_integer(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_integer(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_integer(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_integer(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_integer(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_integer(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubNamedPart(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubNamedPart(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubNamedPart(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubNamedPart(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubNamedPart(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchLinebreakWin  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightD(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightD(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightD(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightD(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightD(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightS(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightS(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightS(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightS(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowRightS(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPipeRight(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPipeRight(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPipeRight(String)[3]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPipeRight(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPipeRight(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NULL(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NULL(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NULL(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NULL(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NULL(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NULL(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_TRUE(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_TRUE(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_TRUE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_TRUE(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_TRUE(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_TRUE(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchQuestionmark(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchQuestionmark(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchQuestionmark(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchQuestionmark(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchQuestionmark(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_else(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_else(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_else(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_else(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_else(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_else(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_next(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_next(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_next(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_next(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_next(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_next(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipComment(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipComment(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipComment(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipComment(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchLinebreak  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchWhitespace(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchWhitespace(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchWhitespace(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchWhitespace(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_FALSE(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_FALSE(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_FALSE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_FALSE(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_FALSE(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_FALSE(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_break(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_break(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_break(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_break(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_break(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_break(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_while(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_while(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_while(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_while(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_while(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_while(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_repeat(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_repeat(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_repeat(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_repeat(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_repeat(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_repeat(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupOpen(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupOpen(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupOpen(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupOpen(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupOpen(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipWhitespace(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipWhitespace(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipWhitespace(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.skipWhitespace(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_real(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_real(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_real(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_real(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_real(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_real(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.empty  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial_empty(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial_empty(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial_empty(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial_empty(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial_empty(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAnd(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAnd(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAnd(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAnd(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAnd(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchDiv(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchDiv(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchDiv(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchDiv(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchDiv(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNot(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNot(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNot(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNot(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNot(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOrD(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOrD(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOrD(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOrD(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOrD(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSeq(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSeq(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSeq(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSeq(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSeq(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchColonEqual_disabled  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_character(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_character(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_character(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_character(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_character(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_character(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRoxygenComment(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRoxygenComment(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRoxygenComment(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRoxygenComment(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchColonEqual(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchColonEqual(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchColonEqual(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchColonEqual(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchColonEqual(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_Inf(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_Inf(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_Inf(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_Inf(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_Inf(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_Inf(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NaN(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NaN(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NaN(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NaN(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NaN(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NaN(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_for(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_for(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_for(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_for(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_for(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_for(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupClose(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupClose(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupClose(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupClose(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchGroupClose(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockClose(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockClose(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockClose(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockClose(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchBlockClose(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAndD(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAndD(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAndD(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAndD(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchAndD(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMult(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMult(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMult(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMult(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMult(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPlus(String)[1]  Time elapsed: 0.012 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPlus(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPlus(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPlus(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPlus(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSemicolon(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSemicolon(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSemicolon(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSemicolon(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSemicolon(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOr(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOr(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOr(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOr(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchOr(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubSlotPart(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubSlotPart(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubSlotPart(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubSlotPart(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubSlotPart(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_if(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_if(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_if(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_if(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_if(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_if(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_in(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_in(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_in(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_in(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_in(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_in(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_complex(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_complex(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_complex(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_complex(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_complex(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_NA_complex(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComma(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComma(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComma(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComma(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchComma(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchEqual(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchEqual(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchEqual(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchEqual(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchEqual(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMinus(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMinus(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMinus(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMinus(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchMinus(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGet(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGet(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGet(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGet(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchNsGet(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPower(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPower(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPower(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPower(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchPower(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelEQ(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelEQ(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelEQ(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelEQ(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelEQ(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGE(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGE(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGE(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGE(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGT(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGT(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGT(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGT(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelGT(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLE(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLE(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLE(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLE(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLE(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLT(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLT(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLT(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLT(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelLT(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelNE(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelNE(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelNE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelNE(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchRelNE(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchTilde(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchTilde(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchTilde(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchTilde(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchTilde(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftD(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftD(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftD(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftD(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftD(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftS(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftS(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftS(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftS(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchArrowLeftS(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSpecial_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.getInput  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedClose(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedClose(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedClose(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedClose(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedClose(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedDOpen(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedDOpen(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedDOpen(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedDOpen(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedDOpen(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedSOpen(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedSOpen(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedSOpen(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedSOpen(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchSubIndexedSOpen(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function_B(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function_B(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function_B(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function_B(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerQuickCheckTest.matchKey_function_B(String)[5]  Time elapsed: 0 s
Running null
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in null
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchComment  Time elapsed: 0.045 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_incompleteOpening_withDashes  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_incompleteOpening(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_incompleteOpening(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_incompleteOpening(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringD  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[6]  Time elapsed: 0.002 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[7]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[8]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[9]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[10]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[11]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR(char, char, char[])[12]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringS  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchSymbolG  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed_withDashes(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed_withDashes(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed_withDashes(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed_withDashes(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed_withDashes(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_notClosed_withDashes(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.empty  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_withDashes(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_withDashes(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_withDashes(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchCode  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_with_Linebreak(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_with_Linebreak(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.doc.RPartitionerTest.matchStringR_with_Linebreak(String)[3]  Time elapsed: 0 s
Running null
Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in null
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginsWith_Dots(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginsWith_Dots(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginsWith_Dots(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginsWith_Dots(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginsWith_Dots(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginsWith_Dots(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Ellipsis(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Ellipsis(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Ellipsis(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Ellipsis(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Ellipsis(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Ellipsis(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscores(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscores(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscores(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscores(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscores(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscores(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_incompleteOpening_withDashes  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG_notClosed  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_withEscape(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_withEscape(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_withEscape(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_withEscape(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_withEscape(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_withEscape(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_incompleteOpening  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_nonAscii(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_nonAscii(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_nonAscii(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_nonAscii(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_nonAscii(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_nonAscii(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Underscores(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Underscores(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Underscores(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Underscores(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Underscores(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Underscores(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[7]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[8]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[9]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[10]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[11]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR(char, char, char[])[12]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dot(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dot(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dot(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dot(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dot(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dot(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Dot(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Dot(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Dot(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Dot(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Dot(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_Dot(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Dots(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Dots(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Dots(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Dots(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Dots(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_endsWith_Dots(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_noKeyword(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_noKeyword(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_noKeyword(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_noKeyword(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_noKeyword(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_noKeyword(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchPipePlaceholder(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchPipePlaceholder(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchPipePlaceholder(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchPipePlaceholder(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchPipePlaceholder(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchPipePlaceholder(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_with_Linebreak(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_with_Linebreak(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_with_Linebreak(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_withDashes(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_withDashes(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_withDashes(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_withEscape(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_withEscape(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_withEscape(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_withEscape(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_withEscape(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_withEscape(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG_with_Linebreak(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG_with_Linebreak(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbolG_with_Linebreak(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscore(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscore(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscore(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscore(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscore(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Underscore(String)[6]  Time elapsed: 0.028 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withTextError(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withTextError(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_with_Linebreak(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_with_Linebreak(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringS_with_Linebreak(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringD_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginWith_Underscore(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginWith_Underscore(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginWith_Underscore(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginWith_Underscore(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginWith_Underscore(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_beginWith_Underscore(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_with_Linebreak(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_with_Linebreak(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_with_Linebreak(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes_withTextError(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes_withTextError(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes_withTextError(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes_withTextError(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes_withTextError(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchStringR_notClosed_withDashes_withTextError(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dots(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dots(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dots(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dots(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dots(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest.matchSymbol_contains_Dots(String)[6]  Time elapsed: 0.001 s
Running null
Tests run: 350, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in null
org.eclipse.statet.r.core.source.RLexerTest.matchBlockOpen(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockOpen(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockOpen(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockOpen(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockOpen(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComment(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComment(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComment(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchComment(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGetInt(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGetInt(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGetInt(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGetInt(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGetInt(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function(String)[3]  Time elapsed: 0.028 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_integer(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_integer(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_integer(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_integer(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_integer(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_integer(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubNamedPart(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubNamedPart(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubNamedPart(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubNamedPart(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubNamedPart(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchLinebreakWin  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightD(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightD(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightD(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightD(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightD(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightS(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightS(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightS(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightS(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowRightS(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPipeRight(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPipeRight(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPipeRight(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchPipeRight(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchPipeRight(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NULL(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NULL(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NULL(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NULL(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NULL(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NULL(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_TRUE(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_TRUE(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_TRUE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_TRUE(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_TRUE(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_TRUE(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchQuestionmark(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchQuestionmark(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchQuestionmark(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchQuestionmark(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchQuestionmark(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_else(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_else(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_else(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_else(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_else(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_else(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_next(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_next(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_next(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_next(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_next(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_next(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.skipComment(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.skipComment(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.skipComment(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.skipComment(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchLinebreak  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchWhitespace(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchWhitespace(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchWhitespace(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchWhitespace(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_FALSE(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_FALSE(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_FALSE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_FALSE(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_FALSE(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_FALSE(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_break(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_break(String)[2]  Time elapsed: 0.018 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_break(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_break(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_break(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_break(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_while(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_while(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_while(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_while(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_while(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_while(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_repeat(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_repeat(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_repeat(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_repeat(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_repeat(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_repeat(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupOpen(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupOpen(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupOpen(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupOpen(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupOpen(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.skipWhitespace(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.skipWhitespace(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.skipWhitespace(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.skipWhitespace(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_real(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_real(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_real(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_real(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_real(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_real(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.empty  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial_empty(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial_empty(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial_empty(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial_empty(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial_empty(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAnd(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchAnd(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAnd(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAnd(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAnd(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchDiv(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchDiv(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchDiv(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchDiv(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchDiv(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchNot(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNot(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNot(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNot(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchNot(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchOrD(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchOrD(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchOrD(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchOrD(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchOrD(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSeq(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSeq(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSeq(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSeq(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSeq(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchColonEqual_disabled  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_character(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_character(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_character(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_character(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_character(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_character(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRoxygenComment(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRoxygenComment(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRoxygenComment(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRoxygenComment(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchColonEqual(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchColonEqual(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchColonEqual(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchColonEqual(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchColonEqual(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_Inf(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_Inf(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_Inf(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_Inf(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_Inf(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_Inf(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NaN(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NaN(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NaN(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NaN(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NaN(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NaN(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_for(String)[1]  Time elapsed: 0.012 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_for(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_for(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_for(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_for(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_for(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupClose(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupClose(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupClose(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupClose(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchGroupClose(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockClose(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockClose(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockClose(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockClose(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchBlockClose(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchAndD(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAndD(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAndD(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchAndD(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchAndD(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchMult(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchMult(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchMult(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchMult(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchMult(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPlus(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPlus(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchPlus(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchPlus(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPlus(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSemicolon(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSemicolon(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSemicolon(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSemicolon(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSemicolon(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchOr(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchOr(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchOr(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchOr(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchOr(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubSlotPart(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubSlotPart(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubSlotPart(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubSlotPart(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubSlotPart(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_if(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_if(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_if(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_if(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_if(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_if(String)[6]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_in(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_in(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_in(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_in(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_in(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_in(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_complex(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_complex(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_complex(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_complex(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_complex(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_NA_complex(String)[6]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComma(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComma(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComma(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchComma(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchComma(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchEqual(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchEqual(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchEqual(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchEqual(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchEqual(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchMinus(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchMinus(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchMinus(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchMinus(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchMinus(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGet(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGet(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGet(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGet(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchNsGet(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPower(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchPower(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPower(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPower(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchPower(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelEQ(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelEQ(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelEQ(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelEQ(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelEQ(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGE(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGE(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGE(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGE(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGT(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGT(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGT(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGT(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelGT(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLE(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLE(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLE(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLE(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLE(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLT(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLT(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLT(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLT(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelLT(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelNE(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelNE(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelNE(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelNE(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchRelNE(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchTilde(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchTilde(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchTilde(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchTilde(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchTilde(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftD(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftD(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftD(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftD(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftD(String)[5]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftS(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftS(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftS(String)[3]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftS(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchArrowLeftS(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSpecial_notClosed  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.getInput  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedClose(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedClose(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedClose(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedClose(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedClose(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedDOpen(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedDOpen(String)[2]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedDOpen(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedDOpen(String)[4]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedDOpen(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedSOpen(String)[1]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedSOpen(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedSOpen(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedSOpen(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchSubIndexedSOpen(String)[5]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function_B(String)[1]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function_B(String)[2]  Time elapsed: 0.001 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function_B(String)[3]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function_B(String)[4]  Time elapsed: 0 s
org.eclipse.statet.r.core.source.RLexerTest.matchKey_function_B(String)[5]  Time elapsed: 0.001 s
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in null
org.eclipse.statet.internal.r.core.nostart.RContentDescriberPITest.describeByteStream_default  Time elapsed: 0.033 s
org.eclipse.statet.internal.r.core.nostart.RContentDescriberPITest.ContentType  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RContentDescriberPITest.describeCharStream_default  Time elapsed: 0.001 s
Running null
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in null
org.eclipse.statet.internal.r.core.nostart.RPkgNamespaceContentDescriberPITest.describeByteStream_default  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RPkgNamespaceContentDescriberPITest.ContentType  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.nostart.RPkgNamespaceContentDescriberPITest.describeCharStream_default  Time elapsed: 0 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in null
org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest.describeByteStream_specified  Time elapsed: 0.002 s
org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest.describeByteStream_default  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest.describeByteStream_specifiedUtf16  Time elapsed: 0.003 s
org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest.ContentType  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest.describeCharStream_specified  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest.describeCharStream_default  Time elapsed: 0.001 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in null
org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest.describeByteStream_specified  Time elapsed: 0.002 s
org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest.describeByteStream_default  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest.describeByteStream_specifiedUtf16  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest.ContentType  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest.describeCharStream_specified  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest.describeCharStream_default  Time elapsed: 0 s
Running null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in null
org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest.assign_arrowRightS  Time elapsed: 0.021 s
org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest.assign_base_assign  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest.PackageLoad_base_library  Time elapsed: 0.002 s
org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest.assign_arrowLeftS  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest.PackageLoad_base_require  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest.assign_pipeForward_base_assign  Time elapsed: 0 s
Running null
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in null
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened_B(RSourceConfig)[1]  Time elapsed: 0.006 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened_B(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened_B(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringS_invalidText(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringS_invalidText(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringS_invalidText(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringS_invalidText(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.PipePlaceholder_invalid(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.PipePlaceholder_invalid(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Target_missing(RSourceConfig)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Target_missing(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Target_missing(RSourceConfig)[3]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_invalidText(RSourceConfig)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_invalidText(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_invalidText(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_invalidText(RSourceConfig)[4]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.in_4_1  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Source_missing(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Source_missing(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Source_missing(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_incompleteOpening(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_incompleteOpening(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_incompleteOpening(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_incompleteOpening(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed_B(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed_B(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notClosed_B(RSourceConfig)[3]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Target_invalid(RSourceConfig)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Target_invalid(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Pipe_Target_invalid(RSourceConfig)[3]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.pre_4_1(RSourceConfig)[1]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened(RSourceConfig)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened(RSourceConfig)[3]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Args_notOpened(RSourceConfig)[4]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_notClosed(RSourceConfig)[1]  Time elapsed: 0.002 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_notClosed(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_notClosed(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.StringR_notClosed(RSourceConfig)[4]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Symbol_invalidStart(RSourceConfig)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Symbol_invalidStart(RSourceConfig)[2]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Symbol_invalidStart(RSourceConfig)[3]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.Symbol_invalidStart(RSourceConfig)[4]  Time elapsed: 0.001 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing_B(RSourceConfig)[1]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing_B(RSourceConfig)[2]  Time elapsed: 0 s
org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest.FDef_Body_missing_B(RSourceConfig)[3]  Time elapsed: 0 s

Results:

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

[Framework stop - Equinox Container: a2129454-4a1c-447f-8c44-f41a48adb30a] INFO org.eclipse.jetty.server.Server - Stopped Server@b5da83e{STOPPING}[10.0.15,sto=0]
[Framework stop - Equinox Container: a2129454-4a1c-447f-8c44-f41a48adb30a] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@72f87984{HTTP/1.1, (http/1.1)}{127.0.0.1:0}
[Framework stop - Equinox Container: a2129454-4a1c-447f-8c44-f41a48adb30a] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@44e9abef{/rhelp,null,STOPPED}
[INFO] All tests passed!
[INFO] 
[INFO] -------< org.eclipse.statet.r:org.eclipse.statet.r.console.core >-------
[INFO] Building [bundle] StatET R - Console - Core  (Incubation) 4.8.0.202308171800-r [111/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.console.core ---
[INFO] Resolving class path of [bundle] StatET R - Console - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.console.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.console.core ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[156] 
	public class RjsController extends AbstractRDbgController
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Parameter 2 of method handleStatus(Status, ProgressMonitor) lacks a @NonNull annotation as specified in type RConsoleService
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[156] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[156] 
	public class RjsController extends AbstractRDbgController
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Parameter 1 of method handleStatus(Status, ProgressMonitor) lacks a @NonNull annotation as specified in type RConsoleService
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[156] 
	public class RjsController extends AbstractRDbgController
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Parameter 1 of method handleStatus(Status, ProgressMonitor) lacks a @NonNull annotation as specified in type ConsoleService
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[156] 
	public class RjsController extends AbstractRDbgController
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Parameter 2 of method handleStatus(Status, ProgressMonitor) lacks a @NonNull annotation as specified in type ConsoleService
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[156] 
	public class RjsController extends AbstractRDbgController
	                                   ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[231] 
	private static final LtkModelElementFilter<RLangSourceElement> TAG_ELEMENT_FILTER= new LtkModelElementFilter<>() {
	                                           ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLangSourceElement' is not a valid substitute for the type parameter 'TModelElement extends @NonNull LtkModelElement<?>'
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java (at line 231)
	private static final LtkModelElementFilter<RLangSourceElement> TAG_ELEMENT_FILTER= new LtkModelElementFilter<>() {
		@Override
		public boolean include(final RLangSourceElement element) {
			return ((element.getElementType() & RElement.MASK_C1) == RElement.C1_METHOD);
		}
	};
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ' is made accessible using the less-annotated type 'LtkModelElementFilter<RLangSourceElement>', corresponding supertype is '@NonNull LtkModelElementFilter<@NonNull RLangSourceElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[233] 
	public boolean include(final RLangSourceElement element) {
	                             ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LtkModelElementFilter<RLangSourceElement> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[324] 
	final var data= new RjToolCommandData(args) {
	                                      ^^^^
Null type mismatch (type annotations): required '@NonNull RList' but this expression has type '@Nullable RList'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[326] 
	return getRJReturnData(RjsController.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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[330] 
	final Status status= handler.execute(commandId, RjsController.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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[330] 
	final Status status= handler.execute(commandId, RjsController.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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[352] 
	handleTracepointEvents((List<TracepointEvent>) events);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<TracepointEvent>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[395] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[424] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[425] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[490] 
	address.getHost(), workspaceConfig ));
	                   ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RWorkspaceConfig' needs unchecked conversion to conform to '@NonNull RWorkspaceConfig'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[519] 
	switch (getStatus()) {
	        ^^^^^^^^^^^
The enum constant TERMINATED needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[519] 
	switch (getStatus()) {
	        ^^^^^^^^^^^
The enum constant STARTING needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[543] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[544] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[571] 
	this.fRjsId= RjsComConfig.registerClientComHandler(this.fRjs);
	                                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RjsController.NicoComClient' needs unchecked conversion to conform to '@NonNull ComHandler'
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java (at line 583)
	final ImList<Callback> callbacks= login.getCallbacks();
	                                  ^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull Callback>' is made accessible using the less-annotated type 'ImList<Callback>'
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java (at line 608)
	dataMap.put("attempt", ++attempt);
	                       ^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[612] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[630] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
35. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1047] 
	elementIds.toArray(new String[elementIds.size()]) ));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1053] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1086] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1090] 
	final int[] path= RAsts.computeRExpressionIndex(cont, rootNode);
	                                                      ^^^^^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1102] 
	new String[] { srcfile.getPath() })),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1106] 
	new int[] { rootNode.getChildCount() })),
	            ^^^^^^^^
Potential null pointer access: The variable rootNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1109] 
	elementIds.toArray(new String[elementIds.size()]) ),
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1110] 
	}, 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 '@Nullable String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1136] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1141] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1142] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1148] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1149] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1155] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1155] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1156] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1162] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1162] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1164] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1170] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1170] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1172] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1178] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1178] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1179] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1185] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1185] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1187] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1193] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1199] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1199] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1199] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1220] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1220] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1222] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1230] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1230] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1232] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1260] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1260] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1262] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1282] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1282] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1284] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1305] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1308] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1318] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1327] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1330] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1341] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1349] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1349] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1350] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1355] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1355] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1356] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1361] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1361] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1362] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1367] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1367] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 'IFileStore' needs unchecked conversion to conform to '@NonNull IFileStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RReferenceVar.java:[74] 
	this.baseClassName= io.readString();
	                    ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[87] 
	public abstract class AbstractRDbgController extends AbstractRController
	                                                     ^^^^^^^^^^^^^^^^^^^
Parameter 1 of method handleStatus(Status, ProgressMonitor) lacks a @NonNull annotation as specified in type RConsoleService
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[87] 
	public abstract class AbstractRDbgController extends AbstractRController
	                                                     ^^^^^^^^^^^^^^^^^^^
Parameter 2 of method handleStatus(Status, ProgressMonitor) lacks a @NonNull annotation as specified in type RConsoleService
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[527] 
	new SetDebugRequest(pos, fRefCode, true, true), m);
	                         ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
149. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[911] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[60] 
	this.className= io.readString();
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[68] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[167] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[173] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[182] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[189] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[162] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[281] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[311] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[312] 
	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<?>'
185. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java (at line 312)
	final RVector<RCharacterStore> searchObj= RDataUtils.checkRCharVector(
				this.r.evalData("base::search()", m)); //$NON-NLS-1$
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RVector<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RVector<RCharacterStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[313] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[327] 
	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<?>'
188. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java (at line 327)
	final RVector<RCharacterStore> searchObj= RDataUtils.checkRCharVector(
				this.r.evalData("base::loadedNamespaces()", m )); //$NON-NLS-1$
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RVector<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RVector<RCharacterStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[328] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[434] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[437] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[610] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[621] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[628] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[755] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[755] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RLanguageVar.java:[63] 
	io.readString() :
	^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[77] 
	this.dimAttribute= new RInteger32Store(dim);
	                                       ^^^
Null type mismatch: required 'int @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[83] 
	this.className1= (dim.length == 2) ? RObject.CLASSNAME_MATRIX : RObject.CLASSNAME_ARRAY;
	                  ^^^
Potential null pointer access: The variable dim may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/CombinedFactory.java:[38] 
	public @Nullable BasicCombinedRElement readObject(final RJIO io) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from DefaultRObjectFactory.readObject(RJIO) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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)
272. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
273. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
274. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
275. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
279. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
284. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java (at line 61)
	private boolean fStarted;
	                ^^^^^^^^
The value of the field RConsoleCorePlugin.fStarted is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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)
293. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java (at line 76)
	private static final Pattern INT_OUTPUT_PATTERN= Pattern.compile("\\Q[1] \\E(\\d*)"); //$NON-NLS-1$
	                             ^^^^^^^^^^^^^^^^^^
The value of the field RTermController.INT_OUTPUT_PATTERN is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[174] 
	public RTermController(final RProcess process, final ProcessBuilder config, final Charset charset) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field processInputWriter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[174] 
	public RTermController(final RProcess process, final ProcessBuilder config, final Charset charset) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field processOutputThread may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[179] 
	setWorksapceData(new RWorkspace(this, null, null) {
	                                            ^^^^
Null type mismatch: required '@NonNull RWorkspaceConfig' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[211] 
	protected void startToolL(final ProgressMonitor m) throws StatusException {
	                                ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from ToolController does not constrain this parameter
298. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java (at line 225)
	initTracks(m, warnings);
	              ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull Status>' is made accessible using the less-annotated type 'List<Status>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[228] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[264] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from AbstractRController does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[272] 
	protected void killTool(final ProgressMonitor m) {
	                              ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from ToolController does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[345] 
	protected void doSubmitL(final ProgressMonitor m) {
	                               ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from ToolController does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[374] 
	public Pattern synch(final ProgressMonitor m) throws StatusException {
	                           ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from IRequireSynch does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[393] 
	this.lastLine= lines[lines.length-1];
	               ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[416] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[84] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[85] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[86] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[87] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[88] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[145] 
	public void handleChange(final Event event) {
	                               ^^^^^
Illegal redefinition of parameter event, inherited method from IRPkgManager.Listener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[157] 
	this.pkgManager.addListener(listener);
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[247] 
	(Set<RElementName>) this.changedEnvirs.clone() :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<RElementName>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[247] 
	(Set<RElementName>) this.changedEnvirs.clone() :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<@NonNull RElementName>' needs unchecked conversion to conform to '@NonNull Set<@NonNull RElementName>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[248] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[269] 
	return (db != null) ? db.getSearchEnvs(): null;
	                      ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RProcessREnvironment>' needs unchecked conversion to conform to '@Nullable List<? extends @NonNull RProcessREnvironment>'
324. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 290)
	resolved= db.getEnv(reference.getHandle());
	                    ^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[344] 
	element= element.getModelParent();
	         ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CombinedRElement' but this expression has type '@Nullable CombinedRElement'
326. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 425)
	resolved= db.getEnv(ref.getHandle());
	                    ^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
327. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 501)
	addPropertyChanged("RObjectDB.dirty", dirty);
	                                      ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[509] 
	final String wd= rWd.getData().getChar(0);
	                 ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[514] 
	controlSetRemoteWorkspaceDir(createToolPath(wd));
	                             ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPath' but this expression has type '@Nullable IPath'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[524] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[524] 
	if (!rPrompt.getData().isNA(0)) {
	     ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[525] 
	((AbstractRController) r).setDefaultPromptTextL(rPrompt.getData().getChar(0));
	                                                ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[530] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[530] 
	if (!rContinue.getData().isNA(0)) {
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[531] 
	((AbstractRController) r).setContinuePromptText(rContinue.getData().getChar(0));
	                                                ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[549] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[549] 
	if (!force && previous.getSearchEnvsStamp() == controller.getChangeStamp() && envirs.isEmpty()) {
	                                               ^^^^^^^^^^
Potential null pointer access: The variable controller may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[552] 
	final RObjectDB db= new RObjectDB(this, controller.getChangeStamp(), controller, m);
	                                        ^^^^^^^^^^
Potential null pointer access: The variable controller may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[553] 
	final List<REnvironmentVar> updateEnvs= db.update(
				envirs, previous, force,
				(ICombinedRDataAdapter) r, m );
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<REnvironmentVar>' needs unchecked conversion to conform to 'List<@NonNull REnvironmentVar>'
340. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 554)
	envirs, previous, force,
	^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull RElementName>' is made accessible using the less-annotated type 'Set<RElementName>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[570] 
	this.pkgManager.removeListener(this.pkgManagerListener);
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
342. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java (at line 53)
	private static final ImSet<String> LOAD_PKG_EXCLUDE_LIST= ImCollections.newSet(
			System.getProperty("org.eclipse.statet.r.console.namespaces.load.exclude", "") //$NON-NLS-1$ //$NON-NLS-2$
					.split(",") ); //$NON-NLS-1$
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'ImSet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[76] 
	|| rWorkspace.isNamespaceLoaded(pkgName) );
	                                ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 AbstractRConsoleOptRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 AbstractRConsoleOptRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 AbstractRConsoleOptRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[219] 
	this.resolvedElement= workspace.resolve(this.reference, RWorkspace.RESOLVE_UPTODATE,
	                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RReference' needs unchecked conversion to conform to '@NonNull RReference'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[220] 
	loadOptions, 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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[223] 
	this.resolvedElement= workspace.resolve(this.name, RWorkspace.RESOLVE_UPTODATE,
	                                        ^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[224] 
	loadOptions, 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[181] 
	final int idx= this.namesAttribute.indexOf(name, 0);
	                                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[33] 
	public final class RDataFrameVar extends RListVar
	                                         ^^^^^^^^
Parameter 1 of method get(String) lacks a @NonNull annotation as specified in type RDataFrame
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[291] 
	public RCharacterStore getNames() {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCharacterStore' returned from REnvironment.getNames() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[296] 
	public String getName(final int idx) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from REnvironment.getName(int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[301] 
	public String getName(final long idx) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from REnvironment.getName(long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[320] 
	final int idx= this.namesAttribute.indexOf(name, 0);
	                                           ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[383] 
	return this.namesAttribute.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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[436] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
445 problems (0 errors, 425 warnings, 20 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.console.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.console.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.console.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.console.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.console.core ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.console.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.console.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.console.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.eclipse.statet.r:org.eclipse.statet.r.ui >------------
[INFO] Building [bundle] StatET R - UI  (Incubation) 4.8.0.202308171800-r [112/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.ui ---
[INFO] Resolving class path of [bundle] StatET R - UI  (Incubation)...
[INFO] 
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (eclipse-classpath-add-source-5) @ org.eclipse.statet.r.ui ---
[INFO] Source directory: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug added.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.ui ---
[INFO] Compiling 385 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/TextConsoleConnector.java:[61] 
	IWorkbenchPart activePart = page.getActivePart();
	                            ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/TextConsoleConnector.java:[124] 
	final IConsoleView view = (IConsoleView) page.showView(IConsoleConstants.ID_CONSOLE_VIEW);
	                                         ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[89] 
	scope.getNode(REDITOR_NODE).put(ContentAssistComputerRegistry.CIRCLING_ORDERED,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[94] 
	scope.getNode(REDITOR_NODE).put(ContentAssistComputerRegistry.DEFAULT_DISABLED,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[98] 
	scope.getNode(RCONSOLE_NODE).put(ContentAssistComputerRegistry.CIRCLING_ORDERED,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[102] 
	scope.getNode(RCONSOLE_NODE).put(ContentAssistComputerRegistry.DEFAULT_DISABLED,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[105] 
	scope.getNode(REDITOR_NODE).put(InfoHoverRegistry.TYPE_SETTINGS,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[111] 
	rHelp.put(RHelpPreferences.HOMEPAGE_URL_KEY, RCore.DEFAULT_RHELP_BROWSE_URL);
	^^^^^
Potential null pointer access: The variable rHelp may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[96] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[96] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[135] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[155] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[155] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[159] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[185] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
24. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ToggleAutoRefreshHandler.java (at line 38)
	private final ObjectBrowserView view;
	                                ^^^^
The value of the field ToggleAutoRefreshHandler.view is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RViewLabelProvider.java:[47] 
	public @Nullable String getToolTipText(final Object element) {
	                                             ^^^^^^
Illegal redefinition of parameter element, inherited method from CellLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[119] 
	public void initialize(final ColumnViewer viewer, final ViewerColumn column) {
	                             ^^^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[119] 
	public void initialize(final ColumnViewer viewer, final ViewerColumn column) {
	                                                        ^^^^^^^^^^^^
Missing nullable annotation: inherited method from StyledCellLabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[120] 
	super.initialize(viewer, column);
	                 ^^^^^^
Null type safety (type annotations): The expression of type 'ColumnViewer' needs unchecked conversion to conform to '@NonNull ColumnViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[293] 
	text.append(group.getLabel());
	            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[331] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[84] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[112] 
	this.targetLibraryValue.setValue(RPkgUtils.getDefaultInstallLocation(rLibPaths));
	                                                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RuntimeRLibPaths' needs unchecked conversion to conform to '@NonNull RuntimeRLibPaths'
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java (at line 118)
	this.sameTargetValue= new WritableValue<>(databinding.getRealm(), Boolean.FALSE, Boolean.class);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[67] 
	protected RInteractionConfigurationBlock createConfigurationBlock() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[124] 
	final ScrolledComposite scrolled= new ScrolledComposite(layouter.composite, 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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[128] 
	public void controlMoved(final org.eclipse.swt.events.ControlEvent e) {}
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[130] 
	public void controlResized(final org.eclipse.swt.events.ControlEvent e) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ControlListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 method getVerticalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[170] 
	widthHint-= scroller.getVerticalBar().getSize().x;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getVerticalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[200] 
	this.commandEditors[i]= new SnippetEditor(configurator, this.fileCommands[i].getCurrentCommand(), PlatformUI.getWorkbench());
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[200] 
	this.commandEditors[i]= new SnippetEditor(configurator, this.fileCommands[i].getCurrentCommand(), PlatformUI.getWorkbench());
	                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbench' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[246] 
	node.remove(key);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[249] 
	node.put(key, command);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[255] 
	node.flush();
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/TextFileSourceViewerConfiguration.java:[60] 
	public IPresentationReconciler getPresentationReconciler(final ISourceViewer sourceViewer) {
	                                                               ^^^^^^^^^^^^^
Illegal redefinition of parameter sourceViewer, inherited method from SourceViewerConfiguration does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTemplatesPage.java:[71] 
	protected String[] getContextTypeIds(final IDocument document, final int offset) {
	          ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractTemplatesPage.getContextTypeIds(IDocument, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTemplatesPage.java:[73] 
	final String partitionType= TextUtilities.getContentType(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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/OpenInEditorHandler.java:[53] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/OpenInEditorHandler.java:[71] 
	RDataEditor.open(browser.getSite().getPage(), tool, elementName, null);
	                                                    ^^^^^^^^^^^
Null type mismatch: required '@NonNull RElementName' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowRElementCommandHandler.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowRElementCommandHandler.java:[89] 
	doOpen(this.tool, RElementName.create(segments));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RVectorDataProvider.java:[60] 
	return new ContentDescription(name, struct, r.getTool(),
	                              ^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RVectorDataProvider.java:[61] 
	ImCollections.newList(), ImCollections.newList(rowHeaderColumn),
	                                               ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn' needs unchecked conversion to conform to '@NonNull RDataTableColumn'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RVectorDataProvider.java:[62] 
	ImCollections.newList(dataColumn), new @NonNull RDataTableColumn[] { dataColumn },
	                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn' needs unchecked conversion to conform to '@NonNull RDataTableColumn'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RVectorDataProvider.java:[62] 
	ImCollections.newList(dataColumn), new @NonNull RDataTableColumn[] { dataColumn },
	                                                                     ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn' needs unchecked conversion to conform to '@NonNull RDataTableColumn'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RVectorDataProvider.java:[79] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[205] 
	final IRunnableContext runnableContext= RDataTableViewer.this
					.callbacks.getServiceLocator().getService(IProgressService.class);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getServiceLocator() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[207] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[223] 
	public void show(final IStatus status) {
	                       ^^^^^^^
Illegal redefinition of parameter status, inherited method from ITableUIContext does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[262] 
	public RDataTableViewer(final Composite parent, final RDataTableCallbacks callbacks) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentAnchor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[262] 
	public RDataTableViewer(final Composite parent, final RDataTableCallbacks callbacks) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dataProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[262] 
	public RDataTableViewer(final Composite parent, final RDataTableCallbacks callbacks) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field input may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[266] 
	if (callbacks == null) {
			throw new NullPointerException("callbacks"); //$NON-NLS-1$
		}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[313] 
	layers.dataLayer= new RDataLayer(dataProvider, presentation.getBaseSizeConfig());
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayoutSizeConfig' needs unchecked conversion to conform to '@NonNull LayoutSizeConfig'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[321] 
	final AggregrateConfigLabelAccumulator aggregateLabelAccumulator=
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the local variable aggregateLabelAccumulator is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[330] 
	layers.selectionLayer= new SelectionLayer(layers.dataLayer, false);
	                                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataLayer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[334] 
	layers.viewportLayer= new ViewportLayer(layers.selectionLayer);
	                                        ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[336] 
	{	final FreezeLayer freezeLayer= new FreezeLayer(layers.selectionLayer);
	 	                                               ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[338] 
	layers.viewportLayer, layers.selectionLayer, true);
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ViewportLayer' needs unchecked conversion to conform to '@NonNull ViewportLayer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[338] 
	layers.viewportLayer, layers.selectionLayer, true);
	                      ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull SelectionLayer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[347] 
	new DataLayer(headerDataProvider,
	              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataProvider' needs unchecked conversion to conform to '@NonNull DataProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[352] 
	layers.dataColumnHeaderLayer,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataLayer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[353] 
	layers.topBodyLayer, layers.selectionLayer,
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[353] 
	layers.topBodyLayer, layers.selectionLayer,
	                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull SelectionLayer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[354] 
	false, presentation.getHeaderLayerPainter() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerPainter' needs unchecked conversion to conform to '@NonNull LayerPainter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[361] 
	layers.topColumnHeaderLayer, sortModel, false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[370] 
	new DataLayer(headerDataProvider,
	              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataProvider' needs unchecked conversion to conform to '@NonNull DataProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[375] 
	layers.dataRowHeaderLayer,
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataLayer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[376] 
	layers.topBodyLayer, layers.selectionLayer,
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[376] 
	layers.topBodyLayer, layers.selectionLayer,
	                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull SelectionLayer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[377] 
	false, presentation.getHeaderLayerPainter() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerPainter' needs unchecked conversion to conform to '@NonNull LayerPainter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[385] 
	layers.topColumnHeaderLayer= new ExtColumnHeaderLayer(layers.topColumnHeaderLayer);
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[386] 
	layers.topRowHeaderLayer= new ExtRowHeaderLayer(layers.topRowHeaderLayer);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[391] 
	layers.topRowHeaderLayer, layers.topColumnHeaderLayer,
	^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[391] 
	layers.topRowHeaderLayer, layers.topColumnHeaderLayer,
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[393] 
	false, presentation.getHeaderLabelLayerPainter() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerPainter' needs unchecked conversion to conform to '@NonNull LayerPainter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[394] 
	gridLayer= new ExtGridLayer(layers.topBodyLayer,
	                            ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[395] 
	layers.topColumnHeaderLayer, layers.topRowHeaderLayer,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[395] 
	layers.topColumnHeaderLayer, layers.topRowHeaderLayer,
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[401] 
	layers.topRowHeaderLayer, layers.topColumnHeaderLayer,
	^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[401] 
	layers.topRowHeaderLayer, layers.topColumnHeaderLayer,
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[402] 
	false, presentation.getHeaderLayerPainter() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayerPainter' needs unchecked conversion to conform to '@NonNull LayerPainter'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[403] 
	gridLayer= new GridLayer(layers.topBodyLayer,
	                         ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[404] 
	layers.topColumnHeaderLayer, layers.topRowHeaderLayer, cornerLayer, false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[404] 
	layers.topColumnHeaderLayer, layers.topRowHeaderLayer, cornerLayer, false);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[418] 
	layers.dataLayer.setSizeConfig(sizeConfig);
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LayoutSizeConfig' needs unchecked conversion to conform to '@NonNull LayoutSizeConfig'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[438] 
	layers.selectionLayer );
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull SelectionLayer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[447] 
	layers.selectionLayer );
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SelectionLayer' needs unchecked conversion to conform to '@NonNull SelectionLayer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[473] 
	registry.registerAttribute(CellConfigAttributes.DISPLAY_CONVERTER,
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[475] 
	registry.registerAttribute(CellConfigAttributes.DISPLAY_CONVERTER,
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<@NonNull IDisplayConverter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[524] 
	layers.dataLayer ));
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataLayer' needs unchecked conversion to conform to '@NonNull Layer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[759] 
	return this.tableLayers.viewportLayer.getDim(orientation);
	            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[806] 
	this.dataProvider= null;
	                   ^^^^
Null type mismatch: required '@NonNull AbstractRDataProvider<?>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[892] 
	RDataTableViewer.this.dataProvider= null;
	                                    ^^^^
Null type mismatch: required '@NonNull AbstractRDataProvider<?>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[897] 
	initTable(input, dataProvider.get());
	                 ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull AbstractRDataProvider<? extends @NonNull RObject>' but this expression has type '@Nullable AbstractRDataProvider<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[911] 
	showDummy(e.getLocalizedMessage());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[978] 
	return this.dataProvider.getDescription();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentDescription' needs unchecked conversion to conform to '@NonNull RDataTableContentDescription'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[98] 
	RDataEditor.open(input.getWorkbenchPart().getSite().getPage(),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[99] 
	tool, elementName, null );
	^^^^
Null type safety (type annotations): The expression of type 'RTool' needs unchecked conversion to conform to '@NonNull RTool'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[99] 
	tool, elementName, null );
	      ^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[163] 
	this.contentComposite= new Composite(parent, SWT.NONE) {
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[179] 
	this.titleImage= new Label(this.contentComposite, SWT.NULL);
	                           ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[295] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[325] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[327] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[409] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[47] 
	if (elementName == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[50] 
	if (elementRef == null) {
			throw new NullPointerException("elementRef"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
150. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java (at line 53)
	if (!(elementRef.getRHandle() instanceof RTool)) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type capture#2-of ? extends RTool is already an instance of type RTool
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[59] 
	this.fullName= RElementName.createDisplayName(elementName, RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[59] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[175] 
	public void fill(final Menu parent, final int index) {
	                       ^^^^
Missing non-null annotation: inherited method from ContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[196] 
	item.addListener(SWT.Dispose, getItemListener());
	                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[197] 
	item.addListener(SWT.Selection, getItemListener());
	                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[205] 
	public void fill(final ToolBar parent, final int index) {
	                       ^^^^^^^
Missing non-null annotation: inherited method from ContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[219] 
	item.addListener(SWT.Selection, getItemListener());
	                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[220] 
	item.addListener(SWT.Dispose, getItemListener());
	                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[228] 
	public void fill(final Composite parent) {
	                       ^^^^^^^^^
Missing non-null annotation: inherited method from ContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[244] 
	item.addListener(SWT.Dispose, getItemListener());
	                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[245] 
	item.addListener(SWT.Selection, getItemListener());
	                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[383] 
	this.widget.removeListener(SWT.Selection, getItemListener());
	                                          ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[384] 
	this.widget.removeListener(SWT.Dispose, getItemListener());
	                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Listener' needs unchecked conversion to conform to '@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[99] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[106] 
	label.setText(title);
	              ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[114] 
	label.setText(Messages.ExtractFunction_Wizard_VariableName_label);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[139] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[151] 
	public void keyTraversed(final TraverseEvent e) {
	                               ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[163] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[185] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[219] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[221] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[221] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[222] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[236] 
	this.argumentsButtons.connectTo(this.argumentsViewer, argumentsList, null);
	                                ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[236] 
	this.argumentsButtons.connectTo(this.argumentsViewer, argumentsList, null);
	                                                                     ^^^^
Null type mismatch: required '@NonNull IObservableValue<ExtractFunctionRefactoring.@Nullable Variable>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[129] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[136] 
	label.setText(title);
	              ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[144] 
	label.setText(Messages.FunctionToS4Method_Wizard_VariableName_label);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[160] 
	this.generateGenericControl.setText(Messages.FunctionToS4Method_Wizard_GenerateGeneric_label);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[181] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[193] 
	public void keyTraversed(final TraverseEvent e) {
	                               ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[214] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[230] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[247] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[269] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[271] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[271] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[272] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[327] 
	this.argumentsButtons.connectTo(this.argumentsViewer, new DataAdapter.ListAdapter<>(
	                                ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[328] 
	argumentsList, null ) {
	               ^^^^
Null type mismatch: required '@NonNull IObservableValue<FunctionToS4MethodRefactoring.@Nullable Variable>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[347] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[349] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[349] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/correction/RenameInRegionAssistProposal.java:[56] 
	executionHelper.perform(viewer.getTextWidget().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/OpenRHelpHandler.java:[82] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/OpenRHelpHandler.java:[109] 
	view= (RHelpView)UIAccess.getActiveWorkbenchPage(true)
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActiveWorkbenchPage(boolean) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/OpenRHelpHandler.java:[112] 
	show(view, url);
	     ^^^^
Null type mismatch: required '@NonNull RHelpView' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[63] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[71] 
	this.valueListMenuManager= null;
	                           ^^^^
Null type mismatch: required '@NonNull MenuManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[75] 
	this.valueListHandlers= null;
	                        ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[106] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[109] 
	handlers.addActivate(SELECT_ALL_COMMAND_ID, handler);
	                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[117] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[134] 
	new UpdateSetStrategy<>()
						.setConverter(new UI2RStoreConverter<>()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateSetStrategy<Object,Object>' needs unchecked conversion to conform to 'UpdateSetStrategy<? super @NonNull Object,? extends @NonNull Object>'
211. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java (at line 135)
	.setConverter(new UI2RStoreConverter<>()),
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull UI2RStoreConverter<Object>' is made accessible using the less-annotated type 'IConverter<Object,Object>', corresponding supertype is 'IConverter<@NonNull Object,@Nullable Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java:[136] 
	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 @NonNull Object,? extends @NonNull Object>'
213. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelFilterClient.java (at line 137)
	.setConverter(new RStore2UIConverter<>()) );
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RStore2UIConverter<Object>' is made accessible using the less-annotated type 'IConverter<Object,Object>', corresponding supertype is 'IConverter<@Nullable Object,@NonNull Object>'
214. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 313)
	config.enableOtherBlocks= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_OTHERBLOCKS_ENABLED );
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
215. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 315)
	config.minLines= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_MINLINES_NUM );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
216. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 320)
	config.enableRoxygen= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_ROXYGEN_ENABLED );
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
217. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 322)
	config.minRoxygenLines= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_ROXYGEN_MINLINES_NUM );
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
218. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 327)
	config.collapseInitiallyRoxygen= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_ROXYGEN_COLLAPSE_INITIALLY_ENABLED );
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
219. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 330)
	config.isRestoreStateEnabled= prefs.getPreferenceValue(
					REditorOptions.FOLDING_RESTORE_STATE_ENABLED_PREF );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[120] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[150] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgUICommandHandler.java:[48] 
	return RPkgManagerUI.openDialog((RProcess)r.getTool(),
					page.getWorkbenchWindow().getShell(), 0, null );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[77] 
	final Composite container = new Composite(parent, SWT.NONE);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[70] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[132] 
	if (subDir.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[171] 
	public boolean visit(final IResource resource) throws CoreException {
	                           ^^^^^^^^^
Missing non-null annotation: inherited method from IResourceVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[316] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[102] 
	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'
244. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java (at line 103)
	this.openFileValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[103] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[110] 
	final Composite container= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[156] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[157] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[163] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[164] 
	this.openFileValue );
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
251. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java (at line 165)
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[172] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[172] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[209] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[231] 
	this.tool.getWorkspaceData().toToolPath(absolute);
	                                        ^^^^^^^^
Null type mismatch: required '@NonNull IFileStore' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[239] 
	this.graphic.getRHandle().getQueue().add(new CopyToDevRunnable(
	^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRHandle() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[250] 
	((IRBasicAdapter) r).refreshWorkspaceData(0, m);
	                                             ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
258. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java (at line 295)
	this.graphic.getDevId() + 1 ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[72] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[85] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[108] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[164] 
	return new BasicRRepoSettings(list,
	                              ^^^^
Null type safety (type annotations): The expression of type '@NonNull ArrayList<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[185] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[189] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[190] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[193] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[194] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[196] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[197] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[198] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[138] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[192] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[233] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[236] 
	&& 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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[261] 
	final int idxBegin= message.indexOf('<');
	                    ^^^^^^^
Potential null pointer access: The variable message may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[273] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[354] 
	RWorkspace.RESOLVE_UPTODATE, 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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[356] 
	if (env.getNames() != null && env.getNames().contains(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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[359] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[372] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[376] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[376] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[378] 
	"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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[385] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[408] 
	|| envName.getSegmentName().isEmpty()) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[414] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[415] 
	if (name.getScope() == null) {
	    ^^^^
Potential null pointer access: The variable name may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[189] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[195] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[225] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[225] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[233] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[240] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[248] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[281] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[281] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[307] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[314] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[329] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[338] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[348] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[355] 
	text.append(elementName0.getSegmentName(), this.defaultStyler);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[372] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[388] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[390] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[406] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[419] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[425] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[429] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[537] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[552] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[563] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[565] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[582] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[614] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[646] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[652] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[659] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[663] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[673] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[722] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[749] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[820] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[857] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[858] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[875] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[891] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[907] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[925] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[933] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[940] 
	RStore classData= null;
	^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[943] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[945] 
	if (classData.getLength() > 0) {
	    ^^^^^^^^^
Potential null pointer access: The variable classData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[960] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[962] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[963] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[965] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[972] 
	final byte datatype= element.getData().getStoreType();
	                     ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[981] 
	if (element.getRClassName().equals(element.getData().getBaseVectorRClassName())) {
	                                   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[983] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[990] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1000] 
	sb.append(((RFactorStore) element.getData()).getLevelCount());
	                          ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1020] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1027] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1075] 
	text.append(countInfo, StyledString.COUNTER_STYLER);
	            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[54] 
	protected String getTaskLabel() {
	          ^^^^^^
The return type is incompatible with '@NonNull String' returned from SourceEditorProgressHandler.getTaskLabel() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[64] 
	protected void doExecute(final SourceEditor editor, final SourceUnit su,
	                               ^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditorProgressHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[64] 
	protected void doExecute(final SourceEditor editor, final SourceUnit su,
	                                                          ^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditorProgressHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[65] 
	final ITextSelection selection, final IProgressMonitor monitor) throws Exception {
	      ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditorProgressHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[65] 
	final ITextSelection selection, final IProgressMonitor monitor) throws Exception {
	                                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditorProgressHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[124] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[149] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[157] 
	label.setText(Messages.RenameInRegion_Wizard_header);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[175] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[187] 
	public void keyTraversed(final TraverseEvent e) {
	                               ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TraverseListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[200] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[226] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[231] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[231] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[232] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[232] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[268] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[301] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[319] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[321] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[321] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[321] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[322] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[322] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[329] 
	public Object getParent(final Object element) {
	                              ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[336] 
	public boolean hasChildren(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[346] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[346] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[348] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[155] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[194] 
	if (RElementName.isRegularMainType(access.getNextSegment().getType())
	                                   ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNextSegment() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[195] 
	&& access.getNextSegment().getSegmentName() != null) {
	   ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNextSegment() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[59] 
	protected void configureDropDownViewer(final TreeViewer viewer, final Object input) {
	                                             ^^^^^^^^^^
Missing non-null annotation: inherited method from BreadcrumbViewer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[59] 
	protected void configureDropDownViewer(final TreeViewer viewer, final Object input) {
	                                                                      ^^^^^^
Missing non-null annotation: inherited method from BreadcrumbViewer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[65] 
	public void fillDropDownContextMenu(final IMenuManager manager, final Object selection) {
	                                          ^^^^^^^^^^^^
Missing non-null annotation: inherited method from BreadcrumbViewer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[65] 
	public void fillDropDownContextMenu(final IMenuManager manager, final Object selection) {
	                                                                      ^^^^^^
Missing non-null annotation: inherited method from BreadcrumbViewer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[91] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[91] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[91] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[99] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[99] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[104] 
	public Object getParent(final Object element) {
	                              ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[121] 
	public boolean hasChildren(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[135] 
	public Object[] getChildren(final Object element) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[135] 
	public Object[] getChildren(final Object element) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[177] 
	public void setInput(Object element) {
	                     ^^^^^^
Missing nullable annotation: inherited method from AbstractBreadcrumb specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[188] 
	protected BreadcrumbViewer createViewer(final Composite parent) {
	          ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull BreadcrumbViewer' returned from AbstractBreadcrumb.createViewer(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[188] 
	protected BreadcrumbViewer createViewer(final Composite parent) {
	                                              ^^^^^^^^^
Missing non-null annotation: inherited method from AbstractBreadcrumb specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[211] 
	protected IServiceLocator getParentServiceLocator() {
	          ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IServiceLocator' returned from AbstractBreadcrumb.getParentServiceLocator() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[216] 
	protected boolean reveal(final Object element) {
	                               ^^^^^^
Missing non-null annotation: inherited method from AbstractBreadcrumb specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[217] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[236] 
	protected boolean open(final Object element) {
	                             ^^^^^^
Missing non-null annotation: inherited method from AbstractBreadcrumb specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[63] 
	final IWorkbenchPartSite site = workbenchPart.getSite();
	                                ^^^^^^^^^^^^^
Potential null pointer access: The variable workbenchPart may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[90] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[90] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[94] 
	final IWorkbenchPartSite site = workbenchPart.getSite();
	                                ^^^^^^^^^^^^^
Potential null pointer access: The variable workbenchPart may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[101] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[103] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpWorkbenchStyle.java:[31] 
	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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpWorkbenchStyle.java:[113] 
	public RHelpWorkbenchStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scrollbarArrowColor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpWorkbenchStyle.java:[113] 
	public RHelpWorkbenchStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scrollbarBackgroundColor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpWorkbenchStyle.java:[113] 
	public RHelpWorkbenchStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scrollbarForegroundColor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpWorkbenchStyle.java:[205] 
	final RGB rgb= PreferenceConverter.getColor(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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpWorkbenchStyle.java:[205] 
	final RGB rgb= PreferenceConverter.getColor(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.16.0.v20230329-1609/org.eclipse.ui.editors-3.16.0.v20230329-1609.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[156] 
	protected REnvConfigurationBlock(final StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field indexConsoleViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[156] 
	protected REnvConfigurationBlock(final StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field listButtons may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[156] 
	protected REnvConfigurationBlock(final StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field listViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[156] 
	protected REnvConfigurationBlock(final StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field networkEclipseControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[231] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[239] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[239] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[265] 
	public IObservableValue<IStatus> getValidationStatus() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IObservableValue<IStatus>' returned from ValidationStatusProvider.getValidationStatus() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[306] 
	editConfig= config.createWorkingCopy();
	            ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[308] 
	if (doEdit(editConfig, newConfig)) {
	           ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to 'IREnvConfiguration.@NonNull WorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[313] 
	config.load(editConfig);
	^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
443. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java (at line 334)
	config, newConfig, existingConfigs);
	                   ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull IREnvConfiguration>' is made accessible using the less-annotated type 'Collection<IREnvConfiguration>', corresponding supertype is 'Collection<@NonNull IREnvConfiguration>'
444. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java (at line 338)
	config, newConfig, existingConfigs);
	                   ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull IREnvConfiguration>' is made accessible using the less-annotated type 'Collection<IREnvConfiguration>', corresponding supertype is 'Collection<@NonNull IREnvConfiguration>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[368] 
	public String getText(final Object element) {
	                            ^^^^^^
Illegal redefinition of parameter element, inherited method from ColumnLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[411] 
	public String getText(final Object element) {
	                            ^^^^^^
Illegal redefinition of parameter element, inherited method from LabelProvider declares this parameter as @Nullable
447. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java (at line 503)
	ImCollections.toList(this.envList),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull IREnvConfiguration>' is made accessible using the less-annotated type 'ImList<IREnvConfiguration>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[521] 
	final List<IREnvConfiguration> rEnvConfigs= manager.getConfigurations();
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IREnvConfiguration>' needs unchecked conversion to conform to 'List<@NonNull IREnvConfiguration>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[524] 
	this.envList.add(config);
	                 ^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to 'IREnvConfiguration.@NonNull WorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/correction/RenameInWorkspaceAssistProposal.java:[61] 
	executionHelper.perform(viewer.getTextWidget().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
451. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/LaunchShortcutUtil.java (at line 134)
	return StringUtils.linesToList(code);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[181] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[181] 
	public void streamAppended(final String text, final IStreamMonitor monitor) {
	                                                    ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IStreamListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[249] 
	final IndentUtil util= new IndentUtil(fDocument, getRCoreAccess().getRCodeStyle());
	                                      ^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
481. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 93)
	return this.min;
	       ^^^^^^^^
The expression of type int is boxed into Integer
482. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 102)
	return this.max;
	       ^^^^^^^^
The expression of type int is boxed into Integer
483. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 150)
	return this.min;
	       ^^^^^^^^
The expression of type double is boxed into Double
484. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 159)
	return this.max;
	       ^^^^^^^^
The expression of type double is boxed into Double
485. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 200)
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[247] 
	fcall.add(column.getRExpression());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[251] 
	final RStore<Number> rStore= (RStore<Number>)RDataUtils.checkData(
					rData.getData(), column.getDataStore().getStoreType() );
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RStore<capture#6-of ?> to RStore<Number>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[252] 
	rData.getData(), column.getDataStore().getStoreType() );
	^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
489. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 335)
	na= (this.selectedNA.getValue()) ? 1 : -1;
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[61] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[65] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[82] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[87] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[92] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[97] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[119] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[119] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[147] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[152] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'FindListener' needs unchecked conversion to conform to '@NonNull FindListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[161] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[161] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[374] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[375] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[458] 
	return r.evalData(cmd.toString(), m);
	                                  ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
522. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 519)
	NLS.bind("Not found (total {0}/{1}).", filteredCount, totalCount)),
	                                       ^^^^^^^^^^^^^
The expression of type long is boxed into Long
523. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 519)
	NLS.bind("Not found (total {0}/{1}).", filteredCount, totalCount)),
	                                                      ^^^^^^^^^^
The expression of type long is boxed into Long
524. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 526)
	(task.forward ? "next" : "previous"), filteredCount, totalCount })),
	                                      ^^^^^^^^^^^^^
The expression of type long is boxed into Long
525. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 526)
	(task.forward ? "next" : "previous"), filteredCount, totalCount })),
	                                                     ^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[568] 
	fragment= this.lock.getFragment(this.findStore, globalMatchIdx, 0, 0, m);
	                                ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LazyRStore<RObject>' needs unchecked conversion to conform to '@NonNull LazyRStore<RObject>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[570] 
	final RStore<?> data= fragment.getRObject().getData();
	                      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[572] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[624] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[624] 
	final RStore<?> data= fragment.getRObject().getData();
	                      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[630] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[633] 
	localMatchIdx= RDataUtils.binarySearch(data, rPos[rowIdx]);
	                                       ^^^^
Null type mismatch: required '@NonNull RStore<?>' but the provided value is inferred as @Nullable
533. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 644)
	NLS.bind("No further match (total {0}/{1}).", filteredCount, totalCount)),
	                                              ^^^^^^^^^^^^^
The expression of type long is boxed into Long
534. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 644)
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[660] 
	rPos[rowIdx]= data.getInt(localMatchIdx);
	              ^^^^
Potential null pointer access: The variable data may be null at this location
536. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 672)
	(globalMatchIdx + 1), filteredCount, totalCount })),
	^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
537. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 672)
	(globalMatchIdx + 1), filteredCount, totalCount })),
	                      ^^^^^^^^^^^^^
The expression of type long is boxed into Long
538. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 672)
	(globalMatchIdx + 1), filteredCount, totalCount })),
	                                     ^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[697] 
	final FindEvent event= new FindEvent(status, total, rowIdx, colIdx);
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[100] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[122] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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>'
548. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java (at line 177)
	.setAfterGetValidator(new RPkgNameValidator()),
	                      ^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgNameValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
555. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java (at line 197)
	.setConverter(new StringToPathConverter()),
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull StringToPathConverter' is made accessible using the less-annotated type 'IConverter<? super String,? extends IPath>', corresponding supertype is 'IConverter<@NonNull String,@NonNull IPath>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
564. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
575. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RdTextStylesPreferencePage.java (at line 130)
	textStyles );
	^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull PreferenceStoreTextStyleManager<@NonNull TextAttribute>' is made accessible using the less-annotated type 'PreferenceStoreTextStyleManager<TextAttribute>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/Lock.java:[28] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[61] 
	dataColumns[i]= createColumn(struct.getColumn(i),
					getInput().getFullName() + "[[" + (i+1) + "]]", elementName, i, columnName,
					r, m );
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn' needs unchecked conversion to conform to '@NonNull RDataTableColumn'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[66] 
	return new ContentDescription(name, struct, r.getTool(),
	                              ^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[67] 
	ImCollections.emptyList(), ImCollections.newList(rowHeaderColumn),
	                                                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn' needs unchecked conversion to conform to '@NonNull RDataTableColumn'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[87] 
	return fragment.getRObject().getColumn(fragment.toLocalColumnIdx(columnIdx))
	       ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[104] 
	return fragment.getRObject().getName(fragment.toLocalColumnIdx(columnIdx));
	       ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[36] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[159] 
	private ContextTypeRegistry rCodeTemplatesContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[161] 
	private ContextTypeRegistry rdCodeTemplatesContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[163] 
	private ContextTypeRegistry rPkgCodeTemplatesContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[166] 
	private ContextTypeRegistry rEditorContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[189] 
	public void start(final BundleContext context) throws Exception {
	                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[193] 
	super.start(context);
	            ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[202] 
	public void stop(final BundleContext context) throws Exception {
	                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[241] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[246] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
598. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java (at line 370)
	final ImList<IScopeContext> contexts= prefs.getPreferenceContexts();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull IScopeContext>' is made accessible using the less-annotated type 'ImList<IScopeContext>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[397] 
	this.rTextStyles= new JFaceTextStyleManager(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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[399] 
	PreferencesUtil.getSettingsChangeNotifier().addManageListener(this.rTextStyles);
	                                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'JFaceTextStyleManager' needs unchecked conversion to conform to 'SettingsChangeNotifier.@NonNull ManageListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[409] 
	this.rdTextStyles= new JFaceTextStyleManager(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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[411] 
	PreferencesUtil.getSettingsChangeNotifier().addManageListener(this.rdTextStyles);
	                                                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'JFaceTextStyleManager' needs unchecked conversion to conform to 'SettingsChangeNotifier.@NonNull ManageListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[422] 
	public synchronized ContextTypeRegistry getRCodeGenerationTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[426] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[457] 
	public synchronized ContextTypeRegistry getRdCodeGenerationTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[461] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[492] 
	public synchronized ContextTypeRegistry getRPkgCodeGenerationTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[527] 
	public synchronized ContextTypeRegistry getREditorTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[531] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[544] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[544] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[31] 
	private RStore store;
	        ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[31] 
	private RStore store;
	               ^^^^^
The @NonNull field store may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[36] 
	this.store= (RStore)newInput;
	            ^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RStore' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[36] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[52] 
	this.store= null;
	            ^^^^
Null type mismatch: required '@NonNull RStore' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[67] 
	final ISelectionProvider selectionProvider = site.getSelectionProvider();
	                                             ^^^^
Potential null pointer access: The variable site may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[88] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[93] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[111] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[114] 
	new Region(range.x, range.y), contentType, null, null);
	                                                 ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
627. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java (at line 40)
	private static final Set<String> RESET_GROUP_IDS= ImCollections.newSet(
			RCodeStyleSettings.INDENT_GROUP_ID,
			TaskTagsPreferences.GROUP_ID );
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'Set<String>', corresponding supertype is 'Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[51] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[54] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[71] 
	public IDocumentSetupParticipant getDocumentSetupParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDocumentSetupParticipant' returned from SourceEditorViewerConfigurator.getDocumentSetupParticipant() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[77] 
	protected Set<String> getResetGroupIds() {
	          ^^^
The return type is incompatible with '@NonNull Set<@NonNull String>' returned from SourceEditorViewerConfigurator.getResetGroupIds() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[91] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                        ^^^
Missing nullable annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[91] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                    ^^^
Missing nullable annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[92] 
	super.handleSettingsChanged(groupIds, options);
	                            ^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[92] 
	super.handleSettingsChanged(groupIds, options);
	                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[98] 
	protected void checkSettingsChanges(final Set<String> groupIds, final Map<String, Object> options) {
	                                          ^^^
Missing non-null annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[98] 
	protected void checkSettingsChanges(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                      ^^^
Missing non-null annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[99] 
	super.checkSettingsChanges(groupIds, options);
	                           ^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[99] 
	super.checkSettingsChanges(groupIds, options);
	                                     ^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[98] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[98] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[216] 
	this.contentComposite= new Composite(parent, SWT.NONE) {
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[232] 
	this.titleImage= new Label(this.contentComposite, SWT.NULL);
	                           ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[288] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[301] 
	public void keyPressed(final KeyEvent e)  {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[307] 
	public void keyReleased(final KeyEvent e) {}
	                              ^^^^^^^^
Missing non-null annotation: inherited method from KeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[341] 
	handlers.get(NAVIGATE_BACK_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[345] 
	handlers.get(NAVIGATE_FORWARD_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IHandler2' but this expression has type '@Nullable IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[358] 
	final RHelpView view= (RHelpView) page.showView(RUI.R_HELP_VIEW_ID);
	                                  ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[381] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[385] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[388] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[401] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[411] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[416] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[422] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[437] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[478] 
	text.getVerticalBar().getSize().x,
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getVerticalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[479] 
	text.getHorizontalBar().getSize().y);
	^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getHorizontalBar() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[502] 
	final PixelConverter converter= new PixelConverter(this.titleText);
	                                                   ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[529] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[636] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/CopyRElementNameHandler.java:[105] 
	final RElementName elementName= getRElementName(treePaths[i], selection);
	                                                ^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/CopyRElementNameHandler.java:[123] 
	new Transfer[] { TextTransfer.getInstance() } );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/SortByTypeComparator.java:[40] 
	public void sort(final Viewer viewer, final Object[] elements) {
	                       ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/SortByTypeComparator.java:[40] 
	public void sort(final Viewer viewer, final Object[] elements) {
	                                            ^^^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[99] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[134] 
	this.targetValue.setValue(RPkgUtils.getDefaultInstallLocation(rLibPaths));
	                                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RuntimeRLibPaths' needs unchecked conversion to conform to '@NonNull RuntimeRLibPaths'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 mismatch (type annotations): required '@NonNull RPlatform' but this expression has type '@Nullable RPlatform'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 mismatch (type annotations): required '@NonNull RPlatform' but this expression has type '@Nullable RPlatform'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 mismatch (type annotations): required '@NonNull RPlatform' but this expression has type '@Nullable RPlatform'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[148] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[184] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[220] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[276] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[371] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[394] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[421] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[423] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[430] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[443] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[454] 
	{	final Label label= new Label(parent, SWT.NONE);
	 	                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[459] 
	final Label label= new Label(parent, SWT.NONE);
	                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[465] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[480] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[480] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[480] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[519] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[533] 
	PkgTab.this.dialog.getRepoTab().getAvailableRepos(), pkg.getRepoId());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[533] 
	PkgTab.this.dialog.getRepoTab().getAvailableRepos(), pkg.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[550] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[585] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[596] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[610] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[634] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[686] 
	{	final Label label= new Label(parent, SWT.NONE);
	 	                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[717] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[717] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[717] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[738] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[766] 
	public void doubleClick(final DoubleClickEvent event) {
	                              ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDoubleClickListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[779] 
	this.handlers= new ContextHandlers(this.serviceLocator.getLocator());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IServiceLocator' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[783] 
	public void setEnabled(final Object evaluationContext) {
	                             ^^^^^^
Missing nullable annotation: inherited method from AbstractHandler specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[788] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[815] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[817] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[817] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[822] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[824] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[824] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[834] 
	return (Util.hasPkgPriority(PkgTab.this.pkgSet.getAvailable(), name, set)
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgCompilation<capture#of ? extends IRPkgData>' needs unchecked conversion to conform to '@NonNull RPkgCompilation<? extends @NonNull IRPkgData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[834] 
	return (Util.hasPkgPriority(PkgTab.this.pkgSet.getAvailable(), name, set)
	                                                               ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[834] 
	return (Util.hasPkgPriority(PkgTab.this.pkgSet.getAvailable(), name, 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[835] 
	|| Util.hasPkgPriority(PkgTab.this.pkgSet.getInstalled(), name, set) );
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgCompilation<capture#of ? extends IRPkgInfoAndData>' needs unchecked conversion to conform to '@NonNull RPkgCompilation<? extends @NonNull IRPkgData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[835] 
	|| Util.hasPkgPriority(PkgTab.this.pkgSet.getInstalled(), name, set) );
	                                                          ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[835] 
	|| Util.hasPkgPriority(PkgTab.this.pkgSet.getInstalled(), name, 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[853] 
	for (final RView view : (Collection<? extends RView>)set) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Collection<capture#17-of ?> to Collection<? extends RView>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[854] 
	pkgNames.addAll(view.getPkgList().map(RView.Pkg::name));
	                ^^^^
Potential null pointer access: The variable view may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[877] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[885] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[942] 
	show.getParent().layout(true);
	^^^^
Potential null pointer access: The variable show may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[942] 
	show.getParent().layout(true);
	^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[969] 
	pkg= Util.getPkgByRepo(this.pkgSet.getAvailable(), name, repoId);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgCompilation<capture#of ? extends IRPkgData>' needs unchecked conversion to conform to '@NonNull RPkgCompilation<? extends @NonNull IRPkgData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[969] 
	pkg= Util.getPkgByRepo(this.pkgSet.getAvailable(), name, repoId);
	                                                   ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[973] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[976] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1002] 
	final int id= ((DetailGroup) path.getFirstSegment()).getId();
	                             ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFirstSegment() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1007] 
	if (!pkg.getRepoId().isEmpty()
	     ^^^
Potential null pointer access: The variable pkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1008] 
	&& ((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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1016] 
	this.detailLicense.setText(pkg.getLicense());
	                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1033] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1043] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1044] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1068] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1072] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1230] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1246] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1270] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1280] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1299] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1303] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1332] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1337] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1359] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1363] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1367] 
	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'
764. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 93)
	entry.setValue((int) (
							(entry.getValue() - this.spacing) * factor + spacing + 0.5 ));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
765. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 94)
	(entry.getValue() - this.spacing) * factor + spacing + 0.5 ));
	 ^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
766. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 110)
	return columnWidth * position;
	       ^^^^^^^^^^^
The expression of type Integer is unboxed into long
767. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 208)
	size );
	^^^^
The expression of type int is boxed into Integer
768. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 215)
	getAutoSize(position) );
	^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java:[355] 
	return RDataLayer.this.dataProvider.getDataValue(getColumnPosition(), getRowPosition(),
						flags, 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellHandler.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[56] 
	span *= vars.get(idx).getLength();
	        ^^^^^^^^^^^^^
Potential null pointer access: The method get(long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[70] 
	span *= vars.get(idx).getLength();
	        ^^^^^^^^^^^^^
Potential null pointer access: The method get(long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[72] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[73] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[79] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[103] 
	public DataCell getCellByPosition(final long columnIndex, final long rowIndex) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull DataCell' returned from SpanningDataProvider.getCellByPosition(long, long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[114] 
	final int flags, final IProgressMonitor monitor) {
	                       ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[138] 
	public DataCell getCellByPosition(final long columnIndex, final long rowIndex) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull DataCell' returned from SpanningDataProvider.getCellByPosition(long, long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[149] 
	final int flags, final IProgressMonitor monitor) {
	                       ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[203] 
	this.fColVars.get(j).getData() );
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[207] 
	this.fRowVars.get(j).getData() );
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[211] 
	return new ContentDescription(name, struct, r.getTool(),
	                              ^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[221] 
	num *= rList.get(i).getLength();
	       ^^^^^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[267] 
	final int flags, final IProgressMonitor monitor) {
	                       ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[272] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[295] 
	final int flags, final IProgressMonitor monitor) {
	                       ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[300] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[55] 
	RElementName next= objName.getNextSegment();
	                   ^^^^^^^
Potential null pointer access: The variable objName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclaration.java:[37] 
	public ILabelProvider createLabelProvider() {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ILabelProvider' returned from OpenDeclaration.createLabelProvider() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[81] 
	protected Control createContents(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createContents(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[81] 
	protected Control createContents(final Composite parent) {
	                                       ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[82] 
	final Control control= super.createContents(parent);
	                                            ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RBasePreferencePage.java:[37] 
	protected ConfigurationBlock createConfigurationBlock() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/InlineTempWizard.java:[51] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
825. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/css/properties/TableCellPropertyHandler.java:[160] 
	CellConfigAttributes.CELL_STYLE, displayMode, label );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/css/properties/TableCellPropertyHandler.java:[181] 
	CellConfigAttributes.CELL_STYLE, displayMode, label );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/css/properties/TableCellPropertyHandler.java:[206] 
	CellConfigAttributes.CELL_STYLE, displayMode, label );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[166] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[174] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[174] 
	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
833. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java (at line 204)
	protected void refreshElements() {
	               ^^^^^^^^^^^^^^^^^
The method refreshElements() from the type ObjectBrowserView.RefreshHandler is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[219] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[243] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[266] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[309] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[321] 
	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.24.0.v20230525-0719/org.eclipse.jface.text-3.24.0.v20230525-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[325] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[327] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[335] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field actionUtil may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field clipboard may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field filterText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field hoveringController may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field inputContentProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field refreshMenuItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field refreshToolbarItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field searchTextItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field settings may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field tokenOwner may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field toolRegistryListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[388] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field treeViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[395] 
	this.toolRegistryListener= null;
	                           ^^^^
Null type mismatch: required '@NonNull WorkbenchToolRegistryListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[402] 
	this.hoveringController= null;
	                         ^^^^
Null type mismatch: required '@NonNull ColumnHoverManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[406] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[413] 
	this.clipboard= null;
	                ^^^^
Null type mismatch: required '@NonNull Clipboard' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[419] 
	public void init(final IViewSite site, final IMemento memento) throws PartInitException {
	                                             ^^^^^^^^
Illegal redefinition of parameter memento, inherited method from ViewPart declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[422] 
	this.settings= DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "ObjectBrowser");
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[433] 
	this.settings= DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "ObjectBrowser");
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[455] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[455] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[510] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[549] 
	this.searchTextItem.setSizeControl(this.treeViewer.getControl().getParent());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Composite' but this expression has type '@Nullable Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[557] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[638] 
	if (this.process == null || this.process.isTerminated()) {
	                                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[646] 
	updateDirty(this.process.getWorkspaceData().isRObjectDBDirty());
	                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[807] 
	this.process.getQueue().add(this.manualRefreshRunnable);
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[883] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[883] 
	newPath[0]= RElementInputContentProvider.getCombinedRElement(newPath[1]).getModelParent();
	                                                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[901] 
	this.treeViewer.expandToLevel(new TreePath(new Object[] { rootElements[0] }), 1);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
873. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java (at line 941)
	message= NLS.bind("{0} items selected", selection.size());
	                                        ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[964] 
	return RElementInputContentProvider.getCombinedRElement(treePath.getFirstSegment()).getElementName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCombinedRElement(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[964] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[972] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[972] 
	names.add(first.getModelParent().getElementName());
	          ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[980] 
	names.add(rElement.getElementName());
	          ^^^^^^^^
Potential null pointer access: The variable rElement may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[995] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/InlineTempHandler.java:[60] 
	executionHelper.perform(activePart.getSite().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
902. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java (at line 42)
	private final RPkgManagerDialog dialog;
	                                ^^^^^^
The value of the field OptionsTab.dialog is not used
903. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java (at line 44)
	private final TabItem tab;
	                      ^^^
The value of the field OptionsTab.tab is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[50] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[88] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[94] 
	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>'
908. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java (at line 95)
	OptionsTab.this.suggestedButton.getSelection(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[106] 
	return new RProjectConfigurationBlock(getProject(), createStatusChangedListener());
	                                      ^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[110] 
	protected boolean hasProjectSpecificSettings(final IProject project) {
	                                                   ^^^^^^^^
Illegal redefinition of parameter project, inherited method from PropertyAndPreferencePage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[148] 
	public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field pkgNameControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[148] 
	public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field pkgNameLabel may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[148] 
	public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field projectComposite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[148] 
	public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rEnvControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[148] 
	public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rLangVersionViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[151] 
	this.rProject= RProjects.getRProject(project);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RProject' but this expression has type '@Nullable RProject'
917. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 155)
	this.sourceFolders= new SourceContainerComponent(this.buildpathList,
	                                                 ^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableList<@NonNull BuildpathListElement>' is made accessible using the less-annotated type 'WritableList<BuildpathListElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[176] 
	this.listener= null;
	               ^^^^
Null type mismatch: required '@NonNull IResourceChangeListener' but the provided value is null
919. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 373)
	this.buildpathUIDescription.toListElements(getProject(), this.rProject.getRawBuildpath(),
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull BuildpathElement>' is made accessible using the less-annotated type 'List<BuildpathElement>', corresponding supertype is 'List<@NonNull BuildpathElement>'
920. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 374)
	this.buildpathList );
	^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableList<@NonNull BuildpathListElement>' is made accessible using the less-annotated type 'List<BuildpathListElement>', corresponding supertype is 'List<@NonNull BuildpathListElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[411] 
	final ImList<BuildpathElement> newBuildpath= this.buildpathUIDescription.toCoreElements(this.buildpathList);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<BuildpathElement>' needs unchecked conversion to conform to 'ImList<@NonNull BuildpathElement>'
922. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 411)
	final ImList<BuildpathElement> newBuildpath= this.buildpathUIDescription.toCoreElements(this.buildpathList);
	                                                                                        ^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableList<@NonNull BuildpathListElement>' is made accessible using the less-annotated type 'List<BuildpathListElement>', corresponding supertype is 'List<@NonNull BuildpathListElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[412] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[412] 
	RBuildpaths.set(getProject(), newBuildpath);
	                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<@NonNull BuildpathElement>' needs unchecked conversion to conform to '@NonNull ImList<@NonNull BuildpathElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[419] 
	protected void execute(final IProgressMonitor monitor) throws CoreException,
	                             ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from WorkspaceModifyOperation does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[449] 
	UIAccess.getActiveWorkbenchWindow(true).run(true, true, op);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActiveWorkbenchWindow(boolean) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[30] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[33] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[55] 
	public RStore getLevelStore() {
	       ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
933. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java (at line 108)
	private final boolean isNew;
	                      ^^^^^
The value of the field EditRepoDialog.isNew is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[273] 
	final Composite composite= new Composite(pageComposite, SWT.NONE);
	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[292] 
	this.buttonsGroups[i].connectTo(this.tables[i].viewer, this.lists[i], null);
	                                                                      ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable RRepo>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[298] 
	{	final Label label= new Label(parent, SWT.NONE);
	 	                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[322] 
	{	final ButtonGroup<RRepo> buttons= new ButtonGroup<>(parent, this, false);
	 	                                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[334] 
	public RRepo edit(final int command, final RRepo item, final Object parent) {
	                                           ^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<RRepo> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[334] 
	public RRepo edit(final int command, final RRepo item, final Object parent) {
	                                                             ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<RRepo> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[335] 
	final RRepo repo= new RRepo(((command & ButtonGroup.ADD_ANY) != 0) ? newId() : item.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[359] 
	public void updateState(final IStructuredSelection selection) {
	                              ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.IActions<RRepo> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field bindings may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field configurationButton may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentEncoded may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field noneButton may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field specificButton may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field specificCombo may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field validREnvs may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field workbenchDefaultButton may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[164] 
	public REnvSelectionComposite(final Composite parent, final boolean enableNone) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field workbenchLabel may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[182] 
	protected void handlePreferenceChanged(final ChangeEvent event) {
	                                             ^^^^^^^^^^^
Illegal redefinition of parameter event, inherited method from PreferenceSetUIListener does not constrain this parameter
965. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java (at line 187)
	}.subscribe(PREF_QUALIFIERS);
	            ^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImIdentitySet<@NonNull String>' is made accessible using the less-annotated type 'ImSet<String>', corresponding supertype is 'ImSet<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[275] 
	final List<? extends REnvConfiguration> list= manager.getConfigurations();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IREnvConfiguration>' needs unchecked conversion to conform to 'List<? extends @NonNull REnvConfiguration>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[276] 
	this.validREnvs= getValidREnvs(list);
	                               ^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends @NonNull REnvConfiguration>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull REnvConfiguration>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[374] 
	listener.settingChanged(this, oldEncoded, this.currentEncoded, currentREnv);
	                                                               ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull REnv' but this expression has type '@Nullable REnv'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionHandler.java:[60] 
	executionHelper.perform(activePart.getSite().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferencePage.java:[58] 
	return new RCodeStylePreferenceBlock(getProject(), createStatusChangedListener());
	                                     ^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RContentAssistProcessor.java:[139] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
979. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java (at line 59)
	private static final Object[] NO_CHILDREN= new @NonNull Object[0];
	                                           ^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Object []' is made accessible using the less-annotated type 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[154] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[165] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[179] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[217] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[221] 
	&& (columns= contentDescription.getVariables()).length <= 2500 ) {
	             ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable contentDescription may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[262] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "RDataOutlineView");
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[278] 
	public void onInputChanged(final RDataTableInput input,
	                                 ^^^^^^^^^^^^^^^
Illegal redefinition of parameter input, inherited method from RDataTableListener declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[279] 
	final RDataTableContentDescription description, final DataViewDescription dataViewDescription) {
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter description, inherited method from RDataTableListener declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[279] 
	final RDataTableContentDescription description, final DataViewDescription dataViewDescription) {
	                                                      ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter dataViewDescription, inherited method from RDataTableListener declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/MultiColumnResizeCommandHandler.java:[24] 
	public class MultiColumnResizeCommandHandler extends AbstractLayerCommandHandler<MultiColumnResizeCommand> {
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'MultiColumnResizeCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/MultiColumnResizeCommandHandler.java:[36] 
	public Class<MultiColumnResizeCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<MultiColumnResizeCommand>' returned from LayerCommandHandler<MultiColumnResizeCommand>.getCommandClass() (mismatching null constraints)
991. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/MultiColumnResizeCommandHandler.java (at line 37)
	return MultiColumnResizeCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull MultiColumnResizeCommand>' is made accessible using the less-annotated type 'Class<MultiColumnResizeCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/MultiColumnAutoResizeCommandHandler.java:[24] 
	public class MultiColumnAutoResizeCommandHandler extends AbstractLayerCommandHandler<AutoResizePositionsCommand> {
	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'AutoResizePositionsCommand' is not a valid substitute for the type parameter 'T extends @NonNull LayerCommand'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/MultiColumnAutoResizeCommandHandler.java:[36] 
	public Class<AutoResizePositionsCommand> getCommandClass() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<AutoResizePositionsCommand>' returned from LayerCommandHandler<AutoResizePositionsCommand>.getCommandClass() (mismatching null constraints)
994. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/MultiColumnAutoResizeCommandHandler.java (at line 37)
	return AutoResizePositionsCommand.class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull AutoResizePositionsCommand>' is made accessible using the less-annotated type 'Class<AutoResizePositionsCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RDefaultTextStyleScanner.java:[87] 
	if (this.tokens.get(t) == null) {
				System.out.println("Style Missing for: " + t.name()); //$NON-NLS-1$
			}
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RDefaultTextStyleScanner.java:[167] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RDefaultTextStyleScanner.java:[167] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/AbstractRCommandHandler.java:[74] 
	topic.set(EnrichedRHelpContext.searchContextInfo(UIAccess.getActiveWorkbenchPage(true).getActivePart()));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActiveWorkbenchPage(boolean) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/VariableComposite.java:[94] 
	getParent().layout(new @NonNull Control[] { this });
	^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/VariableComposite.java:[145] 
	return false;
	^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/VariableComposite.java:[190] 
	final ToStringBuilder sb= new ToStringBuilder(super.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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RArgumentListContextInformation.java:[35] 
	public class RArgumentListContextInformation implements AssistInformationProposal,
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type RArgumentListContextInformation should also implement hashCode() since it overrides Object.equals()
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RArgumentListContextInformation.java:[49] 
	final @Nullable FCall fCallNode, final RLangMethod method) {
	                                       ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[117] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[118] 
	group.getLower(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2Double2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[118] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[120] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[121] 
	group.getUpper(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2Double2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[121] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[131] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[132] 
	group.getLower(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[132] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[134] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[135] 
	group.getUpper(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalFilterClient.java:[135] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[124] 
	public void visitNode(final RAstNode node) throws InvocationTargetException {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
1027. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java (at line 125)
	final List<Object> attachments= node.getAttachments();
	                                ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull Object>' is made accessible using the less-annotated type 'List<Object>', corresponding supertype is 'List<@NonNull Object>'
1028. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java (at line 256)
	IMarker.CHAR_START, fBeginOffset,
	                    ^^^^^^^^^^^^
The expression of type int is boxed into Integer
1029. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java (at line 257)
	IMarker.CHAR_END, fEndOffset ));
	                  ^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[280] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[282] 
	return (T) this.fMarker;
	       ^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IMarker to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[284] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[368] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[400] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[402] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[406] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[408] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[412] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[414] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[416] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[464] 
	StringUtils.collectLines(region.fCode, lines);
	                         ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[469] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[472] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[481] 
	StringUtils.collectLines(codeRegions.get(i).fCode, lines);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[70] 
	final String toolPath= r.getWorkspaceData().toToolPath(this.dataFile);
	                                                       ^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/TextFileDocumentProvider.java:[88] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceHandler.java:[60] 
	executionHelper.perform(activePart.getSite().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[115] 
	protected Object[] getChildren(final CombinedRList value, final long start, final int length) {
	          ^^^^^^^^
The return type is incompatible with '@NonNull Object @NonNull[]' returned from ElementPartitionFactory<Object,CombinedRList>.getChildren(CombinedRList, long, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[169] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[195] 
	public Object[] getChildren(final Object element) {
	       ^^^^^^^^
The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints)
1066. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java (at line 197)
	return ((RElementPartition) element).partition.getElements(
					(CombinedRList) getCombinedRElement(element) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Object @NonNull[]' is made accessible using the less-annotated type 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[201] 
	return getChildren((CombinedRElement) element);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CombinedRElement' needs unchecked conversion to conform to '@NonNull CombinedRElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
1072. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java (at line 234)
	return this.partitionFactory.getElements((CombinedRList) rElement, rElement.getLength());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Object @NonNull[]' is made accessible using the less-annotated type 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
1075. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java (at line 241)
	return this.partitionFactory.getElements((CombinedRList) rElement, children.length);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Object @NonNull[]' is made accessible using the less-annotated type 'Object @NonNull[]'
1076. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java (at line 246)
	return this.partitionFactory.getElements((CombinedRList) rElement, rElement.getLength());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Object @NonNull[]' is made accessible using the less-annotated type 'Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[48] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[62] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[173] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[213] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[213] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[283] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[283] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[284] 
	final Composite area= new Composite(parent, SWT.NONE);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[324] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[328] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[332] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[345] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[367] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[372] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                               ^^^^^^
Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[372] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                    ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[372] 
	public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) {
	                                                                           ^^^^^^
Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[378] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[378] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[382] 
	public Object getParent(final Object element) {
	                              ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[389] 
	public boolean hasChildren(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[396] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[396] 
	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.8.x-r/statet/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.8.x-r/statet/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 non-null annotation: inherited method from ButtonGroup<RLibLocation> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[504] 
	(ITreeContentProvider) this.rLibrariesViewer.getContentProvider(), null ) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITreeContentProvider' needs unchecked conversion to conform to '@NonNull ITreeContentProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[504] 
	(ITreeContentProvider) this.rLibrariesViewer.getContentProvider(), null ) {
	                                                                   ^^^^
Null type mismatch: required '@NonNull IObservableValue<? extends @Nullable Object>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[514] 
	public RLibLocation getModelItem(final Object element) {
	                                       ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<RLibLocation> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[521] 
	public Object getViewerElement(final RLibLocation item, final Object parent) {
	       ^^^^^^
The return type is incompatible with '@NonNull Object' returned from DataAdapter<RLibLocation>.getViewerElement(RLibLocation, Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[521] 
	public Object getViewerElement(final RLibLocation item, final Object parent) {
	                                                              ^^^^^^
Missing nullable annotation: inherited method from DataAdapter<RLibLocation> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[525] 
	public boolean isAddAllowed(final Object element) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<RLibLocation> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[529] 
	public boolean isModifyAllowed(final Object element) {
	                                     ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<RLibLocation> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[534] 
	public Object getAddParent(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from DataAdapter.TreeAdapter<RLibLocation> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[538] 
	public List<? extends RLibLocation> getContainerFor(final Object element) {
	                                                          ^^^^^^
Missing non-null annotation: inherited method from DataAdapter<RLibLocation> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[547] 
	this.rLibrariesButtons.connectTo(this.rLibrariesViewer, adapter);
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull StructuredViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[602] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ExtStatusDialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
1133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java (at line 850)
	final Map<String, String> envp= processBuilder.environment();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
1137. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java (at line 900)
	final List<RLibLocation> libraries= group.getLibLocations();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull RLibLocation>' is made accessible using the less-annotated type 'List<RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempHandler.java:[60] 
	executionHelper.perform(activePart.getSite().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RoxygenScanner.java:[109] 
	rules.add(new RoxygenTagRule(getToken(IRTextTokens.ROXYGEN_TAG_KEY), this.fDefaultReturnToken));
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IToken' needs unchecked conversion to conform to '@NonNull IToken'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[61] 
	UIAccess.getActiveWorkbenchPage(false)).getTool();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[71] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[77] 
	this.selectedValues.addAll(textFilter.getSelectedValues());
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'Collection<? extends @NonNull Object>' but this expression has type '@NonNull IObservableSet<@Nullable String>', corresponding supertype is 'Collection<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[93] 
	fcall.add(column.getRExpression());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[103] 
	setFilterData(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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[106] 
	setFilterData(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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[199] 
	public IObservableSet getSelectedValues() {
	       ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
1162. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFormatterConverter.java (at line 43)
	final List<RDataTableColumn> columns= description.getRowHeaderColumns();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RDataTableColumn>' is made accessible using the less-annotated type 'List<RDataTableColumn>', corresponding supertype is 'List<@NonNull RDataTableColumn>'
1163. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFormatterConverter.java (at line 84)
	final List<RDataTableColumn> columns= description.getDataColumns();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RDataTableColumn>' is made accessible using the less-annotated type 'List<RDataTableColumn>', corresponding supertype is 'List<@NonNull RDataTableColumn>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[73] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[79] 
	this.rLabelProvider.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[101] 
	text.append(variable.getName());
	            ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
1167. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java (at line 106)
	final List<String> classNames= column.getClassNames();
	                               ^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[107] 
	text.append(classNames.get(0), StyledString.DECORATIONS_STYLER);
	            ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[110] 
	text.append(classNames.get(i), StyledString.DECORATIONS_STYLER);
	            ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
1177. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>[]
1189. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java (at line 147)
	this.frames[LOCAL_ID]= RModel.createDirectFrameList(envir, this.expliciteScope);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull RFrame>' is made accessible using the less-annotated type 'List<RFrame>'
1190. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java (at line 164)
	RModel.createImportedPackageList((RSourceUnitModelInfo)context.getModelInfo());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1192. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java (at line 167)
	this.frames[WORKSPACE_ID]= RModel.createProjectFrameList(null,
							su,
							true, (this.expliciteScope == null),
							this.importedPackages, this.workspacePackages );
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull RFrame>' is made accessible using the less-annotated type 'List<RFrame>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[285] 
	CombinedRElement element= this.runtimeWorkspace.resolve(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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[110] 
	Collections.addAll(list, RTokens.CONSTANT_WORDS);
	                         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[111] 
	Collections.addAll(list, RTokens.FLOWCONTROL_WORDS);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[253] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[263] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[275] 
	else if (!prefixName.getSegmentName().isEmpty()) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[280] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[286] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[311] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[312] 
	RLangElement e) {
	^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[322] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[322] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[352] 
	&& (context.getIdentifierElementName().getScope() == null) );
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getIdentifierElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[382] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[395] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[398] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[398] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[398] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[399] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[416] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[419] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[429] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[455] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[482] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[489] 
	if (prefixSegment.getNextSegment() != null) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[497] 
	namePrefix= (prefixSegment.getSegmentName() != null) ?
	             ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[503] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[510] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[513] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[513] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[513] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[514] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[519] 
	RLangElement element= rootElement;
	^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[524] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[525] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[528] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[528] 
	&& 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[539] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[539] 
	&& 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[549] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[558] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[562] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[575] 
	methodNames.add(candidate);
	                ^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[578] 
	mainNames.add(candidate);
	              ^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[590] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[602] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[602] 
	&& 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[602] 
	&& 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[644] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[644] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[644] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[644] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[645] 
	final RFrameIterator iterator) {
	      ^^^^^^^^^^^^^^
Illegal redefinition of parameter iterator, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[667] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[672] 
	if (this.inString && isPackageArg(arg.getNameChild().getText())) {
	                                  ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[744] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[749] 
	final Parameters coreParameters= this.coreFunction.getParameters(
	                                      ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[758] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[758] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[758] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[758] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[759] 
	final RFrameIterator iter) {
	      ^^^^^^^^^^^^^^
Illegal redefinition of parameter iter, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[789] 
	&& this.coreFunction.getPackageNames().contains(frame.getElementName().getSegmentName()) ) {
	        ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[789] 
	&& this.coreFunction.getPackageNames().contains(frame.getElementName().getSegmentName()) ) {
	                                                ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[790] 
	final Parameters coreParameters= this.coreFunction.getParameters(
	                                      ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[822] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[870] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[877] 
	if (rEnv == null) {
			return;
		}
	                  ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[895] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[897] 
	final String pkgName= frame.getElementName().getSegmentName();
	                      ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[58] 
	public IDocumentSetupParticipant getDocumentSetupParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDocumentSetupParticipant' returned from SourceEditorViewerConfigurator.getDocumentSetupParticipant() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[63] 
	protected Set<String> getResetGroupIds() {
	          ^^^
The return type is incompatible with '@NonNull Set<@NonNull String>' returned from SourceEditorViewerConfigurator.getResetGroupIds() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[80] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[85] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[95] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[137] 
	final Composite mainComposite= new Composite(parent, SWT.NONE);
	                                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[150] 
	protected boolean isValid(final REnvConfiguration rEnvConfig) {
	                                ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from REnvSelectionComposite specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[151] 
	return super.isValid(rEnvConfig) && rEnvConfig.isLocal();
	                     ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnvConfiguration' needs unchecked conversion to conform to '@NonNull REnvConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[165] 
	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.8.x-r/statet/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>'
1313. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java (at line 170)
	.setAfterGetValidator(new UpdateableErrorValidator<>(
								this.rEnvControl.createValidator(dbc) )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull UpdateableErrorValidator<@NonNull Object>' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/correction/ConvertFCallToPipeForwardAssistProposal.java:[44] 
	return RUI.getImage(RUI.IMG_TOOL_ASSIST_TO_PIPE_FORWARD);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[95] 
	fSelector = new AlphaSelector(composite, composite.getBackground());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[131] 
	text.addValueListener(textListener);
	                      ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObjValueListener<Double>' needs unchecked conversion to conform to '@NonNull IObjValueListener<@Nullable Double>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[145] 
	fSelector.addValueListener(new IObjValueListener<Float>() {
				@Override
				public void valueAboutToChange(final ObjValueEvent<Float> event) {
				}
				@Override
				public void valueChanged(final ObjValueEvent<Float> event) {
					if (fTextChange == 0) {
						final Float value = event.newValue;
						fText.setValue(0, Double.valueOf(value.doubleValue()));
						setValue(value);
					}
				}
			});
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull ' needs unchecked conversion to conform to '@NonNull IObjValueListener<@NonNull Float>', corresponding supertype is 'IObjValueListener<Float>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[166] 
	fSelector.setBaseColor(getBaseColor());
	                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ColorDef' needs unchecked conversion to conform to '@NonNull ColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[168] 
	fSelector.setValue(0, value);
	                      ^^^^^
Null type safety (type annotations): The expression of type 'Float' needs unchecked conversion to conform to '@NonNull Float'
1323. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java (at line 201)
	fInitial255 = 255 - Math.round(initialValue * 255);
	                               ^^^^^^^^^^^^
The expression of type Float is unboxed into float
1324. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java (at line 264)
	final int v255 = 255 - Math.round(value * 255);
	                                  ^^^^^
The expression of type Float is unboxed into float
1325. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java (at line 56)
	public static final ElementMatchComparator<RSourceUnit, RElementMatch> COMPARATOR= new ElementMatchComparator<>(
			new RSourceUnit[0], new LtkModelElementComparator(RSymbolComparator.R_NAMES_COLLATOR),
			new RElementMatch[0], new DefaultMatchComparator<>() );
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ElementMatchComparator<@NonNull RSourceUnit,RElementMatch>' is made accessible using the less-annotated type 'ElementMatchComparator<RSourceUnit,RElementMatch>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionHandler.java:[60] 
	executionHelper.perform(activePart.getSite().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[347] 
	.observe(this.smartInsertOnPasteControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[351] 
	.observe(this.smartInsertOnPasteControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[355] 
	.observe(this.smartInsertCloseCurlyBracketsControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[359] 
	.observe(this.smartInsertCloseRoundBracketsControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[363] 
	.observe(this.smartInsertCloseSquareBracketsControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[367] 
	.observe(this.smartInsertCloseSpecialControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[371] 
	.observe(this.smartInsertCloseStringsControl[0]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[376] 
	.observe(this.smartInsertCloseCurlyBracketsControl[1]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[380] 
	.observe(this.smartInsertCloseRoundBracketsControl[1]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[384] 
	.observe(this.smartInsertCloseSquareBracketsControl[1]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[388] 
	.observe(this.smartInsertCloseSpecialControl[1]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[392] 
	.observe(this.smartInsertCloseStringsControl[1]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[69] 
	public RHelpViewPage(final PageBookBrowserView view, final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field breadcrumb may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[69] 
	public RHelpViewPage(final PageBookBrowserView view, final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field breadcrumbControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[120] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[153] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[157] 
	handlerService.activateHandler(Breadcrumb.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[158] 
	contextService.activateContext(Breadcrumb.WITH_BREADCRUMB_CONTEXT_ID);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[172] 
	setIcon(session, ImageDescriptor.createFromImage(image));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor'
1384. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java (at line 193)
	private void showBreadcrumb() {
	             ^^^^^^^^^^^^^^^^
The method showBreadcrumb() from the type RHelpViewPage is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[199] 
	this.breadcrumbControl.getParent().layout(true, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
1386. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java (at line 205)
	private void hideBreadcrumb() {
	             ^^^^^^^^^^^^^^^^
The method hideBreadcrumb() from the type RHelpViewPage is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[211] 
	this.breadcrumbControl.getParent().layout(true, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[220] 
	if (this.breadcrumb == null) {
			return;
		}
	                             ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RUIPreferenceConstants.java:[129] 
	pref.put(R.TS_DEFAULT_ROOT + TEXTSTYLE_COLOR_SUFFIX, defaultColor);
	^^^^
Potential null pointer access: The variable pref may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[46] 
	return RUI.getImage(RUIPlugin.PAGER_VIEW_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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[88] 
	addPage(page, new BasicSourceFragmentEditorInput(sourceFragment));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor BasicSourceFragmentEditorInput(SourceFragment) belongs to the raw type BasicSourceFragmentEditorInput. References to generic type BasicSourceFragmentEditorInput<TFragment> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[88] 
	addPage(page, new BasicSourceFragmentEditorInput(sourceFragment));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BasicSourceFragmentEditorInput is a raw type. References to generic type BasicSourceFragmentEditorInput<TFragment> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[105] 
	public void addPage(final int index, final IEditorPart editor, final IEditorInput input)
	                                                                     ^^^^^^^^^^^^
Illegal redefinition of parameter input, inherited method from MultiPageEditorPart does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 declares this parameter as '@NonNull Map<@NonNull String,@Nullable Object>' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[355] 
	this.userspaceInput= ImCollections.newList(array,
	                                           ^^^^^
Null type safety (type annotations): The expression of type 'CombinedRElement[]' needs unchecked conversion to conform to '@NonNull CombinedRElement @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>'
1414. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java (at line 386)
	input.setRootElements(array);
	                      ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull CombinedRElement []' is made accessible using the less-annotated type 'CombinedRElement @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 Plugin'
1417. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 159)
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[161] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[161] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[164] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[168] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[168] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[169] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[169] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[169] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[170] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[258] 
	final int flags, final IProgressMonitor monitor) {
	                       ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[261] 
	AbstractRDataProvider.this.dataStore, 0, columnIndex,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LazyRStore<T extends RObject>' needs unchecked conversion to conform to '@NonNull LazyRStore<T extends RObject>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[276] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[285] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[285] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[286] 
	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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[305] 
	final int flags, final IProgressMonitor monitor) {
	                       ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[308] 
	.this.fragmentsLock.getFragment(this.rowNamesStore, rowIndex, 0,
	                                ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LazyRStore<RVector<?>>' needs unchecked conversion to conform to '@NonNull LazyRStore<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[333] 
	.this.fragmentsLock.getFragment(this.rowNamesStore, rowIndex, 0, 0, null);
	                                ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LazyRStore<RVector<?>>' needs unchecked conversion to conform to '@NonNull LazyRStore<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[333] 
	.this.fragmentsLock.getFragment(this.rowNamesStore, rowIndex, 0, 0, null);
	                                                                    ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[355] 
	public void setDataValue(final long columnIndex, final long rowIndex, final Object newValue) {
	                                                                            ^^^^^^
Missing nullable annotation: inherited method from DataProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[365] 
	public List<Long> getSortedColumnIds() {
	       ^^^^
The return type is incompatible with '@NonNull List<@NonNull Long>' returned from SortModel.getSortedColumnIds() (mismatching null constraints)
1439. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 368)
	return Collections.singletonList(sortColumn.id);
	                                 ^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[374] 
	public void sort(final long columnId, final SortDirection sortDirection, final boolean accumulate) {
	                                            ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SortModel specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[409] 
	public SortDirection getSortDirection(final long columnId) {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull SortDirection' returned from SortModel.getSortDirection(long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[428] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[433] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[438] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[443] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[451] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[451] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[460] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[465] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[470] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[475] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[497] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[497] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[506] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[511] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[516] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[521] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[533] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[533] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[590] 
	protected AbstractRDataProvider(final RDataTableInput 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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[609] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[609] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[609] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[609] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[662] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[684] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[684] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[708] 
	((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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[709] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[841] 
	final LazyRStore<RVector<?>> namesStore= ((RowDataProvider)this.rowDataProvider).rowNamesStore;
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from DataProvider to AbstractRDataProvider<T>.RowDataProvider
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[928] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[929] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[958] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[958] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[984] 
	this.rTmpItem.set(this.rCacheFilter, filter, m);
	                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[984] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[986] 
	call.addChar(RJTmp.FILTER_PAR, this.rCacheFilter);
	                               ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[987] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1015] 
	this.rTmpItem.set(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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1021] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1028] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1045] 
	call.addChar(RJTmp.INDEX_PAR, this.rCacheIdx);
	                              ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1047] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1052] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1077] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1078] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1079] 
	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<?>'
1488. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 1079)
	final RVector<RCharacterStore> names= RDataUtils.checkRCharVector(rObject);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull RVector<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RVector<RCharacterStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1088] 
	RDataTableVariable.LOGI, store, classNames, format );
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1093] 
	RDataTableVariable.DATE, store, classNames, format );
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1098] 
	RDataTableVariable.DATETIME, store, classNames, format );
	                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1102] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1103] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1111] 
	RDataTableVariable.NUM, store, classNames, format );
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1117] 
	RDataTableVariable.DATE, store, classNames, format );
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1122] 
	RDataTableVariable.DATETIME, store, classNames, format );
	                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1126] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1127] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1133] 
	RDataTableVariable.INT, store, classNames, format );
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1138] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1139] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1145] 
	RDataTableVariable.CHAR, store, classNames, format );
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1150] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1151] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1159] 
	RDataTableVariable.CPLX, store, classNames, format );
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1165] 
	RDataTableVariable.RAW, store, classNames, format );
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1169] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1170] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1186] 
	classNames, format );
	^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1215] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1217] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1232] 
	&& (names.getData().getStoreType() == RStore.CHARACTER
	    ^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1233] 
	|| names.getData().getStoreType() == RStore.INTEGER) ) {
	   ^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1256] 
	this.rTmpItem.dispose(m);
	                      ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
1517. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java (at line 49)
	@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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java:[104] 
	TAG_COMMANDS= ImCollections.newList(commands);
	                                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java:[107] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java:[111] 
	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
1521. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchUIQuery.java (at line 66)
	return EPreferences.getInstancePrefs().getPreferenceValue(
						RHelpPreferences.SEARCH_PREVIEW_FRAGMENTS_MAX_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodHandler.java:[60] 
	executionHelper.perform(activePart.getSite().getShell());
	                        ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/StatusPage.java:[70] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/StatusPage.java:[101] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/StatusPage.java:[115] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/StatusPage.java:[133] 
	label.setText(text);
	              ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[81] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[81] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[82] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[136] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[136] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[142] 
	clearAllControl.setText(Messages.PackageSelection_ClearAll_label);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[145] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
1543. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1544. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1545. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1546. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1547. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[205] 
	if (this.scanner == null) {
			this.scanner= createScanner();
		}
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[253] 
	(this.editor3.getInsertMode() == ITextEditorExtension3.SMART_INSERT) :
	      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[259] 
	return (textWidget.getBlockSelection() && textWidget.getSelectionRanges().length > 2);
	        ^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[438] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[658] 
	this.viewer.getTextWidget().setRedraw(false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[660] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[671] 
	this.viewer.getTextWidget().setRedraw(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[714] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[878] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[885] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[898] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[973] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1568. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1569. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[133] 
	new RDefaultTextStyleScanner(textStyles) );
	                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[135] 
	new RInfixOperatorScanner(textStyles) );
	                          ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[137] 
	new SingleTokenScanner(textStyles, IRTextTokens.STRING_KEY) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[139] 
	new CommentScanner(textStyles, IRTextTokens.COMMENT_KEY, IRTextTokens.TASK_TAG_KEY,
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[142] 
	new RoxygenScanner(textStyles, this.fRCoreAccess.getPrefs()) );
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[177] 
	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.8.x-r/statet/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'
1577. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java (at line 207)
	return EPreferences.getInstancePrefs()
				.getPreferenceValue(REditorOptions.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[224] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[224] 
	return new RAutoEditStrategy(this.fRCoreAccess, getSourceEditor());
	                                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
1580. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java (at line 249)
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[266] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[267] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[267] 
	RDocumentConstants.R_DEFAULT_CONTENT_TYPE, registry, editor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[273] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[273] 
	RDocumentConstants.R_QUOTED_SYMBOL_CONTENT_TYPE, registry, editor);
	                                                           ^^^^^^
Null type safety (type annotations): The expression of type 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[277] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[277] 
	RDocumentConstants.R_STRING_CONTENT_TYPE, registry, editor);
	                                                    ^^^^^^
Null type safety (type annotations): The expression of type 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[281] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[281] 
	RDocumentConstants.R_COMMENT_CONTENT_TYPE, registry, editor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[285] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[285] 
	RDocumentConstants.R_ROXYGEN_CONTENT_TYPE, registry, editor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[301] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[313] 
	return new REditorTextHover(editor, descriptor, this);
	                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'InfoHoverDescriptor' needs unchecked conversion to conform to '@NonNull InfoHoverDescriptor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[133] 
	final List<SourceElement> list= RModel.searchDeclaration(elementAccess,
	           ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[134] 
	(RSourceUnit)editor.getSourceUnit() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[136] 
	final var element= open.selectElement(list, editor.getWorkbenchPart());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPart' but this expression has type '@Nullable IWorkbenchPart'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[61] 
	public String getModelTypeId(final int page) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from QuickOutlineInformationControl.getModelTypeId(int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1605. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java (at line 107)
	((IObservableValue<?>)observable).addValueChangeListener(this.valueListener);
	                                                         ^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'VariableFilter.@NonNull BindingListener' is made accessible using the less-annotated type '@NonNull IValueChangeListener<? super capture#of ?>', corresponding supertype is 'IValueChangeListener<@NonNull Object>'
1606. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java (at line 110)
	((IObservableSet<?>)observable).addSetChangeListener(this.valueListener);
	                                                     ^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'VariableFilter.@NonNull BindingListener' is made accessible using the less-annotated type 'ISetChangeListener<? super capture#of ?>', corresponding supertype is 'ISetChangeListener<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java:[115] 
	String rExpression= createFilter(getColumn().getRExpression());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java:[169] 
	+ getColumn().getElementName().getDisplayName(nameFlags).substring(1);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java:[169] 
	+ getColumn().getElementName().getDisplayName(nameFlags).substring(1);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getDisplayName(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[77] 
	protected ConfigurationBlock createConfigurationBlock() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[236] 
	label= new Label(pageComposite, SWT.NONE);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[251] 
	label= new Label(pageComposite, SWT.NONE);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[280] 
	RIdentifiersBlock.this.categoryList.setSelection(new StructuredSelection(RIdentifiersBlock.this.activeCategory));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RIdentifiersBlock.Category' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[87] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                         ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[87] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                              ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[87] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                                               ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[94] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                         ^^^^^^
Missing nullable annotation: inherited method from ViewerComparator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[94] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                              ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[94] 
	public int compare(final Viewer viewer, final Object e1, final Object e2) {
	                                                               ^^^^^^
Missing non-null annotation: inherited method from ViewerComparator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[109] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1637. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java (at line 493)
	if (!newPage && EPreferences.getInstancePrefs().getPreferenceValue(
				RHelpPreferences.SEARCH_REUSE_PAGE_ENABLED_PREF )) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
1640. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1641. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/ResizeTableTextHandler.java:[66] 
	fontRegistry.put(IWaThemeConstants.TABLE_FONT, fontDescriptor.getFontData());
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FontData[]' needs unchecked conversion to conform to '@NonNull FontData @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
1649. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1650. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1651. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1652. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1653. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1654. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1655. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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)
1657. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1658. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1659. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1660. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1661. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1662. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1663. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[117] 
	public void partBroughtToTop(final IWorkbenchPart part) {
	                                   ^^^^^^^^^^^^^^
Illegal redefinition of parameter part, inherited method from IPartListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[153] 
	this.window.getActivePage().addPartListener(this.partListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[154] 
	this.part= this.window.getActivePage().getActivePart();
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[165] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "RDataTable.FindDialog"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[477] 
	getButton(FIND_NEXT_ID).setEnabled(enabled);
	^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[478] 
	getButton(FIND_PREVIOUS_ID).setEnabled(enabled);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[96] 
	addFCallProposals(context, node, proposals);
	                           ^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[97] 
	addFCallArgProposals(context, node, proposals);
	                              ^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[198] 
	final FCall fCall= arg.getRParent().getRParent();
	                   ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java:[69] 
	return 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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java:[78] 
	NicoUITools.showConsole(console, session.getPage(), gotoConsole);
	                                 ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java:[89] 
	NicoUITools.showConsole(console, page, true);
	                                 ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java:[94] 
	final IWorkbenchPart part = page.getActivePart();
	                            ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[68] 
	RStore names;
	^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[69] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[86] 
	return new ContentDescription(name, struct, r.getTool(),
	                              ^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[87] 
	ImCollections.emptyList(), ImCollections.newList(rowHeaderColumn),
	                                                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn' needs unchecked conversion to conform to '@NonNull RDataTableColumn'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[88] 
	ImCollections.emptyList(), dataColumns,
	                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn[]' needs unchecked conversion to conform to '@NonNull RDataTableVariable @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[107] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[113] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[113] 
	final RStore names= fragment.getRObject().getNames(1);
	                    ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDialogHandler.java:[51] 
	final IWorkbenchPage page= this.workbenchPart.getSite().getPage();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDialogHandler.java:[53] 
	final FindDataDialog dialog= FindDataDialog.get(page.getWorkbenchWindow());
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchWindow' needs unchecked conversion to conform to '@NonNull IWorkbenchWindow'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDialogHandler.java:[62] 
	final IWorkbenchWindow window= this.workbenchPart.getSite().getWorkbenchWindow();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[65] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[73] 
	label.setText(Messages.ExtractTemp_Wizard_header);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[81] 
	label.setText(Messages.ExtractTemp_Wizard_VariableName_label);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
1694. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[104] 
	this.replaceAllControl.setText(Messages.ExtractTemp_Wizard_ReplaceAll_label);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1703. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/IGetPkgFilter.java (at line 52)
	static final Set<String> EXCLUDE_EPLUGIN= Collections.singleton(RLibLocation.EPLUGIN);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Set<@NonNull String>' is made accessible using the less-annotated type 'Set<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[94] 
	natTable.doCommand(new ScrollStepCommand(getDirection()));
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Direction' needs unchecked conversion to conform to '@NonNull Direction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[99] 
	natTable.doCommand(new ScrollStepCommand(getDirection()));
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Direction' needs unchecked conversion to conform to '@NonNull Direction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[126] 
	natTable.doCommand(new SelectRelativeCellCommand(getDirection(), 1, selectionFlags));
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Direction' needs unchecked conversion to conform to '@NonNull Direction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[129] 
	natTable.doCommand(new SelectRelativePageCommand(getDirection(), selectionFlags));
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Direction' needs unchecked conversion to conform to '@NonNull Direction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[132] 
	natTable.doCommand(new SelectRelativeCellCommand(getDirection(), -1, selectionFlags));
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Direction' needs unchecked conversion to conform to '@NonNull Direction'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[314] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[317] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[329] 
	eventData.getNatTable().getDim(HORIZONTAL),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[337] 
	eventData.getNatTable().getDim(HORIZONTAL),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[353] 
	eventData.getNatTable().getDim(HORIZONTAL), eventData.getColumnPosition() ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTableLayerDim' needs unchecked conversion to conform to '@NonNull LayerDim'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[361] 
	showIn.add(ContributionItemFactory.VIEWS_SHOW_IN.create(part.getSite().getWorkbenchWindow()));
	                                                        ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[390] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[393] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RMarkOccurrencesLocator.java:[65] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1722. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java (at line 61)
	private static final ViewerComparator ALPHA_COMPARATOR= new ElementNameComparator(RElementName.NAMEONLY_COMPARATOR);
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Comparator<@NonNull ElementName>' is made accessible using the less-annotated type 'Comparator<? super ElementName>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[63] 
	private class AlphaSortAction extends ToggleAction {
	                                      ^^^^^^^^^^^^
The type SourceEditor1OutlinePage.ToggleAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[84] 
	private class FilterCommonVariables extends ToggleAction {
	                                            ^^^^^^^^^^^^
The type SourceEditor1OutlinePage.ToggleAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[87] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[106] 
	private class FilterLocalDefinitions extends ToggleAction {
	                                             ^^^^^^^^^^^^
The type SourceEditor1OutlinePage.ToggleAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[109] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[163] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RInfixOperatorRule.java:[58] 
	public IToken evaluate(final ICharacterScanner scanner) {
	       ^^^^^^
The return type is incompatible with '@NonNull IToken' returned from IRule.evaluate(ICharacterScanner) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RInfixOperatorRule.java:[58] 
	public IToken evaluate(final ICharacterScanner scanner) {
	                             ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRule specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[87] 
	fPalette = new ColorPalette(composite, composite.getBackground());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[90] 
	fPalette.setColors(colors);
	                   ^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends ColorDef>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull ColorDef>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[91] 
	fPalette.addValueListener(new IObjValueListener<ColorDef>() {
				@Override
				public void valueAboutToChange(final ObjValueEvent<ColorDef> event) {
				}
				@Override
				public void valueChanged(final ObjValueEvent<ColorDef> event) {
					if (event.newValue == null) {
						return;
					}
					doSetColorValue(event.newValue);
					if ((event.flags & ObjValueEvent.DEFAULT_SELECTION) != 0) {
						performOK();
					}
				}
			});
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull ' needs unchecked conversion to conform to '@NonNull IObjValueListener<@Nullable ColorDef>', corresponding supertype is 'IObjValueListener<ColorDef>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[150] 
	fSelector = new RGBSelector(composite, composite.getBackground());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[156] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
1737. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 173)
	rgb[indexOf((IntText) event.getSource())] = event.newValue;
	                                            ^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[190] 
	button.setText(fieldLabels[i]);
	               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[220] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[233] 
	fSelector.addValueListener(new IObjValueListener<ColorDef>() {
				@Override
				public void valueAboutToChange(final ObjValueEvent<ColorDef> event) {
				}
				@Override
				public void valueChanged(final ObjValueEvent<ColorDef> event) {
					final ColorDef value = event.newValue;
					if (fTextChange == 0) {
						final Integer[] rgb = new Integer[3];
						rgb[0] = value.getRed();
						rgb[1] = value.getGreen();
						rgb[2] = value.getBlue();
						for (int i = 0; i < 3; i++) {
							fRGBText[i].setValue(0, rgb[i]);
						}
						doSetColorValue(value);
					}
					final StringBuilder sb = new StringBuilder(7);
					sb.append('#');
					value.printRGBHex(sb);
					final Point selection = fHexText.getSelection();
					fHexText.setText(sb.toString());
					fHexText.setSelection(selection);
				}
			});
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull ' needs unchecked conversion to conform to '@NonNull IObjValueListener<@NonNull ColorDef>', corresponding supertype is 'IObjValueListener<ColorDef>'
1741. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 242)
	rgb[0] = value.getRed();
	         ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
1742. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 243)
	rgb[1] = value.getGreen();
	         ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
1743. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 244)
	rgb[2] = value.getBlue();
	         ^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[283] 
	fSelector.setValue(0, value);
	                      ^^^^^
Null type safety (type annotations): The expression of type 'ColorDef' needs unchecked conversion to conform to '@NonNull ColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[313] 
	fSelector = new HSVSelector(composite, composite.getBackground());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
1746. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 330)
	hsv[indexOf((DoubleText) event.getSource())] = event.newValue;
	                                               ^^^^^^^^^^^^^^
The expression of type Double is unboxed into double
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[347] 
	label.setText(fieldLabels[i]);
	              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[367] 
	fSelector.addValueListener(new IObjValueListener<ColorDef>() {
				@Override
				public void valueAboutToChange(final ObjValueEvent<ColorDef> event) {
				}
				@Override
				public void valueChanged(final ObjValueEvent<ColorDef> event) {
					if (fTextChange == 0) {
						final HSVColorDef value = (HSVColorDef) event.newValue;
						final Double[] hsv = new Double[3];
						hsv[0] = Double.valueOf(value.getHue());
						hsv[1] = Double.valueOf(value.getSaturation());
						hsv[2] = Double.valueOf(value.getValue());
						for (int i = 0; i < 3; i++) {
							fHSVText[i].setValue(0, hsv[i]);
						}
						doSetColorValue(value);
					}
				}
			});
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull ' needs unchecked conversion to conform to '@NonNull IObjValueListener<@NonNull ColorDef>', corresponding supertype is 'IObjValueListener<ColorDef>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[400] 
	fSelector.setValue(0, value);
	                      ^^^^^
Null type safety (type annotations): The expression of type 'ColorDef' needs unchecked conversion to conform to '@NonNull ColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[71] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[105] 
	fcall.add(column.getRExpression());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[137] 
	return new RCharacter32Store(values, i);
	                             ^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[189] 
	final int idx= (int)this.availableValues.indexOf(value);
	                                                 ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[121] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
1755. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java (at line 155)
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[157] 
	new Transfer[] { TextTransfer.getInstance() });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field composite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field container may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field disableItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field filterPostListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field filterText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rDataTableListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[184] 
	public RDataFilterPage(final RDataEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scrollComposite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[194] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[206] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[247] 
	this.container= new VariableContainer(getSite(), this.scrollComposite);
	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[331] 
	this.rDataTableListener= null;
	                         ^^^^
Null type mismatch: required '@NonNull RDataTableListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[335] 
	this.filterPostListener= null;
	                         ^^^^
Null type mismatch: required '@NonNull FilterListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[87] 
	TextFilterClient.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[93] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[119] 
	values.add(value);
	           ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[122] 
	TextFilterClient.this.filter.removeValues(values);
	                                          ^^^^^^
Null type mismatch (type annotations): required '@NonNull Collection<@Nullable String>' but this expression has type 'List<@NonNull String>', corresponding supertype is 'Collection<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[177] 
	this.valueListMenuManager= null;
	                           ^^^^
Null type mismatch: required '@NonNull MenuManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[181] 
	this.valueListHandlers= null;
	                        ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[266] 
	handlers.addActivate(SELECT_ALL_COMMAND_ID, handler);
	                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextFilterClient.java:[301] 
	this.valueListMenuManager.createContextMenu(this.valueListViewer.getControl()) );
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Control'
1777. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java (at line 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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java:[220] 
	scope.getNode(RRunDebugPreferenceConstants.PREF_R_CONNECTOR.getQualifier())
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java:[227] 
	scope.getNode(RRunDebugPreferenceConstants.CAT_CODELAUNCH_CONTENTHANDLER_QUALIFIER)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNode(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1784. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java (at line 104)
	private final IWorkbenchPart3 fPart;
	                              ^^^^^
The value of the field EnrichedRHelpContext.Provider.fPart is not used
1785. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java (at line 105)
	private final ISourceViewer fSourceViewer;
	                            ^^^^^^^^^^^^^
The value of the field EnrichedRHelpContext.Provider.fSourceViewer is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[209] 
	resources.addAll(Arrays.asList(fRelatedTopics));
	                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IHelpResource[]' needs unchecked conversion to conform to 'IHelpResource @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
1794. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java (at line 183)
	children= new SortedArraySet<>(NO_ELEMENTS, new LevelComparator());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull SortedArraySet<@NonNull Object>' is made accessible using the less-annotated type 'SortedListSet<Object>', corresponding supertype is 'SortedListSet<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[227] 
	this.rCodeScanner= new RHelpRCodeScanner(RUIPlugin.getInstance().getEditorPreferenceStore());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPreferenceStore' needs unchecked conversion to conform to '@NonNull IPreferenceStore'
1800. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java (at line 280)
	return EPreferences.getInstancePrefs().getPreferenceValue(
				RHelpPreferences.SHOW_INTERNAL_ENABLED_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
1801. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java (at line 313)
	final @Nullable IWorkbenchPart workbenchPart;
	                               ^^^^^^^^^^^^^
The value of the field Context.workbenchPart is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[327] 
	uiPart.getSite().getPage() : UIAccess.getActiveWorkbenchPage(true);
	^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[98] 
	return ImCollections.newList(array);
	                             ^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
1824. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java (at line 334)
	getControl().getShell(), keywords);
	                         ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull RHelpKeywordGroup>' is made accessible using the less-annotated type 'List<RHelpKeywordGroup>'
1825. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java (at line 385)
	getControl().getShell(), packages, currentPkgs);
	                         ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull RPkgHelp>' is made accessible using the less-annotated type 'List<RPkgHelp>'
1826. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java (at line 385)
	getControl().getShell(), packages, currentPkgs);
	                                   ^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull RPkgHelp>' is made accessible using the less-annotated type 'List<RPkgHelp>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[390] 
	Arrays.sort(result);
	            ^^^^^^
Null type safety (type annotations): The expression of type 'RPkgHelp[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
1828. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java (at line 440)
	this.keywordsInputControl.setItems(notNull(dialogSettings.getArray("keywords"))); //$NON-NLS-1$
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @Nullable[]' is made accessible using the less-annotated type 'String @Nullable[]'
1829. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java (at line 441)
	this.packagesInputControl.setItems(notNull(dialogSettings.getArray("packages"))); //$NON-NLS-1$
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @Nullable[]' is made accessible using the less-annotated type 'String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDoubleCommentAction.java:[109] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDoubleCommentAction.java:[110] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectContainerComposite.java:[148] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFileHyperlinkDetector.java:[127] 
	default:
	^^^^^^^
Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/CopyRElementHandler.java:[112] 
	new Transfer[] { TextTransfer.getInstance() } );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
1852. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java:[48] 
	CellConfigAttributes.DISPLAY_CONVERTER, cell.getDisplayMode(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<IDisplayConverter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<IDisplayConverter>'
1856. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java (at line 55)
	private final StringBuilder tempText= new StringBuilder();
	                            ^^^^^^^^
The value of the field RTextPainter.tempText is not used
1857. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java (at line 57)
	private String currentText;
	               ^^^^^^^^^^^
The value of the field RTextPainter.currentText is not used
1858. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java (at line 58)
	private int currentTextWidth;
	            ^^^^^^^^^^^^^^^^
The value of the field RTextPainter.currentTextWidth is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java:[111] 
	gc.setClipping(SwtUtils.toSWT(lRectangle).intersection(originalClipping));
	                              ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LRectangle' needs unchecked conversion to conform to '@NonNull LRectangle'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1861. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RTextStylesPreferencePage.java (at line 210)
	final Preference<String[]> pref= new StringArrayPref(RUI.BUNDLE_ID, key);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull StringArrayPref' is made accessible using the less-annotated type 'Preference<String @NonNull[]>', corresponding supertype is 'Preference<@NonNull String @NonNull[]>'
1862. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RTextStylesPreferencePage.java (at line 236)
	textStyles );
	^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull PreferenceStoreTextStyleManager<@NonNull TextAttribute>' is made accessible using the less-annotated type 'PreferenceStoreTextStyleManager<TextAttribute>'
1863. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RTextStylesPreferencePage.java (at line 240)
	return addListToTooltip(tooltip, RTerminal.textArray(listItems));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[42] 
	public String getModelTypeId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from SourceEditor1.getModelTypeId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[47] 
	protected SourceEditorViewerConfigurator createConfiguration() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceEditorViewerConfigurator' returned from SourceEditor1.createConfiguration() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[56] 
	public void createPartControl(final Composite parent) {
	                                    ^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[57] 
	super.createPartControl(parent);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[63] 
	protected void setupConfiguration(final IEditorInput newInput) {
	                                        ^^^^^^^^^^^^
Missing nullable annotation: inherited method from SourceEditor1 specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[69] 
	protected String[] collectContextMenuPreferencePages() {
	          ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from SourceEditor1.collectContextMenuPreferencePages() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAssistInvocationContext.java:[225] 
	tool= NicoUITools.getTool(editor.getWorkbenchPart());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPart' but this expression has type '@Nullable IWorkbenchPart'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAssistInvocationContext.java:[294] 
	node= getAstInfo().getRoot();
	      ^^^^^^^^^^^^
Potential null pointer access: The method getAstInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAssistInvocationContext.java:[625] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
1889. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
1893. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java (at line 132)
	final int lineOffset= lines.getStartOffset(lineNumber);
	                                           ^^^^^^^^^^
The expression of type Integer is unboxed into int
1894. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java (at line 133)
	lineElement= new LineElement<>(bestUnit, lineNumber, lineOffset,
	                                         ^^^^^^^^^^
The expression of type Integer is unboxed into int
1895. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java (at line 134)
	getContent(sourceContent, lineOffset, lines.getEndOffset(lineNumber)) );
	                                                         ^^^^^^^^^^
The expression of type Integer is unboxed into int
1896. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java (at line 131)
	RCodeLaunching.runRCodeDirect(lines, this.gotoConsole, null);
	                              ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[309] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[319] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[399] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[457] 
	final ISelection selection= this.linkedEditor.getShowInContext().getSelection();
	                                 ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[494] 
	if (!rNode.hasChildren()) {
	     ^^^^^
Potential null pointer access: The variable rNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[533] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[537] 
	&& RElementName.isPackageFacetScopeType(name.getScope().getType()) ) {
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[538] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[538] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[540] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[543] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[544] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[547] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[635] 
	&& this.linkedEditor == this.linkedEditor.getSite().getPage().getActiveEditor());
	                             ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[97] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[108] 
	workbenchPart.getSite().getService(IProgressService.class)
	^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[108] 
	workbenchPart.getSite().getService(IProgressService.class)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getService(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[111] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[160] 
	synchronized ((data.document instanceof ISynchronizable) ?
				((ISynchronizable) data.document).getLockObject() : data.document) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression may be null
1916. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java (at line 194)
	final ImList<RAstNode> nodes= RAsts.findDeepestCommands(data.ast.getRoot(),
				data.selection.getOffset(), data.selection.getOffset()+data.selection.getLength() );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RAstNode>' is made accessible using the less-annotated type 'ImList<RAstNode>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[213] 
	if (RAsts.hasErrors(node)) {
	                    ^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[140] 
	this.bodyEvenRowBackgroundColor, 0.20f );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[146] 
	this.headerBackgroundColor, 0.25f );
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[150] 
	this.bodyGridColor,
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[151] 
	this.headerBackgroundColor, 0.25f );
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[226] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPropertyChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[263] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.baseCellPainter);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[264] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[265] 
	configRegistry.registerAttribute(GridStyling.GRID_LINE_COLOR, this.bodyGridColor);
	                                                              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[267] 
	configRegistry.registerAttribute(LayoutSizeConfig.CONFIG, this.baseSizeConfig);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayoutSizeConfig>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayoutSizeConfig>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[281] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[283] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.headerCellPainter,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[285] 
	configRegistry.registerAttribute(GridStyling.GRID_LINE_COLOR, this.headerGridColor,
	                                                              ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[298] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[300] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.headerCellPainter,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[303] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[305] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.headerCornerCellPainter,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[318] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[320] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.headerCellPainter,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[333] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[335] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER, this.headerCellPainter,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[347] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[356] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[364] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[373] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[379] 
	new BorderStyle(2, this.bodyForegroundColor, LineStyle.SOLID, -1) );
	                   ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Color' needs unchecked conversion to conform to '@NonNull Color'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[380] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[383] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[393] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[395] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[397] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[408] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[410] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_STYLE, cellStyle,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Style>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Style>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[416] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[419] 
	configRegistry.registerAttribute(CellConfigAttributes.CELL_PAINTER,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<LayerCellPainter>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<LayerCellPainter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[426] 
	configRegistry.registerAttribute(IFreezeConfigAttributes.SEPARATOR_COLOR,
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ConfigAttribute<Color>' needs unchecked conversion to conform to '@NonNull ConfigAttribute<Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[433] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'Runnable' needs unchecked conversion to conform to '@NonNull Runnable'
1954. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRFileCreationWizardPage.java (at line 60)
	final ImList<BuildpathElement> buildpath= rProject.getRawBuildpath();
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull BuildpathElement>' is made accessible using the less-annotated type 'ImList<BuildpathElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[128] 
	public REditor() {
	       ^^^^^^^^^
The @NonNull field helpContextProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[179] 
	return RUIPlugin.getInstance().getImageRegistry().get(RUI.IMG_OBJ_R_SCRIPT);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[188] 
	this.helpContextProvider= RUIHelp.createEnrichedRHelpContextProvider(this, IRUIHelpContextIds.R_EDITOR);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IContextProvider' needs unchecked conversion to conform to '@NonNull IContextProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[189] 
	viewer.getTextWidget().addHelpListener(new HelpListener() {
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[191] 
	public void helpRequested(final HelpEvent e) {
	                                ^^^^^^^^^
Illegal redefinition of parameter e, inherited method from HelpListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[215] 
	return this.rConfig.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.8.x-r/statet/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
1962. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
1963. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFormatterConverter.java (at line 51)
	return String.class;
	       ^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull String>' is made accessible using the less-annotated type '@NonNull Class<String>'
1964. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/rd/RdFastPartitionScanner.java (at line 61)
	private final Map<State, IToken> fTokens = new EnumMap<>(State.class);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumMap<RdFastPartitionScanner.@NonNull State,IToken>' is made accessible using the less-annotated type 'Map<RdFastPartitionScanner.State,IToken>', corresponding supertype is 'Map<RdFastPartitionScanner.@NonNull State,IToken>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/rd/RdFastPartitionScanner.java:[74] 
	public void setRange(final IDocument document, final int offset, final int length) {
	                           ^^^^^^^^^
Missing non-null annotation: inherited method from ITokenScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/REnvLabelProvider.java:[52] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/REnvLabelProvider.java:[73] 
	super.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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[67] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[74] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[89] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[98] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[106] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[114] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[156] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[165] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[173] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[181] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[336] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/AdvancedInfoHoverConfigurationPage.java:[37] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionHandler.java:[74] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionHandler.java:[89] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionHandler.java:[95] 
	fModelUtil.getSourceCodeStringedTogether(elements, null) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
2016. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionHandler.java (at line 97)
	RCodeLaunching.runRCodeDirect(lines, fGotoConsole, null);
	                              ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[173] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[197] 
	final DataBindingSupport databinding= new DataBindingSupport(parent);
	                                                             ^^^^^^
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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[225] 
	protected void createButtonsForButtonBar(final Composite parent) {
	                                               ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[226] 
	createButton(parent, INSTFILE_ID, "Install from file...", false);
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[227] 
	createButton(parent, 99, "", false).setVisible(false); //$NON-NLS-1$
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[228] 
	this.applyButton= createButton(parent, APPLY_ID, "&Apply", false);
	                               ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[230] 
	createButton(parent, IDialogConstants.OK_ID, IDialogConstants.CLOSE_LABEL, true);
	             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[356] 
	getButton(IDialogConstants.OK_ID).setEnabled(apply);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[357] 
	getButton(APPLY_ID).setEnabled(apply);
	^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getButton(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[66] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[116] 
	if (repo.getPkgType() != null) {
	    ^^^^
Potential null pointer access: The variable repo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[119] 
	sb.append(repo.getPkgType().getLabel());
	          ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getPkgType() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoLabelProvider.java:[28] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from StyledCellLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[80] 
	public void partBroughtToTop(final IWorkbenchPart part) {
	                                   ^^^^^^^^^^^^^^
Illegal redefinition of parameter part, inherited method from IPartListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[146] 
	public RDataEditor() {
	       ^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[146] 
	public RDataEditor() {
	       ^^^^^^^^^^^^^
The @NonNull field viewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[167] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[194] 
	if (input == null) {
			throw new NullPointerException("input");
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[73] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[91] 
	label.setText(Messages.RenameInWorkspace_Wizard_VariableName_label);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[86] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfiguration.java:[100] 
	new CommentScanner(textStyles, COMMENT, TASK_TAG, this.fRCoreAccess.getPrefs()) );
	                   ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfiguration.java:[102] 
	new SingleTokenScanner(textStyles, PLATFORM_SPECIF ) );
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field indentBlockDepth may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field indentGroupDepth may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field indentWrappedCommandDepth may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field model may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nlFDefBodyBlockBefore may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field operators may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[97] 
	public RCodeStylePreferenceBlock(final IProject project, final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field stdIndentSettings may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[135] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[296] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[95] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[95] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[96] 
	final Composite area= new Composite(parent, SWT.NONE);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[166] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ExtStatusDialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
2097. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java (at line 190)
	WidgetProperties.buttonSelection()
						.observe(this.indexDirectorySelectionControl);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
2099. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java (at line 193)
	WidgetProperties.buttonSelection()
						.observe(this.indexServerSelectionControl);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[79] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[134] 
	final Shell shell= context.getSourceViewer().getTextWidget().getShell();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[172] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[319] 
	&& replacementName.getSegmentName().endsWith("<-"); //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[323] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[323] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[329] 
	elementName.getSegmentName() :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[333] 
	if (replacement.length() == elementName.getSegmentName().length() 
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[338] 
	replacement.insert(elementName.getSegmentName().length(), '`');
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[376] 
	final var parameters= rMethod.getParameters();
	                      ^^^^^^^
Potential null pointer access: The variable rMethod may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[457] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[501] 
	scope= element.getModelParent().getElementName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[54] 
	private final @NonNull LRange[] indexRanges= new org.eclipse.statet.ecommons.waltable.core.coordinate.LRange[2];
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LRange[]' needs unchecked conversion to conform to '@NonNull LRange @NonNull[]'
2121. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java (at line 81)
	this.handleTemporaryProblems = access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
2122. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java (at line 97)
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[134] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[138] 
	if (su == null) {
			return null;
		}
	                ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[145] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[160] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/AdvancedContentAssistConfigurationPage.java:[37] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
2136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/OpenRElementHyperlink.java (at line 82)
	final List<SourceElement> list= RModel.searchDeclaration(this.access, this.su);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull SourceElement>' is made accessible using the less-annotated type 'List<SourceElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPart' but this expression has type '@Nullable IWorkbenchPart'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[65] 
	public void load(final PreferenceAccess prefs) {
	                       ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter prefs, inherited method from AbstractPreferencesModelObject does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[85] 
	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)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[86] 
	return map;
	       ^^^
Null type safety (type annotations): The expression of type 'Map<@NonNull Preference<?>,@NonNull Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
2144. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java (at line 90)
	final Preference<String[]> pref= new StringArrayPref(RUI.BUNDLE_ID, key);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull StringArrayPref' is made accessible using the less-annotated type 'Preference<String @NonNull[]>', corresponding supertype is 'Preference<@NonNull String @NonNull[]>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[91] 
	return prefs.getPreferenceValue(pref);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/rd/RdCodeScanner.java:[59] 
	protected void createRules(final List<IRule> rules) {
	                                 ^^^^
Missing non-null annotation: inherited method from AbstractRuleBasedScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
2149 problems (0 errors, 1990 warnings, 159 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.ui ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.console.ui >--------
[INFO] Building [bundle] StatET R - Console - UI  (Incubation) 4.8.0.202308171800-r [113/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.console.ui ---
[INFO] Resolving class path of [bundle] StatET R - Console - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.console.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.console.ui ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/launching/RConsoleLaunching.java:[128] 
	controller.addCommandHandler(EclipseIDEOperationsHandler.OPEN_FILE_COMMAND_OLD_ID, handler);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
The field EclipseIDEOperationsHandler.OPEN_FILE_COMMAND_OLD_ID is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/launching/RConsoleLaunching.java:[133] 
	controller.addCommandHandler(ShowRElementCommandHandler.SHOW_ELEMENT_COMMAND_OLD_ID, handler);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field ShowRElementCommandHandler.SHOW_ELEMENT_COMMAND_OLD_ID is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/launching/RConsoleLaunching.java:[143] 
	controller.addCommandHandler(RHelpUICommandHandler.SHOW_HELP_COMMAND_OLD_ID, handler);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The field RHelpUICommandHandler.SHOW_HELP_COMMAND_OLD_ID is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[136] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[160] 
	sb.append(' ').append(data.resourcePathAbsolute.toOSString());
	                           ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
18. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java (at line 166)
	final IProcess process= DebugPlugin.newProcess(launch, p, processName, processAttributes);
	                                                                       ^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[209] 
	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>'
20. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java (at line 209)
	command.addAll(0, rEnvConfig.getExecCommand(arg1, EnumSet.of(Exec.CMD, Exec.TERM)));
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<IREnvConfiguration.@NonNull Exec>' is made accessible using the less-annotated type 'Set<IREnvConfiguration.Exec>', corresponding supertype is 'Set<IREnvConfiguration.@NonNull Exec>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[226] 
	LaunchUtils.getProcessArguments(configuration, RCmdLaunching.R_CMD_OPTIONS_ATTR_NAME) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[245] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[123] 
	UIAccess.getActiveWorkbenchPage(true) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[131] 
	final IConsoleView consoleView = NicoUITools.getConsoleView(console, session.getPage());
	                                                                     ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPage' but this expression has type '@Nullable IWorkbenchPage'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[153] 
	gc.setFont(viewer.getTextWidget().getFont());
	           ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[156] 
	final int clientWidth = viewer.getTextWidget().getClientArea().width;
	                        ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[121] 
	public RJEngineLaunchDelegate(final String address, final boolean requireCodebase,
			final IREnvConfiguration rEnvConfig) throws CoreException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field monitor may not have been initialized
37. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java (at line 139)
	this.serverREnv= new LocalREnv(Paths.get(this.rEnvConfig.getRHomeDirectory()), rLibPaths);
	                                                                               ^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull Path>' is made accessible using the less-annotated type 'List<Path>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[161] 
	final ILaunch launch, final @Nullable IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^
Illegal redefinition of parameter launch, inherited method from JavaLaunchDelegate does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[173] 
	return URIUtil.toPath(workingDirectory.toURI());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPath' but this expression has type '@Nullable IPath'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[222] 
	additional, this.rEnvConfig.getEnvironmentsVariables() );
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[242] 
	envp.put(this.libPreloadVar, value);
	         ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[266] 
	classpath.addAll(ImCollections.newList(super.getClasspath(configuration)));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getClasspath(ILaunchConfiguration) from the type AbstractJavaLaunchConfigurationDelegate is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[267] 
	return classpath.toArray(new @NonNull String[classpath.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[296] 
	final List<BundleEntry> rjLibs= this.serverContext.resolveBundles(this.codebaseLibs);
	                                                                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull List<@NonNull BundleSpec>' but this expression has type '@Nullable List<@NonNull BundleSpec>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/AdvancedContentAssistConfigurationPage.java:[37] 
	protected ConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 'RSourceEditor' needs unchecked conversion to conform to '@NonNull RSourceEditor'
61. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java (at line 62)
	private final NIConsolePage page;
	                            ^^^^
The value of the field RInputConfigurator.page is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[76] 
	public RConsole getConsole() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull NIConsole' returned from NIConsolePage.getConsole() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[81] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[82] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[86] 
	protected RInputConfigurator createInputEditorConfigurator() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceEditorViewerConfigurator' returned from NIConsolePage.createInputEditorConfigurator() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[91] 
	protected RConsoleEditor createInputEditor() {
	          ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConsolePageEditor' returned from NIConsolePage.createInputEditor() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[96] 
	protected void initActions(final IServiceLocator serviceLocator, final HandlerCollection handlers) {
	                                 ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[96] 
	protected void initActions(final IServiceLocator serviceLocator, final HandlerCollection handlers) {
	                                                                       ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[97] 
	super.initActions(serviceLocator, 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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[97] 
	super.initActions(serviceLocator, 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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[104] 
	getInputEditor().getViewer().getTextWidget().addHelpListener(new HelpListener() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTextWidget() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[113] 
	protected void contributeToActionBars(final IServiceLocator serviceLocator,
	                                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[114] 
	final IActionBars actionBars, final HandlerCollection handlers) {
	      ^^^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[114] 
	final IActionBars actionBars, final HandlerCollection handlers) {
	                                    ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[115] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[205] 
	protected void fillOutputContextMenu(final IMenuManager menuManager) {
	                                           ^^^^^^^^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[208] 
	super.fillOutputContextMenu(menuManager);
	                            ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IMenuManager' needs unchecked conversion to conform to '@NonNull IMenuManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[220] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[227] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[227] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[231] 
	protected void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                           ^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[231] 
	protected void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                       ^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[232] 
	super.handleSettingsChanged(groupIds, options);
	                            ^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[232] 
	super.handleSettingsChanged(groupIds, options);
	                                      ^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[243] 
	protected void collectContextMenuPreferencePages(final List<String> pageIds) {
	                                                       ^^^^
Missing non-null annotation: inherited method from NIConsolePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[244] 
	super.collectContextMenuPreferencePages(pageIds);
	                                        ^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[64] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[64] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[65] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[65] 
	final ILaunch launch, final IProgressMonitor monitor)
	                            ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
99. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java (at line 93)
	final Map<String, String> envp= builder.environment();
	                                ^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[94] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[94] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[94] 
	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>'
103. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java (at line 96)
	final List<String> cmdLine= builder.command();
	                            ^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[97] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[107] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[142] 
	process.setAttribute(IProcess.ATTR_CMDLINE, ProcessUtils.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[153] 
	NicoUITools.startConsoleLazy(console, page,
	                                      ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[120] 
	this.templatesContextTypeRegistry.addContextType(new RSnippetTemplateContextType());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[165] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[189] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[191] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[191] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[191] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[206] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[208] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[220] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[242] 
	UIAccess.getDisplay().asyncExec(this.lastSnippetRunnable);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[255] 
	final var lines= StringUtils.linesToList(snippet);
	                                         ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
119. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java (at line 257)
	RCodeLaunching.runRCodeDirect(lines, false, null);
	                              ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBAutoEnabledControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBEnabledControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBEnvsChildrenControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBListsChildrenControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field pagerByStatetControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field pinControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field rDbgExtControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field rGraphicsByStatetControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field rHelpByStatetControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field startupSnippetEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field trackingButtons may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[148] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field trackingTable may not have been initialized
135. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 150)
	this.pinValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                          ^^^^^
The expression of type boolean is boxed into Boolean
136. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 154)
	this.rHelpByStatetValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                    ^^^^^
The expression of type boolean is boxed into Boolean
137. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 155)
	this.pagerByStatetValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                    ^^^^^
The expression of type boolean is boxed into Boolean
138. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 156)
	this.rGraphicsByStatetValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                        ^^^^^
The expression of type boolean is boxed into Boolean
139. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 157)
	this.rDbgExtValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                              ^^^^^
The expression of type boolean is boxed into Boolean
140. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 158)
	this.objectDBEnabledValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                      ^^^^^
The expression of type boolean is boxed into Boolean
141. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 159)
	this.objectDBAutoEnabledValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                          ^^^^^
The expression of type boolean is boxed into Boolean
142. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 160)
	this.objectDBListsChildrenValue= new WritableValue<>(realm, 100000, Integer.TYPE);
	                                                            ^^^^^^
The expression of type int is boxed into Integer
143. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 161)
	this.objectDBEnvsChildrenValue= new WritableValue<>(realm, 100000, Integer.TYPE);
	                                                           ^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[250] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[266] 
	item= new TrackingConfiguration(item.getId(), item);
	                                ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[270] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[305] 
	gd.heightHint= LayoutUtils.hintHeight(this.startupSnippetEditor.getSourceViewer().getTextWidget(), 8);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[435] 
	new DataAdapter.ListAdapter<>(this.trackingList, null) {
	                                                 ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable TrackingConfiguration>' but the provided value is null
149. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 457)
	this.pinValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_PIN_CONSOLE,
				false ));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
150. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 461)
	this.rHelpByStatetValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RHELP_ENABLED,
				true ));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
151. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 464)
	this.pagerByStatetValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RHELP_ENABLED,
				true ));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
152. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 467)
	this.rGraphicsByStatetValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RGRAPHICS_ASDEFAULT,
				true ));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
153. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 470)
	this.rDbgExtValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RDBGEXT_ENABLED,
				true ));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
154. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 478)
	this.objectDBEnabledValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_ENABLED,
				true ));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
155. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 482)
	this.objectDBAutoEnabledValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_AUTOREFRESH_ENABLED,
				true ));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
156. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 485)
	this.objectDBListsChildrenValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH,
				200000 ));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
157. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 488)
	this.objectDBEnvsChildrenValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH,
				20000 ));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
158. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 583)
	configuration.setAttribute(TRACKING_IDS, trackingIds);
	                                         ^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
159. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 592)
	configuration.setAttribute(TRACKING_ENABLED_IDS, trackingIds);
	                                                 ^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[101] 
	protected void fillToolMenu(final Menu menu) {
	                                  ^^^^
Illegal redefinition of parameter menu, inherited method from InputArgumentsComposite does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[137] 
	public RConsoleMainTab() {
	       ^^^^^^^^^^^^^^^^^
The @NonNull field argumentsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[137] 
	public RConsoleMainTab() {
	       ^^^^^^^^^^^^^^^^^
The @NonNull field configCache may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[137] 
	public RConsoleMainTab() {
	       ^^^^^^^^^^^^^^^^^
The @NonNull field helpItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[137] 
	public RConsoleMainTab() {
	       ^^^^^^^^^^^^^^^^^
The @NonNull field rEnvTab may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[137] 
	public RConsoleMainTab() {
	       ^^^^^^^^^^^^^^^^^
The @NonNull field typesCombo may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[137] 
	public RConsoleMainTab() {
	       ^^^^^^^^^^^^^^^^^
The @NonNull field workingDirectoryControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[173] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[196] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[228] 
	for (final ILaunchConfigurationTab tab : getLaunchConfigurationDialog().getTabs()) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[228] 
	for (final ILaunchConfigurationTab tab : getLaunchConfigurationDialog().getTabs()) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTabs() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[279] 
	if (getLaunchConfigurationDialog().getMode().equals(ILaunchManager.DEBUG_MODE)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[294] 
	new UpdateValueStrategy<RConsoleType, RConsoleType>()
								.setAfterGetValidator(typeValidator) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@Nullable UpdateValueStrategy<? super @Nullable RConsoleType,? extends @NonNull RConsoleType>' but this expression has type 'UpdateValueStrategy<@NonNull RConsoleType,@NonNull RConsoleType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[301] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[306] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[310] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[359] 
	this.workingDirectoryValue.setValue(wd);
	                                    ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[408] 
	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 @NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[415] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[417] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[117] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[117] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[120] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[123] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[123] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[124] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[151] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[152] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[176] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[182] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[193] 
	public void widgetDefaultSelected(final SelectionEvent e) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[236] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[241] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[246] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[251] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[272] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[272] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[285] 
	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'
211. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java (at line 299)
	this.checker.getNewPackageCount(), this.checker.getChangedPackageCount());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
212. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java (at line 299)
	this.checker.getNewPackageCount(), this.checker.getChangedPackageCount());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[72] 
	final String toolPath= r.getWorkspaceData().toToolPath(this.workingDir);
	                                                       ^^^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[196] 
	final Composite mainComposite= new Composite(parent, SWT.NONE);
	                                             ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[265] 
	this.helpButton.setText(Messages.MainTab_RunHelp_label);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
262. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java (at line 467)
	cmdLine.addAll(0, renv.getExecCommand(arg1, EnumSet.of(Exec.CMD)));
	                                            ^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull EnumSet<IREnvConfiguration.@NonNull Exec>' is made accessible using the less-annotated type 'Set<IREnvConfiguration.Exec>', corresponding supertype is 'Set<IREnvConfiguration.@NonNull Exec>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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>'
264. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java (at line 473)
	final Map<String, String> envp= processBuilder.environment();
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull String>' is made accessible using the less-annotated type 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/RConsole.java:[56] 
	this.prefs= NicoCore.getInstanceConsolePreferences();
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'PreferenceAccess' needs unchecked conversion to conform to '@NonNull PreferenceAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/RConsole.java:[83] 
	return getProcess().getREnv();
	       ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull REnv' but this expression has type '@Nullable REnv'
271. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java (at line 150)
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[197] 
	final String username= r.info.getUsername(ServerInfo.USER_OWNER).toLowerCase();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getUsername(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[206] 
	return this.mapping.keySet().toArray();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[226] 
	return (list != null) ? list.toArray() : new Object[0];
	                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[228] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull Object @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[252] 
	public @Nullable Font getToolTipFont(final Object element) {
	                                           ^^^^^^
Illegal redefinition of parameter element, inherited method from CellLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[260] 
	public @Nullable String getToolTipText(final Object element) {
	                                             ^^^^^^
Illegal redefinition of parameter element, inherited method from CellLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[332] 
	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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleSourceUnit.java:[29] 
	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.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleSourceUnit.java:[50] 
	RUIPlugin.getInstance().getRDocumentProvider() ) {
	^^^^^^^^^
Discouraged access: The type 'RUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleSourceUnit.java:[50] 
	RUIPlugin.getInstance().getRDocumentProvider() ) {
	          ^^^^^^^^^^^
Discouraged access: The method 'RUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleSourceUnit.java:[50] 
	RUIPlugin.getInstance().getRDocumentProvider() ) {
	                        ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RUIPlugin.getRDocumentProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleSourceUnit.java:[66] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[123] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[128] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[133] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[138] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[146] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[146] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[151] 
	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 Version'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[152] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[155] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[159] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[167] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[170] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[181] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[186] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[192] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[243] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[243] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[244] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[244] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[245] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[257] 
	{	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[257] 
	{	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[258] 
	trackingConfigs= new ArrayList<>(trackingIds.size());
	                                 ^^^^^^^^^^^
Potential null pointer access: The variable trackingIds may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[325] 
	rmiAddress.getAddress(), requireCodebase, rEnv);
	                                          ^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration' needs unchecked conversion to conform to '@NonNull IREnvConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[329] 
	engineLaunchDelegate.launch(configuration, mode, launch, m.newChild(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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[329] 
	engineLaunchDelegate.launch(configuration, mode, launch, m.newChild(10));
	                                                 ^^^^^^
Null type safety (type annotations): The expression of type 'ILaunch' needs unchecked conversion to conform to '@NonNull ILaunch'
310. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 411)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
311. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 413)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
312. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 414)
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[431] 
	NicoUITools.startConsoleLazy(console, page, 
	                                      ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[103] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[103] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[112] 
	final RMIAddress rmiAddress= RMIAddress.parse(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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[142] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
318. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 184)
	this.sshTunnelValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[191] 
	protected ImList<RConsoleType> loadTypes() {
	          ^^^^^^
The return type is incompatible with '@NonNull ImList<@NonNull RConsoleType>' returned from RConsoleMainTab.loadTypes() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[201] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[203] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[218] 
	protected Composite createTypeDetailGroup(final Composite parent) {
	                                                ^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[245] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[248] 
	RRemoteConsoleMainTab.this.remoteEngineSelectionDialog= new RRemoteConsoleSelectionDialog(getShell(), false);
	                                                                                          ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Shell' but this expression has type '@Nullable Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[278] 
	public RMIClientSocketFactory getSocketFactory(
	       ^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RMIClientSocketFactory' returned from RRemoteConsoleSelectionDialog.SpecialAddress.getSocketFactory(ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[279] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RRemoteConsoleSelectionDialog.SpecialAddress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[280] 
	final var session= RjsUtil.getRemoteSession(remoteTarget, 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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[296] 
	RRemoteConsoleMainTab.this.remoteEngineSelectionDialog.setUser(userName);
	                                                               ^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[319] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[336] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[386] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[421] 
	protected void createFooter(final Composite composite) {
	                                  ^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[429] 
	public void widgetSelected(final SelectionEvent e) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[440] 
	protected void addBindings(final DataBindingContext dbc) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[441] 
	super.addBindings(dbc);
	                  ^^^
Null type safety (type annotations): The expression of type 'DataBindingContext' needs unchecked conversion to conform to '@NonNull DataBindingContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[466] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[471] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[475] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[476] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[480] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[481] 
	this.sshPortValue,
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Integer>' needs unchecked conversion to conform to '@NonNull IObservableValue<Integer>'
342. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 483)
	.setAfterGetValidator(new IntegerValidator(0, 65535, true,
								"Invalid SSH port number specified (0-65535)." )),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IntegerValidator' is made accessible using the less-annotated type 'IValidator<? super String>', corresponding supertype is 'IValidator<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[488] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[489] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[493] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[494] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[498] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[499] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[501] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[502] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[503] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[510] 
	protected void updateType(final RConsoleType type) {
	                                ^^^^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[512] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[514] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[516] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[517] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[520] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[522] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[524] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[525] 
	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>'
361. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 534)
	RRemoteConsoleMainTab.this.sshPortValue.setValue(SSH_DEFAULT_PORT.get());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[543] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[545] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[547] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[548] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[554] 
	public void setDefaults(final ILaunchConfigurationWorkingCopy configuration) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[555] 
	super.setDefaults(configuration);
	                  ^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[560] 
	protected void doInitialize(final ILaunchConfiguration configuration) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[561] 
	super.doInitialize(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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[563] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[567] 
	this.userValue.setValue(readAttribute(configuration,
	                                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
372. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 571)
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[571] 
	this.sshPortValue.setValue(readAttribute(configuration,
	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
374. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 575)
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[575] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[579] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[585] 
	protected void doSave(final ILaunchConfigurationWorkingCopy configuration) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[586] 
	super.doSave(configuration);
	             ^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleEditor.java:[61] 
	public RCoreAccess getRCoreAccess() {
	       ^^^^^^^^^^^
The return type is incompatible with '@NonNull RCoreAccess' returned from RSourceEditor.getRCoreAccess() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleEditor.java:[105] 
	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
385. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 139)
	private static final Preference<String> DEFAULT_COMMAND_PATH= new StringPref(
			RRunDebugPreferenceConstants.CAT_RREMOTE_LAUNCHING_QUALIFIER,
			"rj.startupscript.path"); //$NON-NLS-1$
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull StringPref' is made accessible using the less-annotated type 'Preference<String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[144] 
	String path= EPreferences.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[171] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[171] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[171] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[172] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[194] 
	final RRemoteConsoleSelectionDialog dialog= new RRemoteConsoleSelectionDialog(null, true);
	                                                                              ^^^^
Null type mismatch: required '@NonNull Shell' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[195] 
	dialog.setUser(username);
	               ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[205] 
	launchRjsJriRemote(new OverlayLaunchConfiguration(configuration, map), mode, launch, monitor);
	                                                                 ^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[221] 
	final ProgressMonitor m= LaunchUtils.initProgressMonitorS(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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[221] 
	final ProgressMonitor m= LaunchUtils.initProgressMonitorS(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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[242] 
	{	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[242] 
	{	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[243] 
	trackingConfigs= new ArrayList<>(trackingIds.size());
	                                 ^^^^^^^^^^^
Potential null pointer access: The variable trackingIds may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[262] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[262] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[262] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[310] 
	throw new CoreException(validator.getStatus());
	                        ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
403. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 341)
	connectionInfo.put(LOGIN_USERNAME_FORCE_DATA_KEY, true);
	                                                  ^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[354] 
	socketFactory= RjsUtil.createRMIOverSshClientSocketFactory(remoteClientSession);
	                                                           ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RemoteClientSession' needs unchecked conversion to conform to '@NonNull RemoteClientSession'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[384] 
	final Shell shell= page.getWorkbenchWindow().getShell();
	                   ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[440] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[470] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[490] 
	RjsUtil.startRemoteServerOverSsh(remoteClientSession, command, envp, m.newSubMonitor(5));
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RemoteClientSession' needs unchecked conversion to conform to '@NonNull RemoteClientSession'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[490] 
	RjsUtil.startRemoteServerOverSsh(remoteClientSession, command, envp, m.newSubMonitor(5));
	                                                               ^^^^
Null type safety (type annotations): The expression of type 'Hashtable<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>', corresponding supertype is 'Map<String,String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[502] 
	socketFactory= RjsUtil.createRMIOverSshClientSocketFactory(remoteClientSession);
	                                                           ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RemoteClientSession' needs unchecked conversion to conform to '@NonNull RemoteClientSession'
411. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 579)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
412. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 581)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
413. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 582)
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[594] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[596] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[616] 
	NicoUITools.startConsoleLazy(console, page,
	                                      ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[628] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[637] 
	RjsUtil.getRemoteTarget(new BasicToolCommandData(connectionInfo)),
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[84] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[103] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[133] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[158] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[170] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[109] 
	EPreferences.getInstancePrefs().addPreferenceSetListener(this, ExtJavaJRETab.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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[122] 
	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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[124] 
	tabHolder.setLayoutData(new GridData(SWT.FILL, SWT.FILL, false, false, layout.numColumns, 1));
	                                                                       ^^^^^^
Potential null pointer access: The variable layout may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[140] 
	public void modifyText(final ModifyEvent e) {
	                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ModifyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[146] 
	note.setText(this.vmArgsControl.getNoteText());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[168] 
	tabHolder.getParent().layout(new Control[] { tabHolder });
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[168] 
	tabHolder.getParent().layout(new Control[] { tabHolder });
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[172] 
	public void onPreferenceChanged(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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[181] 
	&& 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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[182] 
	getLaunchConfigurationDialog().updateMessage();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[183] 
	getLaunchConfigurationDialog().updateButtons();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
435. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 238)
	vmJavaVersion.feature(), MIN_JAVA_FEATURE ));
	^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
436. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 238)
	vmJavaVersion.feature(), MIN_JAVA_FEATURE ));
	                         ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
437. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 252)
	rBits, vmBits ));
	^^^^^
The expression of type int is boxed into Integer
438. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 252)
	rBits, vmBits ));
	       ^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[287] 
	getLaunchConfigurationDialog().run(true, true, new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[289] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[105] 
	final Composite container = new Composite(parent, SWT.NONE);
	                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 Plugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetPreferencePage.java:[72] 
	protected CodeTemplateConfigurationBlock createConfigurationBlock() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ConfigurationBlock' returned from ConfigurationBlockPreferencePage.createConfigurationBlock() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
469 problems (0 errors, 420 warnings, 49 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.console.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.console.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.console.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.console.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.console.ui ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.console.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.console.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.console.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.debug.core >--------
[INFO] Building [bundle] StatET R - Debug - Core  (Incubation) 4.8.0.202308171800-r [114/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.debug.core ---
[INFO] Resolving class path of [bundle] StatET R - Debug - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.debug.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.debug.core ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/REnvLibraryPathSourceContainerTypeDelegate.java:[62] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull ISourceContainer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RProjectSourceContainerTypeDelegate.java:[55] 
	return new RProjectSourceContainer(project, false);
	                                   ^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RProjectSourceContainerTypeDelegate.java:[60] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull ISourceContainer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[192] 
	this.frame.setPositionResolver(this.currentContext, this);
	                               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FrameContext' needs unchecked conversion to conform to '@NonNull FrameContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[226] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[226] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[226] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[249] 
	if (context.getFileName() != null) {
	    ^^^^^^^
Potential null pointer access: The variable context may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[291] 
	fileStore= process.getWorkspaceData().toFileStore(data.context.getFileName());
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[363] 
	fileUri.toString() ), e ));
	^^^^^^^
Potential null pointer access: The variable fileUri may be null at this location
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 459)
	data.context.getSourceType() ), e));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
12. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 472)
	data.context.getSourceType(), data.context.getFileName() ), null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
13. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 477)
	data.context.getSourceType(), data.context.getFileName() ), null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[494] 
	match.install();
	^^^^^
Potential null pointer access: The variable match may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[497] 
	data.frame.setPositionResolver(data.context, null);
	                               ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FrameContext' needs unchecked conversion to conform to '@NonNull FrameContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[497] 
	data.frame.setPositionResolver(data.context, null);
	                                             ^^^^
Null type mismatch: required 'RStackFrameImpl.@NonNull PositionResolver' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[499] 
	return matches.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[544] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[544] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[553] 
	final Object element= ((RSourceContainer)containers[i]).findSourceElement(fileUri, fileInWorkspace);
	                                                                                   ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFile[]' needs unchecked conversion to conform to 'IFile @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[584] 
	((RSourceContainer)containers[i]).findSourceElement(path, elements);
	                                                    ^^^^
Null type mismatch: required '@NonNull IPath' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[610] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[610] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[612] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[612] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[633] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[706] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[762] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[783] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[803] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[805] 
	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.8.x-r/statet/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.8.x-r/statet/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
34. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/RDebugCorePlugin.java (at line 58)
	private boolean started;
	                ^^^^^^^
The value of the field RDebugCorePlugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRVariable.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRVariable.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugElement.java:[45] 
	return (RDebugTargetImpl)super.getDebugTarget();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDebugTargetImpl' needs unchecked conversion to conform to '@NonNull RDebugTargetImpl'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/EvaluationResult.java:[50] 
	private final @Nullable ImList<@NonNull String> errorMessages;
	                               ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/EvaluationResult.java:[121] 
	public @Nullable ImList<@NonNull String> getMessages() {
	                        ^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[228] 
	public RMainThread(final RDebugTargetImpl target, final AbstractRDbgController controller,
			final String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field envItems may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[228] 
	public RMainThread(final RDebugTargetImpl target, final AbstractRDbgController controller,
			final String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field frames may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[445] 
	&& prevFrame.update(stamp, dbgFrame, handle, call, fileName, breakpoint)) {
	                                             ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[445] 
	&& prevFrame.update(stamp, dbgFrame, handle, call, fileName, breakpoint)) {
	                                                   ^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[445] 
	&& prevFrame.update(stamp, dbgFrame, handle, call, fileName, breakpoint)) {
	                                                             ^^^^^^^^^^
Null type mismatch: required '@NonNull RBreakpointStatus' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[459] 
	stamp, dbgFrame, handle, call, fileName, breakpoint );
	                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[459] 
	stamp, dbgFrame, handle, call, fileName, breakpoint );
	                               ^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[459] 
	stamp, dbgFrame, handle, call, fileName, breakpoint );
	                                         ^^^^^^^^^^
Null type mismatch: required '@NonNull RBreakpointStatus' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
72. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
76. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
79. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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 RStackFrame to T
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[69] 
	public RArrayValue(final BasicRElementVariable variable) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dimItemNameStore may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[228] 
	fragment.getRObject().getData(), (int)fragment.toLocalRowIdx(dimIdx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[238] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[241] 
	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<?>'
92. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java (at line 241)
	return ADAPTER.loadDimNames(ref, getRObject(), fragment,
	                                               ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'LazyRStore.@NonNull Fragment<@NonNull RVector<?>>' is made accessible using the less-annotated type 'LazyRStore.Fragment<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[246] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[246] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[268] 
	fragment.getRObject().getData(), (int)fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[273] 
	if (this.dimItemNameStore == null) {
			this.dimItemNameStore= new LazyRStore[this.dimCount];
		}
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[274] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[274] 
	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[]'
99. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java (at line 277)
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[277] 
	this.dimItemNameStore[dimIdx]= new LazyRStore<>(this.dim.get(dimIdx), 1,
	                                                ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression of type Integer may be null but requires auto-unboxing
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[280] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[283] 
	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<?>'
103. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java (at line 283)
	return ADAPTER.loadDimItemNames(ref, getRObject(), dimIdx, fragment,
	                                                           ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'LazyRStore.@NonNull Fragment<@NonNull RVector<?>>' is made accessible using the less-annotated type 'LazyRStore.Fragment<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[288] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[288] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[294] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[300] 
	data= fragment.getRObject().getData();
	      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[325] 
	fragment.getRObject().getData(), (int)fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[374] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[381] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[384] 
	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<?>'
112. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java (at line 384)
	return ADAPTER.loadData(ref, getRObject(), fragment, null,
	                                           ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'LazyRStore.@NonNull Fragment<@NonNull RVector<?>>' is made accessible using the less-annotated type 'LazyRStore.Fragment<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[389] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[414] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[428] 
	this.dataStore.getLoadedFragment(idx, 0) :
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[433] 
	ensureDataStore().set(assignment, 0, null);
	                                     ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[68] 
	protected ISourceContainer[] createSourceContainers() throws CoreException {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ISourceContainer []' returned from CompositeSourceContainer.createSourceContainers() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[74] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[76] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[78] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/WatchExpressionDelegate.java:[40] 
	public WatchExpressionDelegate() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field listener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/WatchExpressionDelegate.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/AllRProjectsSourceContainerTypeDelegate.java:[37] 
	public ISourceContainer createSourceContainer(final String memento)
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ISourceContainer' returned from ISourceContainerTypeDelegate.createSourceContainer(String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/AllRProjectsSourceContainerTypeDelegate.java:[37] 
	public ISourceContainer createSourceContainer(final String memento)
	                                                    ^^^^^^
Missing non-null annotation: inherited method from ISourceContainerTypeDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/AllRProjectsSourceContainerTypeDelegate.java:[39] 
	final Node node= parseDocument(memento);
	                               ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/AllRProjectsSourceContainerTypeDelegate.java:[52] 
	public String getMemento(final ISourceContainer container) throws CoreException {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ISourceContainerTypeDelegate.getMemento(ISourceContainer) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/AllRProjectsSourceContainerTypeDelegate.java:[52] 
	public String getMemento(final ISourceContainer container) throws CoreException {
	                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISourceContainerTypeDelegate specifies this parameter as @NonNull
128. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvalExpressionTask.java (at line 67)
	this.key= new Key(frame.getDbgFrame().getHandle(), expressionText);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RLibrarySourceContainerTypeDelegate.java:[55] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull ISourceContainer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTargetImpl.java:[75] 
	super(null);
	      ^^^^
Null type mismatch: required '@NonNull RDebugTargetImpl' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTargetImpl.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTargetImpl.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTargetImpl.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTargetImpl.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTargetImpl.java:[125] 
	this.mainThread.setTerminated();
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 RVariable' but this expression has type '@Nullable BasicRElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 RVariable' but this expression has type '@Nullable BasicRElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 RVariable' but this expression has type '@Nullable BasicRElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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 RVariable' but this expression has type '@Nullable BasicRElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[196] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[199] 
	childVariable= new BasicRElementVariable(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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[211] 
	final RCharacterStore names= this.previousElement.getNames();
	                                  ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[214] 
	if (idx >= 0 && idx < this.previousElement.getLength()) {
	                           ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[215] 
	final BasicRElementVariable previousVariable= this.previousChildVariables.clear(idx);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[222] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull BasicRElementVariable' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.java:[64] 
	variable= variable.getParent();
	          ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RVariable' but this expression has type '@Nullable RVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.java:[224] 
	return this.value;
	       ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RValue' but this expression has type '@Nullable RValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.java:[253] 
	return this.value;
	       ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RValue' but this expression has type '@Nullable RValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/BasicRElementVariable.java:[317] 
	return createEnvValue((RProcessREnvironment)element, this.stamp);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RValue' but this expression has type '@Nullable RValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementValue.java:[54] 
	return (RDebugTarget)super.getDebugTarget();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDebugTarget' needs unchecked conversion to conform to '@NonNull RDebugTarget'
159. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvalExpressionRunnable.java (at line 156)
	new RReferenceImpl(this.task.getStackFrame().getHandle(),
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Long is unboxed into long
160. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java (at line 176)
	attributes.put(IBreakpoint.ENABLED, enabled);
	                                    ^^^^^^^
The expression of type boolean is boxed into Boolean
161. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java (at line 177)
	attributes.put(IMarker.LINE_NUMBER, lineNumber);
	                                    ^^^^^^^^^^
The expression of type int is boxed into Integer
162. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java (at line 178)
	attributes.put(IMarker.CHAR_START, charStart);
	                                   ^^^^^^^^^
The expression of type int is boxed into Integer
163. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java (at line 179)
	attributes.put(IMarker.CHAR_END, charEnd);
	                                 ^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java:[217] 
	return ensureMarker().getAttribute(ELEMENT_ID_MARKER_ATTR, null);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java:[222] 
	return ensureMarker().getAttribute(ELEMENT_LABEL_MARKER_ATTR, null);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
166. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/GenericLineBreakpoint.java (at line 250)
	new @Nullable Object[] { false, null } );
	                         ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[140] 
	return (@NonNull RVariable[])variables;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable RVariable [] to @NonNull RVariable []
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[189] 
	return (@NonNull RVariable[])variables;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable RVariable [] to @NonNull RVariable []
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorIndexVariable.java:[91] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RListValue.java:[76] 
	names.indexOf(this.element.getName(idx)), element);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RListValue.java:[164] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RListValue.java:[167] 
	childVariable= new BasicRElementVariable(childElement,
	                                         ^^^^^^^^^^^^
Null type mismatch: required '@NonNull CombinedRElement' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RProjectSourceContainer.java:[52] 
	return getSourceContainerType(TYPE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ISourceContainerType' but this expression has type '@Nullable ISourceContainerType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[211] 
	fragment.getRObject().getNames(), (int)fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[211] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[221] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[224] 
	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<?>'
190. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java (at line 224)
	return ADAPTER.loadRowNames(ref, getRObject(), fragment, null,
	                                               ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'LazyRStore.@NonNull Fragment<@NonNull RVector<?>>' is made accessible using the less-annotated type 'LazyRStore.Fragment<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[229] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[235] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[241] 
	data= fragment.getRObject().getData();
	      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[265] 
	fragment.getRObject().getData(), (int)fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[312] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[319] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[322] 
	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<?>'
199. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java (at line 322)
	return ADAPTER.loadData(ref, getRObject(), fragment, null,
	                                           ^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'LazyRStore.@NonNull Fragment<@NonNull RVector<?>>' is made accessible using the less-annotated type 'LazyRStore.Fragment<RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[327] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[331] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[345] 
	this.dataStore.getLoadedFragment(idx, 0) :
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[350] 
	ensureDataStore().set(assignment, 0, null);
	                                     ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/AllRProjectsSourceContainer.java:[51] 
	return getSourceContainerType(TYPE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ISourceContainerType' but this expression has type '@Nullable ISourceContainerType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[45] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[57] 
	V data= null;
	        ^^^^
Null type mismatch: required 'V extends @NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[60] 
	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(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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[65] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[76] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[78] 
	return null;
	       ^^^^
Null type mismatch: required 'V extends @NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[89] 
	return null;
	       ^^^^
Null type mismatch: required 'V extends @NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[104] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[110] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[122] 
	(TRElement)variable.getCurrentElement(), variable.getCurrentStamp());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from CombinedRElement to TRElement
215. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java (at line 129)
	public RLineBreakpoint getBreakpoint() {
	                       ^^^^^^^^^^^^^^^
The method getBreakpoint() from the type RControllerBreakpointAdapter.Position is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[357] 
	scheduleStateUpdate((RBreakpoint)breakpoints[i]);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RBreakpoint' needs unchecked conversion to conform to '@NonNull RBreakpoint'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[377] 
	schedulePositionUpdate((RLineBreakpoint)breakpoints[i]);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLineBreakpoint' needs unchecked conversion to conform to '@NonNull RLineBreakpoint'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[408] 
	packages.add(pkgName);
	             ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[413] 
	newPackages.add(pkgName);
	                ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[417] 
	if (this.knownPackages == null) {
						newPackages= packages;
					}
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[483] 
	(((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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[614] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[700] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[715] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[718] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[765] 
	&& !elementId.equals(breakpointData.latest.elementId) ) {
	                                    ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[769] 
	if (!cleanup.contains(breakpointData.latest.elementId)) {
	                                     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[770] 
	cleanup.add(breakpointData.latest.elementId);
	                           ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[787] 
	cleanup.removeAll(map.keySet());
	                  ^^^
Potential null pointer access: The variable map may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[787] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[963] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[966] 
	resourceMap.put(breakpointData.latest.resource, map);
	                               ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[968] 
	map.put(breakpointData.latest.elementId, null);
	                       ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1321] 
	RDbg.createRJSrcref(rExpressionSrcrefs[i]),
	                    ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSrcref' needs unchecked conversion to conform to '@NonNull IRSrcref'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1396] 
	public void breakpointsAdded(final IBreakpoint[] breakpoints) {
	                                   ^^^^^^^^^^^^^
Illegal redefinition of parameter breakpoints, inherited method from IBreakpointsListener declares this parameter as '@NonNull IBreakpoint @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1439] 
	public void breakpointsRemoved(final IBreakpoint[] breakpoints, final @Nullable IMarkerDelta[] deltas) {
	                                     ^^^^^^^^^^^^^
Illegal redefinition of parameter breakpoints, inherited method from IBreakpointsListener declares this parameter as '@NonNull IBreakpoint @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1486] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1506] 
	public void breakpointsChanged(final IBreakpoint[] breakpoints, final @Nullable IMarkerDelta[] deltas) {
	                                     ^^^^^^^^^^^^^
Illegal redefinition of parameter breakpoints, inherited method from IBreakpointsListener declares this parameter as '@NonNull IBreakpoint @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1645] 
	list.add(states[i]);
	         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TracepointState' needs unchecked conversion to conform to '@NonNull TracepointState'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1787] 
	elementId= breakpointData.installed.elementId;
	                          ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1788] 
	elementLabel= breakpointData.installed.elementLabel;
	                             ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1792] 
	elementId= breakpointData.latest.elementId;
	                          ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1793] 
	elementLabel= breakpointData.latest.elementLabel;
	                             ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1859] 
	label= breakpointData.installed.elementLabel;
	                      ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1903] 
	this.breakpointManager= null;
	                        ^^^^
Null type mismatch: required '@NonNull IBreakpointManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrameImpl.java:[173] 
	this.elementName= null;
	                  ^^^^
Null type mismatch: required '@NonNull RElementName' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrameImpl.java:[195] 
	!dbgFrame.getExprSrcref().equals(this.dbgFrame.getExprSrcref()) :
	 ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getExprSrcref() may return null
254. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrameImpl.java (at line 516)
	getHandle(), this.elementName,
	^^^^^^^^^^^
The expression of type Long is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RValueProxy.java:[117] 
	proxyVariables[i]= RVariableProxy.create((RVariable)orgVariables[i], this.variable);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVariable' needs unchecked conversion to conform to '@NonNull RVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[110] 
	private final List<@NonNull EvaluationResult> oldEvalResults= new ArrayList<>();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[112] 
	private final CopyOnWriteList<@NonNull EvaluationExpression> expressions= new CopyOnWriteList<>();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[166] 
	final EvaluationResult prev;
	                       ^^^^
The value of the local variable prev is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[271] 
	public void updateExpressions(final List<@NonNull DebugEvent> eventCollection) {
	                                         ^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[272] 
	final ImList<@NonNull EvaluationExpression> list= this.expressions.toList();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[279] 
	public void cleanExpressions(final List<@NonNull DebugEvent> eventCollection) {
	                                        ^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[280] 
	final ImList<@NonNull EvaluationExpression> list= this.expressions.clearToList();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RLibrarySourceContainer.java:[82] 
	return getSourceContainerType(TYPE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ISourceContainerType' but this expression has type '@Nullable ISourceContainerType'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/RDebugModel.java:[112] 
	return new ExceptionBreakpointImpl(ResourcesPlugin.getWorkspace().getRoot(), exceptionId,
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IWorkspaceRoot' needs unchecked conversion to conform to '@NonNull IResource'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[153] 
	this.modelInfo.getStamp().getContentStamp(), computeElementId(), computeRExpressionIndex() ));
	                                             ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[153] 
	this.modelInfo.getStamp().getContentStamp(), computeElementId(), computeRExpressionIndex() ));
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[309] 
	&& RAsts.isParentChild(this.baseExpressionRootNode, this.astNode) );
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[309] 
	&& RAsts.isParentChild(this.baseExpressionRootNode, this.astNode) );
	                                                    ^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[370] 
	public void visitNode(final RAstNode node) throws InvocationTargetException {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from GenericVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[402] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[475] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[479] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[511] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[561] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[593] 
	return RAsts.computeRExpressionIndex(this.astNode, this.baseExpressionRootNode);
	                                     ^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[593] 
	return RAsts.computeRExpressionIndex(this.astNode, this.baseExpressionRootNode);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull RAstNode'
295. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java (at line 605)
	final List<RAstNode> nodes= RAsts.computeRExpressionNodes(this.astNode, this.baseExpressionRootNode);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@Nullable List<@NonNull RAstNode>' is made accessible using the less-annotated type 'List<RAstNode>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[605] 
	final List<RAstNode> nodes= RAsts.computeRExpressionNodes(this.astNode, this.baseExpressionRootNode);
	                                                          ^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[605] 
	final List<RAstNode> nodes= RAsts.computeRExpressionNodes(this.astNode, this.baseExpressionRootNode);
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[607] 
	final RSrcref[] srcrefs= new RSrcref[nodes.size()];
	                                     ^^^^^
Potential null pointer access: The variable nodes may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[641] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel(),
	                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[641] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel(),
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[641] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel(),
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[644] 
	this.modelInfo.getStamp().getContentStamp(), 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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[645] 
	computeRExpressionIndex() ));
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[662] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel(),
	                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[662] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel(),
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[662] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel(),
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[665] 
	this.modelInfo.getStamp().getContentStamp(), 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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[666] 
	computeRExpressionIndex() ));
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[688] 
	final MarkerUpdate markerUpdate= new MarkerUpdate(breakpoint.getMarker(), 3);
	                                                  ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IMarker' needs unchecked conversion to conform to '@NonNull IMarker'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[693] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel() );
	                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[693] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel() );
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[693] 
	computeElementType(), elementId, computeElementLabel(), computeSubLabel() );
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[697] 
	this.modelInfo.getStamp().getContentStamp(), 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.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[698] 
	computeRExpressionIndex() ));
	^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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)
315 problems (0 errors, 291 warnings, 24 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.debug.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.debug.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.debug.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.debug.core ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.debug.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.debug.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.debug.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.statet.r:org.eclipse.statet.r.debug.ui >---------
[INFO] Building [bundle] StatET R - Debug - UI  (Incubation) 4.8.0.202308171800-r [115/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.debug.ui ---
[INFO] Resolving class path of [bundle] StatET R - Debug - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.debug.ui ---
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RProjectSourceContainerBrowser.java:[53] 
	final RProjectSourceContainer container= new RProjectSourceContainer(project, false);
	                                                                     ^^^^^^^
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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RDebugHover.java:[58] 
	final RProcess process= RDebugUIUtils.getRProcess(workbenchPart);
	                                                  ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IWorkbenchPart' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RDebugHover.java:[69] 
	final RStackFrame frame= RDebugUIUtils.getFrame(workbenchPart, process);
	                                                ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IWorkbenchPart' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
7. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java (at line 87)
	final ImList<Object> attachments= current.getAttachments();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull Object>' is made accessible using the less-annotated type 'ImList<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[125] 
	switch (nameNode.getNodeType()) {
	        ^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[141] 
	final RStackFrame frame = RDebugUIUtils.getFrame(part, controller.getTool());
	                                                 ^^^^
Null type safety (type annotations): The expression of type 'IWorkbenchPart' needs unchecked conversion to conform to '@NonNull IWorkbenchPart'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[141] 
	final RStackFrame frame = RDebugUIUtils.getFrame(part, controller.getTool());
	                                                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RProcess' needs unchecked conversion to conform to '@NonNull ToolProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[161] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[163] 
	final SourceEditor editor = activePart.getAdapter(SourceEditor.class);
	                            ^^^^^^^^^^
Potential null pointer access: The variable activePart may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[56] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[56] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[57] 
	final Composite area = new Composite(parent, SWT.NONE);
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[88] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[113] 
	final Clipboard clipboard= new Clipboard(part.getSite().getShell().getDisplay());
	                                         ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[117] 
	new Transfer[] { TextTransfer.getInstance() } );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointsHelper.java:[98] 
	public void run(final IProgressMonitor monitor) throws CoreException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IWorkspaceRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointDetailFactory.java:[40] 
	final String breakpointType= ((RBreakpoint)selection.getFirstElement()).getBreakpointType();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFirstElement() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointDetailFactory.java:[54] 
	final String breakpointType= ((RBreakpoint)selection.getFirstElement()).getBreakpointType();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFirstElement() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/OpenInEditorHandler.java:[67] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/OpenInEditorHandler.java:[80] 
	RDataEditor.open(part.getSite().getPage(), debugTarget.getProcess(),
	                 ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[67] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[72] 
	this.conditionEnabledControl.setText(checkLabel("&Conditional / Expression:"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
48. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java (at line 88)
	this.conditionEnabledValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[88] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[89] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[93] 
	.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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[94] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[98] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[102] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[122] 
	if (code == null) {
					code= "";
				}
	                  ^^^^^^^^^^^^^^^^^^^^^^
Dead code
56. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java (at line 141)
	this.conditionEnabledValue.setValue(enabled);
	                                    ^^^^^^^
The expression of type boolean is boxed into Boolean
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java (at line 151)
	this.breakpoint.setConditionEnabled(this.conditionEnabledValue.getValue());
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[152] 
	this.breakpoint.setConditionExpr(this.conditionCodeValue.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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[46] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[46] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[51] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[61] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[61] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[61] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[61] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[68] 
	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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
79. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java (at line 104)
	private long fLastStamp;
	             ^^^^^^^^^^
The value of the field RToggleBreakpointAdapter.fLastStamp is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[135] 
	final IProgressService progressService = part.getSite().getWorkbenchWindow().getService(IProgressService.class);
	                                         ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[169] 
	final IProgressService progressService = part.getSite().getWorkbenchWindow().getService(IProgressService.class);
	                                         ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[171] 
	progressService.busyCursorWhile(new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable progressService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[173] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[209] 
	final IProgressService progressService = part.getSite().getWorkbenchWindow().getService(IProgressService.class);
	                                         ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[211] 
	progressService.busyCursorWhile(new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable progressService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[213] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
89. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java (at line 368)
	final List<RLineBreakpoint> breakpoints = RDebugModel.getLineBreakpoints(
				(IFile) data.getSourceUnit().getResource() );
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull RLineBreakpoint>' is made accessible using the less-annotated type 'List<RLineBreakpoint>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[442] 
	return part.getSite().getShell();
	       ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[67] 
	if (activePart.getSite().getId().equals(viewId)) {
	    ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[70] 
	IWorkbenchPage page= activePart.getSite().getPage();
	                     ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[111] 
	Point point= textWidget.getLocationAtOffset(midOffset);
	             ^^^^^^^^^^
Potential null pointer access: The variable textWidget may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[237] 
	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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/WatchHandler.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.8.x-r/statet/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();
	              ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[137] 
	public void evaluationFinished(@NonNull final IEvaluationResult result) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The nullness annotation is redundant with a default that applies to this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[150] 
	return this.workbenchPart.getSite().getShell();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[179] 
	&& this.workbenchPart.getSite().getPage().isPartVisible(this.workbenchPart)) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[186] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[186] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[187] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[188] 
	viewer, savedSelection );
	^^^^^^
Null type mismatch: required '@NonNull Viewer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[188] 
	viewer, savedSelection );
	        ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ISelection' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[210] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[213] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[230] 
	&& this.workbenchPart.getSite().getPage().isPartVisible(this.workbenchPart)
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[234] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[234] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[235] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[236] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[290] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[298] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[141] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[188] 
	public String getText(final Object element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[188] 
	public String getText(final Object element) {
	                            ^^^^^^
Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[239] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[333] 
	RDebugUIPlugin.getInstance().getImageRegistry().getDescriptor(imageKey), flags );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[64] 
	protected Control createDialogArea(final Composite parent) {
	          ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from Dialog.createDialogArea(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[64] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Missing non-null annotation: inherited method from Dialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[65] 
	final Composite area= new Composite(parent, SWT.NONE);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[89] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ExtStatusDialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[64] 
	final Composite composite= new Composite(parent, SWT.NONE);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[69] 
	this.entryControl.setText(checkLabel("&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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[73] 
	this.exitControl.setText(checkLabel("&Exit"));
	                         ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
131. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java (at line 82)
	this.entryValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
133. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java (at line 83)
	this.exitValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull WritableValue<@NonNull Boolean>' is made accessible using the less-annotated type 'IObservableValue<Boolean>', corresponding supertype is 'IObservableValue<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
139. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
140. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
141. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
142. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[50] 
	public @NonNull Class<?>[] getAdapterList() {
	                ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[56] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[56] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[108] 
	return element.toString();
	       ^^^^^^^
Potential null pointer access: The variable element may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[98] 
	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.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[120] 
	su.disconnect(monitor);
	^^
Potential null pointer access: The variable su may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[128] 
	final var markerUpdate= new MarkerUpdate(marker, 3);
	                                         ^^^^^^
Null type safety (type annotations): The expression of type 'IMarker' needs unchecked conversion to conform to '@NonNull IMarker'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.18.0.v20230516-0719/org.eclipse.debug.ui-3.18.0.v20230516-0719.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
177 problems (0 errors, 165 warnings, 12 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.debug.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.debug.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.debug.ui ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.debug.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui >-----
[INFO] Building org.eclipse.statet.r.launching.winrgui 4.8.0.202308171800-r [116/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Resolving class path of org.eclipse.statet.r.launching.winrgui...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/RGWLauncher.java:[64] 
	fSubmitDirectly = EPreferences.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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/RGWLauncher.java:[240] 
	return DNDUtils.setContent(fClipboard,
	                           ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Clipboard' needs unchecked conversion to conform to '@NonNull Clipboard'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/RGWLauncher.java:[242] 
	new Transfer[] { TextTransfer.getInstance() } );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
9 problems (0 errors, 8 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.launching.winrgui ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.apps >-----------
[INFO] Building [bundle] StatET R - Add-on for R Apps  (Incubation) 4.8.0.202308171800-r [117/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.apps ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.apps ---
[INFO] Resolving class path of [bundle] StatET R - Add-on for R Apps  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.apps ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.apps ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java (at line 79)
	private final IObservableValue<String> appPathValue;
	                                       ^^^^^^^^^^^^
The value of the field AppControlConfigMainTab.appPathValue is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[247] 
	gd.heightHint= LayoutUtils.hintHeight(editor.getSourceViewer().getTextWidget(), 8);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[269] 
	gd.heightHint= LayoutUtils.hintHeight(editor.getSourceViewer().getTextWidget(), 1);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
33. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/DataLoader.java (at line 69)
	private RWorkspace workspace;
	                   ^^^^^^^^^
The value of the field DataLoader.workspace is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
37. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java (at line 82)
	private boolean force;
	                ^^^^^
The value of the field ContentJob.force is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
41. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java (at line 263)
	input.setRootElements(array);
	                      ^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull CombinedRElement []' is made accessible using the less-annotated type 'CombinedRElement @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigTabGroup.java:[73] 
	setTabs(tabs);
	        ^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationTab[]' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationTab @NonNull[]'
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/r/apps/ui/AppRegistry.java (at line 71)
	private final URL id;
	                  ^^
The value of the field AppRegistry.AppEntry.id is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/core/shiny/RShinyResourceTester.java:[105] 
	final String property, final Object[] args, final @Nullable Object expectedValue) {
	                             ^^^^^^^^
Illegal redefinition of parameter args, inherited method from IPropertyTester declares this parameter as '@NonNull Object @NonNull[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRCommandHandler.java:[44] 
	AppRCommandHandler handler= (AppRCommandHandler) controller.getCommandHandler(ON_APP_STARTED_ID);
	                                                 ^^^^^^^^^^
Potential null pointer access: The variable controller may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRCommandHandler.java:[73] 
	data.getString("typeId") ); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java (at line 137)
	protected void refreshElements() {
	               ^^^^^^^^^^^^^^^^^
The method refreshElements() from the type AppVarView.RefreshHandler is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[163] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[215] 
	this.appRegistryListener= null;
	                          ^^^^
Null type mismatch: required 'AppRegistry.@NonNull Listener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[219] 
	this.toolRegistryListener= null;
	                           ^^^^
Null type mismatch: required '@NonNull WorkbenchToolRegistryListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[225] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[324] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[324] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[547] 
	final RProcess oldProcess= process;
	               ^^^^^^^^^^
The value of the local variable oldProcess is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[595] 
	showPreviousView(oldApp);
	                 ^^^^^^
Null type mismatch: required '@NonNull RApp' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[657] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchDelegate.java:[40] 
	protected IProject @Nullable [] getBuildOrder(final ILaunchConfiguration configuration,
	          ^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IProject @Nullable[]' returned from LaunchConfigurationDelegate.getBuildOrder(ILaunchConfiguration, String) (mismatching null constraints)
64. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchDelegate.java (at line 45)
	return computeReferencedBuildOrder(new IProject[] { project });
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IProject @NonNull[]' is made accessible using the less-annotated type 'IProject @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchDelegate.java:[45] 
	return computeReferencedBuildOrder(new IProject[] { project });
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IProject[]' needs unchecked conversion to conform to '@NonNull IProject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[102] 
	return (RProcess)tool;
	       ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RProcess' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[126] 
	public AppSession(final RProcess tool) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field host may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[126] 
	public AppSession(final RProcess tool) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field queueSection may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[126] 
	public AppSession(final RProcess tool) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field remoteHost may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[140] 
	{	this.queueSection= this.rProcess.getController().getCurrentQueueSection();
	 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getController() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[140] 
	{	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[147] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[163] 
	if (this.remoteHost == null) {
					this.remoteHost= this.host;
				}
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[182] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[250] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[254] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[262] 
	this.queueSection= null;
	                   ^^^^
Null type mismatch: required 'Queue.@NonNull Section' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[352] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[391] 
	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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[436] 
	return page;
	       ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[599] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
88. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[279] 
	gd.heightHint= LayoutUtils.hintHeight(editor.getSourceViewer().getTextWidget(), 1);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
91. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
92. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
92 problems (0 errors, 80 warnings, 12 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.apps ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.apps ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.apps ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.apps:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.apps:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.apps ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.doc >------------
[INFO] Building [bundle] StatET R - Documentation  (Incubation) 4.8.0.202308171800-r [118/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.doc ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.doc ---
[INFO] Resolving class path of [bundle] StatET R - Documentation  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r.doc ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.doc:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.doc:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] -------------< org.eclipse.statet.r:org.eclipse.statet.r >--------------
[INFO] Building [bundle] StatET R  (Incubation) 4.8.0.202308171800-r  [119/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r ---
[INFO] Resolving class path of [bundle] StatET R  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.r ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r ---
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.r ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------------< org.eclipse.statet.r-assemblies:r >------------------
[INFO] Building r 4.8.0.202308171800-r                                [120/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ r ---
[INFO] 
[INFO] --------< org.eclipse.statet.r-assemblies:org.eclipse.statet.r >--------
[INFO] Building [feature] StatET IDE for R  (Incubation) 4.8.0.202308171800-r [121/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.r ---
[WARNING] artifact org.eclipse.statet.r-assemblies:org.eclipse.statet.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.r-assemblies:org.eclipse.statet.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] ------------------< org.eclipse.statet.redocs:redocs >------------------
[INFO] Building redocs 4.8.0.202308171800-r                           [122/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ redocs ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ redocs ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ redocs ---
[INFO] 
[INFO] -------< org.eclipse.statet.redocs:org.eclipse.statet.redocs.r >--------
[INFO] Building [bundle] StatET ReDocs - Commons for R  (Incubation) 4.8.0.202308171800-r [123/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.r ---
[INFO] Resolving class path of [bundle] StatET ReDocs - Commons for R  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.r ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
11. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java (at line 46)
	private boolean started;
	                ^^^^^^^
The value of the field Plugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperationSettings.java:[169] 
	gd.heightHint= LayoutUtils.hintHeight(editor.getSourceViewer().getTextWidget(), 5);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/sourceediting/actions/RweaveToggleCommentHandler.java:[41] 
	protected void run(final AbstractDocument document, final ITextSelection selection,
	                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToggleCommentHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/sourceediting/actions/RweaveToggleCommentHandler.java:[41] 
	protected void run(final AbstractDocument document, final ITextSelection selection,
	                                                          ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToggleCommentHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/sourceediting/actions/RweaveToggleCommentHandler.java:[52] 
	doStripPrefix(document, block);
	              ^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[114] 
	this.raChunkRefLineMatcher.reset(source);
	     ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[167] 
	this.raChunkRefLineMatcher.region(lineOffset, lineEndOffset);
	     ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[168] 
	if (this.raChunkRefLineMatcher.matches()) {
	         ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[256] 
	if (labelArgNode.getValueChild().getNodeType() == NodeType.SYMBOL) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getValueChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[257] 
	label= labelNode.getText();
	       ^^^^^^^^^
Potential null pointer access: The variable labelNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[261] 
	labelNode.getStartOffset(), labelNode.getEndOffset() );
	^^^^^^^^^
Potential null pointer access: The variable labelNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[296] 
	(arg.getNameChild().getNodeType() == NodeType.SYMBOL
	 ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[297] 
	&& "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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[96] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[96] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[101] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[101] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[127] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[149] 
	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'
74. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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
79 problems (0 errors, 77 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.r ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.r ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.r ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r >------
[INFO] Building [bundle] StatET ReDocs - LaTeX+R  (Incubation) 4.8.0.202308171800-r [124/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Resolving class path of [bundle] StatET ReDocs - LaTeX+R  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.tex.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveEditorTemplatesPage.java:[69] 
	protected String[] getContextTypeIds(final IDocument document, final int offset) {
	          ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractTemplatesPage.getContextTypeIds(IDocument, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveEditorTemplatesPage.java:[71] 
	final String contentType= TextUtilities.getContentType(document, TexRweaveDocumentConstants.LTX_R_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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweaveBracketPairMatcher.java:[55] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/config/TexRweaveUIPreferenceInitializer.java:[39] 
	node.putBoolean(TexRweaveEditingOptions.LTX_SPELLCHECK_ENABLED_PREF_KEY, false);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/config/TexRweaveUIPreferenceInitializer.java:[42] 
	node.put(NewDocTemplateCategoryConfiguration.NEWDOC_DEFAULT_NAME_KEY,
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
30. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java (at line 189)
	return new FoldingEditorAddon(new LtxDefaultFoldingProvider(Collections.singletonMap(
				RModel.R_TYPE_ID, new RDefaultFoldingProvider() )));
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull RDefaultFoldingProvider>' is made accessible using the less-annotated type 'Map<String,? extends NodeFoldingProvider>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[201] 
	return this.combinedConfig.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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[277] 
	protected void doPrefixPrimary(final AbstractDocument document, final IRegion block)
	                                     ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter document, inherited method from RweaveToggleCommentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[277] 
	protected void doPrefixPrimary(final AbstractDocument document, final IRegion block)
	                                                                      ^^^^^^^
Illegal redefinition of parameter block, inherited method from RweaveToggleCommentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[296] 
	final LtxRweaveSourceUnit su= getSourceUnit();
	                          ^^
The value of the local variable su is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/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'
42. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/NewDocTemplateCategoryConfiguration.java (at line 44)
	public static final Preference<String> NEWDOC_DEFAULT_NAME_PREF= new Preference.StringPref(
			PREF_QUALIFIER, NEWDOC_DEFAULT_NAME_KEY);
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull StringPref' is made accessible using the less-annotated type 'Preference<String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[106] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[106] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[198] 
	new SingleTokenScanner(textStyles, IRTextTokens.UNDEFINED_KEY ));
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[245] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[251] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[253] 
	LtxRweaveBracketPairMatcher.createRChunkPairMatcher(scanner) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RBracketPairMatcher' needs unchecked conversion to conform to '@NonNull ICharPairMatcher'
49. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java (at line 263)
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[298] 
	getSourceEditor() );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java:[93] 
	PreferencesUtil.getSettingsChangeNotifier().addChangeListener(this.editorPrefListener);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'SettingsChangeNotifier.@NonNull ChangeListener' but this expression has type 'SettingsChangeNotifier.@Nullable ChangeListener'
52. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 95)
	this.handleTemporaryDocProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
53. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 96)
	this.handleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java:[102] 
	PreferencesUtil.getSettingsChangeNotifier().removeChangeListener(this.editorPrefListener);
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'SettingsChangeNotifier.@NonNull ChangeListener' but this expression has type 'SettingsChangeNotifier.@Nullable ChangeListener'
55. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 109)
	final boolean newHandleTemporaryTexProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
56. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 110)
	final boolean newHandleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java (at line 42)
	private static final Set<String> RESET_GROUP_IDS= ImCollections.newSet(
			TexCodeStyleSettings.INDENT_GROUP_ID, RCodeStyleSettings.INDENT_GROUP_ID,
			TaskTagsPreferences.GROUP_ID );
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'Set<String>', corresponding supertype is 'Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[63] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[66] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[93] 
	public IDocumentSetupParticipant getDocumentSetupParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDocumentSetupParticipant' returned from SourceEditorViewerConfigurator.getDocumentSetupParticipant() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[98] 
	protected Set<String> getResetGroupIds() {
	          ^^^
The return type is incompatible with '@NonNull Set<@NonNull String>' returned from SourceEditorViewerConfigurator.getResetGroupIds() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[118] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                        ^^^
Missing nullable annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[118] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                    ^^^
Missing nullable annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[119] 
	super.handleSettingsChanged(groupIds, options);
	                            ^^^^^^^^
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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[119] 
	super.handleSettingsChanged(groupIds, options);
	                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[126] 
	protected void checkSettingsChanges(final Set<String> groupIds, final Map<String, Object> options) {
	                                          ^^^
Missing non-null annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[126] 
	protected void checkSettingsChanges(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                      ^^^
Missing non-null annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[127] 
	super.checkSettingsChanges(groupIds, options);
	                           ^^^^^^^^
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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[127] 
	super.checkSettingsChanges(groupIds, options);
	                                     ^^^^^^^
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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/OpenDeclarationHandler.java:[34] 
	protected IHandler2 createHandler(final String sectionType) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from MultiContentSectionHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveOutlinePage.java:[216] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveOutlinePage.java:[409] 
	return (LtxSourceUnitModelInfo)getModelInfo(viewer.getInput());
	                                            ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
73. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/NewLtxRweaveDocCreationWizardPage.java (at line 49)
	ImCollections.newSet(TexProjects.TEX_NATURE_ID, RProjects.R_NATURE_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'ImSet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/ElementSearchHandler.java:[50] 
	protected IHandler2 createHandler(final String sectionType) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from MultiContentSectionHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/doc/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[53] 
	public TexRweaveCoreAccessWrapper(final TexCoreAccess texCoreAccess) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field texCommandSet may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[53] 
	public TexRweaveCoreAccessWrapper(final TexCoreAccess texCoreAccess) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field texCommandSetOrg may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[84] 
	this.texCommandSetOrg= org;
	                       ^^^
Null type safety (type annotations): The expression of type 'TexCommandSet' needs unchecked conversion to conform to '@NonNull TexCommandSet'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[66] 
	sourceUnit, 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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[66] 
	sourceUnit, 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/processing/TexRweaveConfigTabGroup.java:[99] 
	setTabs(tabs);
	        ^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationTab[]' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationTab @NonNull[]'
103 problems (0 errors, 94 warnings, 9 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.tex.r ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.tex.r ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug >---
[INFO] Building [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation) 4.8.0.202308171800-r [125/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Resolving class path of [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r.debug ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc >----
[INFO] Building [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation) 4.8.0.202308171800-r [126/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Resolving class path of [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r.doc ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r >---
[INFO] Building [bundle] StatET ReDocs - Wikitext+R  (Incubation) 4.8.0.202308171800-r [127/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Resolving class path of [bundle] StatET ReDocs - Wikitext+R  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java:[100] 
	PreferencesUtil.getSettingsChangeNotifier().addChangeListener(this.editorPrefListener);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'SettingsChangeNotifier.@NonNull ChangeListener' but this expression has type 'SettingsChangeNotifier.@Nullable ChangeListener'
2. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 102)
	this.handleTemporaryDocProblems= access.getPreferenceValue(WikitextEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 103)
	this.handleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java:[109] 
	PreferencesUtil.getSettingsChangeNotifier().removeChangeListener(this.editorPrefListener);
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'SettingsChangeNotifier.@NonNull ChangeListener' but this expression has type 'SettingsChangeNotifier.@Nullable ChangeListener'
5. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 116)
	final boolean newHandleTemporaryDocProblems= access.getPreferenceValue(WikitextEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
6. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 117)
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveOutlinePage.java:[215] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveOutlinePage.java:[411] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/core/source/WikidocRweaveBracketPairMatcher.java:[55] 
	RHeuristicTokenScanner.create(getSections()) );
	                              ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocContentSections' needs unchecked conversion to conform to '@NonNull DocContentSections'
10. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/NewWikidocRweaveDocCreationWizardPage.java (at line 44)
	ImCollections.newSet(WikitextProjects.WIKITEXT_NATURE_ID, RProjects.R_NATURE_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'ImSet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[67] 
	sourceUnit, 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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[67] 
	sourceUnit, 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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[133] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[133] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[234] 
	new SingleTokenScanner(textStyles, IRTextTokens.UNDEFINED_KEY ));
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextStyleManager<TextAttribute>' needs unchecked conversion to conform to '@NonNull TextStyleManager<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[282] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[288] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[290] 
	WikidocRweaveBracketPairMatcher.createRChunkPairMatcher(scanner) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RBracketPairMatcher' needs unchecked conversion to conform to '@NonNull ICharPairMatcher'
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java (at line 300)
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[328] 
	getSourceEditor() );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceEditor' needs unchecked conversion to conform to '@NonNull SourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[77] 
	final SourceContent content= sourceUnit.getContent(m.newChild(1));
	                             ^^^^^^^^^^
Potential null pointer access: The variable sourceUnit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[153] 
	if (node.getYamlParent().getNodeType() == NodeType.DOCUMENT
	    ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[233] 
	return searcher.format;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[237] 
	if (searcher.outputFormat != null && isValidExt(toExtension(searcher.outputFormat))) {
	                                                            ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[238] 
	return searcher.outputFormat;
	       ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[245] 
	return searcher.output;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
47. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java (at line 42)
	private static final Set<String> RESET_GROUP_IDS= ImCollections.newSet(
			WikitextCodeStyleSettings.INDENT_GROUP_ID, RCodeStyleSettings.INDENT_GROUP_ID,
			TaskTagsPreferences.GROUP_ID );
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImSet<@NonNull String>' is made accessible using the less-annotated type 'Set<String>', corresponding supertype is 'Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[66] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[69] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[88] 
	public final IDocumentSetupParticipant getDocumentSetupParticipant() {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDocumentSetupParticipant' returned from SourceEditorViewerConfigurator.getDocumentSetupParticipant() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[102] 
	protected Set<String> getResetGroupIds() {
	          ^^^
The return type is incompatible with '@NonNull Set<@NonNull String>' returned from SourceEditorViewerConfigurator.getResetGroupIds() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[122] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                        ^^^
Missing nullable annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[122] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                    ^^^
Missing nullable annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[123] 
	super.handleSettingsChanged(groupIds, options);
	                            ^^^^^^^^
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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[123] 
	super.handleSettingsChanged(groupIds, options);
	                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[130] 
	protected void checkSettingsChanges(final Set<String> groupIds, final Map<String, Object> options) {
	                                          ^^^
Missing non-null annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[130] 
	protected void checkSettingsChanges(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                      ^^^
Missing non-null annotation: inherited method from SourceEditorViewerConfigurator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[131] 
	super.checkSettingsChanges(groupIds, options);
	                           ^^^^^^^^
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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[131] 
	super.checkSettingsChanges(groupIds, options);
	                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
60. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java (at line 221)
	return new FoldingEditorAddon(new WikidocDefaultFoldingProvider(Collections.singletonMap(
				RweaveMarkupLanguage.EMBEDDED_R, new RDefaultFoldingProvider() )));
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull RDefaultFoldingProvider>' is made accessible using the less-annotated type 'Map<String,? extends NodeFoldingProvider>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[233] 
	return this.combinedConfig.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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[314] 
	return super.getPrefixPattern(contentType, prefix);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Pattern' but this expression has type '@Nullable Pattern'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[321] 
	return super.getPostfixPattern(contentType, prefix);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Pattern' but this expression has type '@Nullable Pattern'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[324] 
	protected void doPrefixPrimary(final AbstractDocument document, final IRegion block)
	                                     ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter document, inherited method from RweaveToggleCommentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[324] 
	protected void doPrefixPrimary(final AbstractDocument document, final IRegion block)
	                                                                      ^^^^^^^
Illegal redefinition of parameter block, inherited method from RweaveToggleCommentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[343] 
	final WikidocRweaveSourceUnit su= getSourceUnit();
	                              ^^
The value of the local variable su is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[402] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/OpenDeclarationHandler.java:[34] 
	protected IHandler2 createHandler(final String sectionType) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from MultiContentSectionHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveEditorTemplatesPage.java:[70] 
	protected String[] getContextTypeIds(final IDocument document, final int offset) {
	          ^^^^^^^^
The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractTemplatesPage.getContextTypeIds(IDocument, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveEditorTemplatesPage.java:[72] 
	final String contentType= TextUtilities.getContentType(document, WikitextRweaveDocumentConstants.WIKIDOC_R_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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/core/source/doc/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/WikitextRweaveConfigTabGroup.java:[203] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/config/WikitextRweaveUIPreferenceInitializer.java:[37] 
	node.putBoolean(WikitextRweaveEditingSettings.SPELLCHECK_ENABLED_PREF_KEY, false);
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/ElementSearchHandler.java:[50] 
	protected IHandler2 createHandler(final String sectionType) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from MultiContentSectionHandler specifies this parameter as @NonNull
86 problems (0 errors, 78 warnings, 8 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug >--
[INFO] Building [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation) 4.8.0.202308171800-r [128/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Resolving class path of [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark >--
[INFO] Building [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) 4.8.0.202308171800-r [129/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Resolving class path of [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePreferenceInitializer.java:[38] 
	node.put("MarkupConfig.Workbench.config", //$NON-NLS-1$
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePreferenceInitializer.java:[47] 
	node.put(NewDocTemplateCategoryConfiguration.NEWDOC_DEFAULT_NAME_KEY,
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[44] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[75] 
	this(null, 0, null);
	     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[125] 
	protected void appendReplacement(final StringBuilder sb,
	                                       ^^^^^^^^^^^^^
Illegal redefinition of parameter sb, inherited method from BlockWeaveParticipant does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[126] 
	final String source, final int startOffset, final int endOffset) {
	      ^^^^^^
Illegal redefinition of parameter source, inherited method from BlockWeaveParticipant does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[165] 
	if (parser == null) {
			throw new NullPointerException("parser"); //$NON-NLS-1$
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[168] 
	if (content == null) {
			throw new NullPointerException("content"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[192] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
27. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/NewDocTemplateCategoryConfiguration.java (at line 49)
	public static final Preference<String> NEWDOC_DEFAULT_NAME_PREF= new StringPref(
			CommonmarkRweavePlugin.TEMPLATES_QUALIFIER, NEWDOC_DEFAULT_NAME_KEY );
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Preference.@NonNull StringPref' is made accessible using the less-annotated type 'Preference<String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
29. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePlugin.java (at line 77)
	private boolean started;
	                ^^^^^^^
The value of the field CommonmarkRweavePlugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
37 problems (0 errors, 35 warnings, 2 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile >--
[INFO] Building [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation) 4.8.0.202308171800-r [130/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Resolving class path of [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
3. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePlugin.java (at line 83)
	private boolean started;
	                ^^^^^^^
The value of the field TextileRweavePlugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[54] 
	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.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[86] 
	this(null, 0, null);
	     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[152] 
	protected void addPhraseModifierExtensions(final PatternBasedSyntax phraseModifierSyntax) {
	                                                 ^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter phraseModifierSyntax, inherited method from AbstractMarkupLanguage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[157] 
	protected void addBlockExtensions(final List<Block> blocks, final List<Block> paragraphBreakingBlocks) {
	                                        ^^^^
Illegal redefinition of parameter blocks, inherited method from TextileLanguage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[157] 
	protected void addBlockExtensions(final List<Block> blocks, final List<Block> paragraphBreakingBlocks) {
	                                                                  ^^^^
Illegal redefinition of parameter paragraphBreakingBlocks, inherited method from TextileLanguage does not constrain this parameter
21. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java (at line 158)
	super.addBlockExtensions(blocks, paragraphBreakingBlocks);
	                         ^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Block>' is made accessible using the less-annotated type 'List<Block>'
22. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java (at line 158)
	super.addBlockExtensions(blocks, paragraphBreakingBlocks);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull Block>' is made accessible using the less-annotated type 'List<Block>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[190] 
	if (parser == null) {
			throw new NullPointerException("parser"); //$NON-NLS-1$
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[193] 
	if (content == null) {
			throw new NullPointerException("content"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[242] 
	public void processContent(final MarkupParser parser, final String markupContent, final boolean asDocument) {
	                                 ^^^^^^^^^^^^
Illegal redefinition of parameter parser, inherited method from TextileLanguage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[242] 
	public void processContent(final MarkupParser parser, final String markupContent, final boolean asDocument) {
	                                                            ^^^^^^
Illegal redefinition of parameter markupContent, inherited method from TextileLanguage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePreferenceInitializer.java:[38] 
	node.put("MarkupConfig.Workbench.config", "Textile:"); //$NON-NLS-1$ //$NON-NLS-2$
	^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePreferenceInitializer.java:[41] 
	node.put(NewDocTemplateCategoryConfiguration.NEWDOC_DEFAULT_NAME_KEY,
	^^^^
Potential null pointer access: The variable node may be null at this location
28 problems (0 errors, 24 warnings, 4 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.eclipse.statet.redocs-assemblies:redocs >-------------
[INFO] Building redocs 4.8.0.202308171800-r                           [131/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ redocs ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ redocs ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ redocs ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r >--
[INFO] Building [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) 4.8.0.202308171800-r [132/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.tex.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[WARNING] artifact org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r >--
[INFO] Building [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) 4.8.0.202308171800-r [133/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[WARNING] artifact org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] ---------------------< org.eclipse.statet.rtm:rtm >---------------------
[INFO] Building rtm 4.8.0.202308171800-r                              [134/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rtm ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rtm ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core >-------
[INFO] Building [bundle] StatET R Task Model - Base - Core  (Incubation) 4.8.0.202308171800-r [135/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.base.core ---
[INFO] Resolving class path of [bundle] StatET R Task Model - Base - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.base.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.base.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RtItemLabelUtils.java:[97] 
	this.baseLabel= resourceLocator.getString(getLabelKey(eClass), 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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RtItemLabelUtils.java:[105] 
	details.add(new Detail(eFeature, label));
	                                 ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
4. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/core/AbstractRCodeGenerator.java (at line 198)
	private final int indent= 0;
	                  ^^^^^^
The value of the field AbstractRCodeGenerator.indent is not used
4 problems (0 errors, 3 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.base.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.base.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.base.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.core ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.base.core ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui >--------
[INFO] Building [bundle] StatET R Task Model - Base - UI  (Incubation) 4.8.0.202308171800-r [136/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Resolving class path of [bundle] StatET R Task Model - Base - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.base.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/IEFPropertyExpressions.java:[32] 
	public void collectExpressionInfo(final ExpressionInfo info) {
	                                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Expression specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/IEFPropertyExpressions.java:[37] 
	public EvaluationResult evaluate(final IEvaluationContext context) {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull EvaluationResult' returned from Expression.evaluate(IEvaluationContext) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/IEFPropertyExpressions.java:[37] 
	public EvaluationResult evaluate(final IEvaluationContext context) {
	                                       ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Expression specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormPage.java:[109] 
	layoutData.colspan= ((TableWrapLayout) body.getLayout()).numColumns;
	                                       ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayout() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormPage.java:[121] 
	layoutData.colspan= ((TableWrapLayout) body.getLayout()).numColumns;
	                                       ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayout() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormPage.java:[148] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/String2RTypedExprConverter.java:[57] 
	return new RTypedExpr(this.type, fromObject);
	                                 ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[71] 
	this.detail= new Button(parent, SWT.NONE);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[87] 
	newValue= this.rGraphicFunctions.parseFontFamily(rParser.parseExpr(
						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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[103] 
	public void paintControl(final PaintEvent e) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[121] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[154] 
	{	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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RTaskGenManager.java:[72] 
	UIAccess.getDisplay().asyncExec(this.runnable);
	                                ^^^^^^^^^^^^^
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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RTaskGenManager.java:[95] 
	this.codeGenerator.generate(root);
	                            ^^^^
Null type safety (type annotations): The expression of type 'EObject' needs unchecked conversion to conform to '@NonNull EObject'
26. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RTaskGenManager.java (at line 100)
	this.codeGenerator.getRequiredPkgs(), this.codeGenerator.getRCode());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull String>' is made accessible using the less-annotated type 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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'
39. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java (at line 65)
	final IObservableValue<String> swtObservable= WidgetProperties.text(SWT.Modify)
				.observe(getRealm(), this.widget );
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull IObservableValue<@NonNull String>' is made accessible using the less-annotated type 'IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[79] 
	this.detail= new Button(parent, SWT.NONE);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[95] 
	newValue= this.rGraphicFunctions.parseColorDef(rParser.parseExpr(
						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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[111] 
	public void paintControl(final PaintEvent e) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[133] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[162] 
	{	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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskHandler.java:[63] 
	final Resource resource= resourceSet.createResource(fileURI, contentType.getId());
	                                                             ^^^^^^^^^^^
Potential null pointer access: The variable contentType may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskHandler.java:[79] 
	page.openEditor(new DirectResourceEditorInput(name, resource), editor.getId());
	^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[141] 
	super(new RExprType(type, -1, NLS.bind("Unknown data type (''{0}'')", 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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[161] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[263] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[286] 
	public Control getControl() {
	       ^^^^^^^
The return type is incompatible with '@NonNull Control' returned from IObjValueWidget<RTypedExpr>.getControl() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[295] 
	public Class<RTypedExpr> getValueType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<RTypedExpr>' returned from IObjValueWidget<RTypedExpr>.getValueType() (mismatching null constraints)
57. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java (at line 296)
	return RTypedExpr.class;
	       ^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull RTypedExpr>' is made accessible using the less-annotated type 'Class<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[305] 
	this.typeControl= new Label(composite, SWT.CENTER);
	                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[311] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[318] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[318] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[353] 
	public void setFont(final Font font) {
	                          ^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[356] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[356] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[500] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[528] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[627] 
	public void addValueListener(final IObjValueListener<RTypedExpr> listener) {
	                                   ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IObjValueWidget<RTypedExpr> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[628] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[632] 
	public void removeValueListener(final IObjValueListener<RTypedExpr> listener) {
	                                      ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IObjValueWidget<RTypedExpr> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[681] 
	return new RTypedExpr(this.currentTypeDef.getTypeKey(), text);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskFileWizard.java:[177] 
	final ISelection targetSelection= new StructuredSelection(modelFile);
	                                                          ^^^^^^^^^
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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskFileWizard.java:[266] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/MasterDetailComposite.java:[167] 
	super.layout(changed, flags);
	             ^^^^^^^
Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control []'
82. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java (at line 109)
	return WidgetProperties.text(SWT.Modify)
					.observe(((TextCellEditor)this.cellEditor).getControl());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ISWTObservableValue<@NonNull String>' is made accessible using the less-annotated type 'IObservableValue<String>', corresponding supertype is 'IObservableValue<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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>'
86. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java (at line 119)
	.setConverter(new String2RTypedExprConverter(RExprListProperty.this.types.getDefaultTypeKey())),
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull String2RTypedExprConverter' is made accessible using the less-annotated type 'IConverter<? super String,? extends @Nullable RTypedExpr>', corresponding supertype is 'IConverter<@NonNull String,@Nullable RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[209] 
	this.buttonGroup= new ButtonGroup<>(parent, this, true);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[234] 
	public RTypedExpr edit(final int command, final RTypedExpr item, final Object parent) {
	                                                ^^^^^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<RTypedExpr> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[234] 
	public RTypedExpr edit(final int command, final RTypedExpr item, final Object parent) {
	                                                                       ^^^^^^
Missing nullable annotation: inherited method from ButtonGroup.IActions<RTypedExpr> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[237] 
	return new RTypedExpr(this.types.getDefaultTypeKey(), ""); //$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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[246] 
	public void updateState(final IStructuredSelection selection) {
	                              ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.IActions<RTypedExpr> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[258] 
	this.buttonGroup.connectTo(this.widget.viewer, this.modelObservable, null);
	                                                                     ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable RTypedExpr>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[268] 
	this.widget.viewer.addDragSupport(operations, transfers, new SelectionTransferDragAdapter(
	                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[270] 
	this.widget.viewer.addDropSupport(operations, transfers, new RExprViewerDropAdapter(
	                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[351] 
	this.widget.viewer.setSelection(new StructuredSelection(this.modelObservable.get(0)));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
103. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFRawOutlinePage.java (at line 41)
	private IStatusLineManager contentOutlineStatusLineManager;
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field EFRawOutlinePage.contentOutlineStatusLineManager is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFRawOutlinePage.java:[67] 
	this.viewer.setSelection(new StructuredSelection(editingDomain.getResourceSet().getResources().get(0)), true);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Resource' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFDataBindingSupport.java:[71] 
	protected DataBindingContext createContext(final Realm realm) {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DataBindingContext' returned from DataBindingSupport.createContext(Realm) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFDataBindingSupport.java:[71] 
	protected DataBindingContext createContext(final Realm realm) {
	                                                 ^^^^^
Missing non-null annotation: inherited method from DataBindingSupport specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[121] 
	addPage(rCodePage, new RCodeGenEditorInput(this.rCodeGenAdapter.getCodeFragment()));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeGenSourceFragment' needs unchecked conversion to conform to '@NonNull SourceFragment'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[240] 
	handler ));
	^^^^^^^
Null type mismatch: required '@NonNull IHandler2' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/actions/RunRTaskHandler.java:[63] 
	final RTaskRunnable runnable= new RTaskRunnable(snippet, part.getSite().getPage());
	                                                         ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] 
	if (rElement.getElementName() == null) {
					return PRIORITY_INVALID;
				}
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[132] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[142] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[142] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[151] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[151] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[168] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[168] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[188] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[188] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[190] 
	if (elementName == null) {
							return PRIORITY_INVALID;
						}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[194] 
	RElementName parentName= null;
	             ^^^^^^^^^^
The value of the local variable parentName is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[198] 
	} while (elementName.getNextSegment() != null);
	         ^^^^^^^^^^^
Potential null pointer access: The variable elementName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[233] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[233] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[247] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[249] 
	((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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[266] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[297] 
	final String oldExpr= ((RTypedExpr) parents.get(0).getValue()).getExpr();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getValue() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[353] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[88] 
	this.viewer.getControl().getDisplay().asyncExec(this.viewerRefresh);
	                                                ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AdapterFactoryContentProvider.ViewerRefresh' needs unchecked conversion to conform to '@NonNull Runnable'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[97] 
	private class AddHandler extends ButtonGroup.AddHandler {
	                                 ^^^^^^^^^^^^^^^^^^^^^^
ButtonGroup.AddHandler is a raw type. References to generic type ButtonGroup.AddHandler<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[108] 
	public boolean run(final IStructuredSelection selection) {
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.AddHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[144] 
	final TProperty value= (TProperty) iter.next();
	                       ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from capture#5-of ? to TProperty
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[156] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ButtonGroup.SelectionHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[184] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[188] 
	this.buttonGroup= new ButtonGroup<>(parent);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[195] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[217] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[217] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[221] 
	this.buttonGroup.connectTo(this.widget.viewer, this.modelObservable, null);
	                                                                     ^^^^
Null type mismatch: required '@NonNull IObservableValue<@Nullable TProperty extends EObject>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[225] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[229] 
	this.widget.viewer.addDragSupport(operations, transfers, new ViewerDragAdapter(this.widget.viewer));
	                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[230] 
	this.widget.viewer.addDropSupport(operations, transfers, new EditingDomainViewerDropAdapter(
	                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[235] 
	ViewerProperties.singlePostSelection((Class<@Nullable TProperty>)getEFeature().getEType().getInstanceClass())
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#6-of ?> to Class<TProperty>
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[247] 
	return this.singleSelectionObservable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'IObservableValue<TProperty extends EObject>' but this expression has type 'IObservableValue<@Nullable TProperty extends EObject>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[156] 
	public void resourceChanged(final IResourceChangeEvent event) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[166] 
	public boolean visit(final IResourceDelta delta) {
	                           ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IResourceDeltaVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[202] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[214] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[239] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[253] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[273] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[365] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> @NonNull[]' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[371] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[371] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[375] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[395] 
	public void partActivated(final IWorkbenchPart p) {
	                                ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[417] 
	public void partClosed(final IWorkbenchPart p) {
	                             ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[420] 
	public void partDeactivated(final IWorkbenchPart p) {
	                                  ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[423] 
	public void partOpened(final IWorkbenchPart p) {
	                             ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[487] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[530] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[531] 
	setInputWithNotify(editorInput);
	                   ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IEditorInput' needs unchecked conversion to conform to '@NonNull IEditorInput'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[534] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[550] 
	selectionProvider.setSelection(selectionProvider.getSelection());
	^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable selectionProvider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[658] 
	public void doSave(final IProgressMonitor progressMonitor) {
	                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from EditorPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[759] 
	setInputWithNotify(editorInput);
	                   ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IEditorInput' needs unchecked conversion to conform to '@NonNull IEditorInput'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[786] 
	((ProblemEditorPart)getEditor(lastEditorPage)).setDiagnostic(diagnostic);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getEditor(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[905] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[940] 
	viewer.addDragSupport(dndOperations, transfers, new ViewerDragAdapter(viewer));
	                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[941] 
	viewer.addDropSupport(dndOperations, transfers, new EditingDomainViewerDropAdapter(getEditingDomain(), viewer));
	                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[951] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[1098] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/PropertyDetail.java:[31] 
	return new Composite(parent, SWT.NONE);
	                     ^^^^^^
Null type safety (type annotations): The expression of type 'DetailStack' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[74] 
	this.detail= new Button(parent, SWT.NONE);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[90] 
	newValue= this.rGraphicFunctions.parseAlpha(rParser.parseExpr(
						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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[106] 
	public void paintControl(final PaintEvent e) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[120] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[149] 
	{	final Point location= this.detail.getParent().toDisplay(new Point(bounds.x, bounds.y));
	 	                      ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
199. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java (at line 173)
	final int v255= 255 - Math.round(value * 255);
	                                 ^^^^^
The expression of type Float is unboxed into float
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[79] 
	protected void run(final RConsoleService r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRConsoleRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[79] 
	protected void run(final RConsoleService r, final ProgressMonitor m) throws StatusException {
	                                                  ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRConsoleRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 'RConsoleService' needs unchecked conversion to conform to '@NonNull RConsoleService'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[86] 
	r.submitToConsole(this.snippet.getRCode(), 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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[86] 
	r.submitToConsole(this.snippet.getRCode(), 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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[106] 
	if (RPkgUtils.areInstalled(rPkgMgr, requiredPkgs, r, m)) {
	                                    ^^^^^^^^^^^^
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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[106] 
	if (RPkgUtils.areInstalled(rPkgMgr, requiredPkgs, 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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RCodePage.java:[46] 
	setPartName(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.8.x-r/statet/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
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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 REditor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RCodePage.java:[89] 
	super.createPartControl(parent);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RCodePage.java:[128] 
	protected void editorContextMenuAboutToShow(final IMenuManager m) {
	                                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from REditor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RCodePage.java:[131] 
	super.editorContextMenuAboutToShow(m);
	                                   ^
Null type safety (type annotations): The expression of type 'IMenuManager' needs unchecked conversion to conform to '@NonNull IMenuManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[69] 
	final IViewReference[] viewReferences= workbenchPage.getViewReferences();
	                                       ^^^^^^^^^^^^^
Potential null pointer access: The variable workbenchPage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[106] 
	final ITabDescriptor tab= page.getSelectedTab();
	                          ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[132] 
	efPage.setSelectedTab(this.propertyTabId);
	^^^^^^
Potential null pointer access: The variable efPage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[73] 
	this.composite= new Composite(parent, SWT.NULL);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[71] 
	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.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.129.0.v20230525-0648/org.eclipse.ui.workbench-3.129.0.v20230525-0648.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[50] 
	return new Composite(parent, SWT.NONE);
	                     ^^^^^^
Null type safety (type annotations): The expression of type 'DetailStack' needs unchecked conversion to conform to '@NonNull Composite'
244. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java (at line 86)
	private EObject currentValue;
	                ^^^^^^^^^^^^
The value of the field DetailStack.currentValue is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[90] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[148] 
	getParent().layout(new Control[] { this });
	                   ^^^^^^^^^^^^^^^^^^^^^^
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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[169] 
	final Label label= new Label(composite, SWT.NONE);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFToolkit.java:[48] 
	final int colSpan= ((GridLayout) parent.getLayout()).numColumns;
	                                 ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayout() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[72] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IEditorInput.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[82] 
	public String getToolTipText() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IEditorInput.getToolTipText() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[92] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[92] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[93] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[93] 
	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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditorSelectionProvider.java:[57] 
	final ISelectionProvider selectionProvider= activeEditor.getSite().getSelectionProvider();
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[92] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[134] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[137] 
	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.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[164] 
	values.add(new RTypedExpr(typeKey, expr));
	                                   ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
288 problems (0 errors, 280 warnings, 8 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.base.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.base.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.ui ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.base.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core >------
[INFO] Building [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) 4.8.0.202308171800-r [137/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Resolving class path of [bundle] StatET R Task Model - 'ftable' - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableRuleSet.java:[46] 
	features.add(new EFeatureReference(eObject, Literals.FTABLE__COL_VARS));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EAttribute' needs unchecked conversion to conform to '@NonNull EStructuralFeature'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableRuleSet.java:[47] 
	features.add(new EFeatureReference(eObject, Literals.FTABLE__ROW_VARS));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EAttribute' needs unchecked conversion to conform to '@NonNull EStructuralFeature'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableRuleSet.java:[58] 
	features.add(new EFeatureReference(obj, Literals.FTABLE__DATA));
	                                        ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EAttribute' needs unchecked conversion to conform to '@NonNull EStructuralFeature'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableRCodeGen.java:[34] 
	public void generate(final EObject root) {
	                           ^^^^^^^
Missing non-null annotation: inherited method from AbstractRCodeGenerator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableRCodeGen.java:[80] 
	appendExprsC(exprs, QUOTE_PROCESSOR);
	             ^^^^^
Null type safety (type annotations): The expression of type 'List<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>'
20 problems (0 errors, 13 warnings, 7 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.core ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) 4.8.0.202308171800-r [138/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Resolving class path of [bundle] StatET R Task Model - 'ftable' - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/TableVarsSection.java:[59] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/TableVarsSection.java:[66] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/FTableActionBarContributor.java:[243] 
	this.selectionProvider= part.getSite().getSelectionProvider();
	                        ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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
7 problems (7 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.ui ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core >------
[INFO] Building [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.8.0.202308171800-r [139/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Resolving class path of [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Compiling 82 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRuleSet.java:[46] 
	features.add(new EFeatureReference(eObject, Literals.GRID_FACET_LAYOUT__COL_VARS));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EAttribute' needs unchecked conversion to conform to '@NonNull EStructuralFeature'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRuleSet.java:[47] 
	features.add(new EFeatureReference(eObject, Literals.GRID_FACET_LAYOUT__ROW_VARS));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EAttribute' needs unchecked conversion to conform to '@NonNull EStructuralFeature'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRuleSet.java:[58] 
	features.add(new EFeatureReference(obj, Literals.PROP_DATA_PROVIDER__DATA));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EAttribute' needs unchecked conversion to conform to '@NonNull EStructuralFeature'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/GGPlotItemProvider.java:[71] 
	this.label= new LabelGenerator(getResourceLocator(), GGPlotPackage.eINSTANCE.getGGPlot(), FEATURE_LABEL_NAMES);
	                               ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ResourceLocator' needs unchecked conversion to conform to '@NonNull ResourceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/GGPlotItemProvider.java:[71] 
	this.label= new LabelGenerator(getResourceLocator(), GGPlotPackage.eINSTANCE.getGGPlot(), FEATURE_LABEL_NAMES);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EClass' needs unchecked conversion to conform to '@NonNull EClass'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/GGPlotItemProvider.java:[71] 
	this.label= new LabelGenerator(getResourceLocator(), GGPlotPackage.eINSTANCE.getGGPlot(), FEATURE_LABEL_NAMES);
	                                                                                          ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/GGPlotItemProvider.java:[351] 
	return this.label.createLabel((GGPlot) object);
	                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'GGPlot' needs unchecked conversion to conform to '@NonNull EObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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)
90. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotExprTypesProvider.java (at line 38)
	private static final RExprTypes T_LABEL= new RExprTypes(ImCollections.newList(
			RExprType.TEXT_VALUE_TYPE,
			RExprType.EXPR_LABEL_VALUE_TYPE ), 0 );
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RExprType>' is made accessible using the less-annotated type 'ImList<RExprType>'
91. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotExprTypesProvider.java (at line 42)
	private static final RExprTypes T_LABEL_VAR= new RExprTypes(ImCollections.newList(
			RExprType.TEXT_VALUE_TYPE,
			RExprType.EXPR_LABEL_VALUE_TYPE,
			RExprType.DATAFRAME_COLUMN_TYPE), 2 );
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RExprType>' is made accessible using the less-annotated type 'ImList<RExprType>'
92. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotExprTypesProvider.java (at line 47)
	private static final RExprTypes T_COLOR_VAR= new RExprTypes(ImCollections.newList(
			RExprType.EXPR_COLOR_VALUE_TYPE,
			RExprType.DATAFRAME_COLUMN_TYPE ), 0 );
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RExprType>' is made accessible using the less-annotated type 'ImList<RExprType>'
93. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotExprTypesProvider.java (at line 51)
	private static final RExprTypes T_ALPHA_VAR= new RExprTypes(ImCollections.newList(
			RExprType.EXPR_ALPHA_VALUE_TYPE,
			RExprType.DATAFRAME_COLUMN_TYPE ), 0 );
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RExprType>' is made accessible using the less-annotated type 'ImList<RExprType>'
94. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotExprTypesProvider.java (at line 55)
	private static final RExprTypes T_FONT_FAMILY_VAR= new RExprTypes(ImCollections.newList(
			RExprType.EXPR_FONT_FAMILY_VALUE_TYPE/*,
			RExprType.DATAFRAME_COLUMN_TYPE*/ ), 0 );
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RExprType>' is made accessible using the less-annotated type 'ImList<RExprType>'
95. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotExprTypesProvider.java (at line 59)
	private static final RExprTypes T_OTHER_VAR= new RExprTypes(ImCollections.newList(
			RExprType.EXPR_VALUE_TYPE,
			RExprType.DATAFRAME_COLUMN_TYPE ), 0 );
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull RExprType>' is made accessible using the less-annotated type 'ImList<RExprType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[177] 
	fun.appendExpr(property.getRArg(), (RTypedExpr) value, RTypedExpr.MAPPED);
	                                   ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull RTypedExpr'
145. INFO in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java (at line 182)
	private static final ImList<String> DIRECT_TYPES= ImCollections.newList(
			RTypedExpr.R,
			RTypedExpr.CHAR );
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull String>' is made accessible using the less-annotated type 'ImList<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[190] 
	fun.appendExpr(property.getRArg(), (RTypedExpr) value, DIRECT_TYPES);
	                                   ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull RTypedExpr'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[190] 
	fun.appendExpr(property.getRArg(), (RTypedExpr) value, DIRECT_TYPES);
	                                                       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[200] 
	public void generate(final EObject root) {
	                           ^^^^^^^
Missing non-null annotation: inherited method from AbstractRCodeGenerator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[222] 
	final FunBuilder fun= appendFun(e2r.getRFun());
	                                ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[246] 
	final FunBuilder fun= appendFun(e2r.getRFun());
	                                ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[302] 
	appendExprList(layout.getRowVars(), " + ", "."); //$NON-NLS-1$ //$NON-NLS-2$
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>', corresponding supertype is 'List<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[304] 
	appendExprList(layout.getColVars(), " + ", "."); //$NON-NLS-1$ //$NON-NLS-2$
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>', corresponding supertype is 'List<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[310] 
	appendExprList(layout.getColVars(), " + ", "."); //$NON-NLS-1$ //$NON-NLS-2$
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>', corresponding supertype is 'List<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[362] 
	labsFun.appendExpr(lab, text, DIRECT_TYPES);
	                        ^^^^
Null type mismatch: required '@NonNull RTypedExpr' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[362] 
	labsFun.appendExpr(lab, text, DIRECT_TYPES);
	                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[364] 
	labsFun.appendExpr(lab2, text2, DIRECT_TYPES);
	                         ^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull RTypedExpr'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[364] 
	labsFun.appendExpr(lab2, text2, DIRECT_TYPES);
	                                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/LayerItemProvider.java:[79] 
	this.label= new LabelGenerator(getResourceLocator(), eClass, FEATURE_LABEL_NAMES);
	                               ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ResourceLocator' needs unchecked conversion to conform to '@NonNull ResourceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/LayerItemProvider.java:[79] 
	this.label= new LabelGenerator(getResourceLocator(), eClass, FEATURE_LABEL_NAMES);
	                                                             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/provider/LayerItemProvider.java:[136] 
	return this.label.createLabel((Layer) object);
	                              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Layer' needs unchecked conversion to conform to '@NonNull EObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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)
234 problems (0 errors, 227 warnings, 7 infos)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.8.0.202308171800-r [140/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Resolving class path of [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation)...
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[63] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[69] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[60] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[67] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/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.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayerNoSelectionDetail.java:[44] 
	final Label label= new Label(composite, SWT.NONE);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
37 problems (37 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.8.0.202308171800-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------------< org.eclipse.statet.rtm-assemblies:rtm >----------------
[INFO] Building rtm 4.8.0.202308171800-r                              [141/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ rtm ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ rtm ---
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable >---
[INFO] Building [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.8.0.202308171800-r [142/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ftable ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot >---
[INFO] Building [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.8.0.202308171800-r [143/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.8.0.202308171800-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.8.0.202308171800-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.8.0.202308171800-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:xml:p2metadata:4.8.0.202308171800-r already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:xml:p2artifacts:4.8.0.202308171800-r already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >-----
[INFO] Building org.eclipse.statet.repository 4.8.0.202308171800-r    [144/145]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository ---
[INFO] The project's OSGi version is 4.8.0.202308171800-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.statet.repository ---
[INFO] Copying 2 resources from legal-resources to target/classes
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository ---
[INFO] Copying resources from /home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/target/classes to /home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/target/repository
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.graphics,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.emf.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.text.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.waltable.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.eutils.autorun,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.redocs.wikitext.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ide.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.yaml.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.databinding.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.tex.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.client,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.buildpath.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.runtime.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.eclient,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.commonmark.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.tex.r.doc,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.nico.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r.debug,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.data,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.preferences.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.commonmark.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.emf.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.uimisc,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.yaml,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ide.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rhelp.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.console.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.debug.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rtm.ftable,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.yaml.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.eutils.autorun,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.base.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.ltk,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.servi.e,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.net.core.ssh.jsch,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.util,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.tex.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.tex.r.debug,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.net.core.ssh.apache,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.debug.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.nico.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ftable.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.redocs.tex.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.buildpath.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.servi,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.services.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.debug.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.base.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.base.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.server,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ggplot.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.runtime.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.debug.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r.textile,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.eutils.autonature,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.base.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.apps,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.doc,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ggplot.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.eutils.autonature,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.text.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.tex.r,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.coremisc,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r.commonmark,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.console.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.edb.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rtm.ggplot,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ftable.ui,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.net.core,4.8.0.202308171800-r.
[WARNING] [1a7bc2a3-c1ce-4d9d-a3f6-2f764eb71a50][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.launching.winrgui,4.8.0.202308171800-r.
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ org.eclipse.statet.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/target/statet-repository-E202306-incubation-4.8.0-202308171800-r.zip
[INFO] 
[INFO] --- tycho-source-plugin:3.0.5:feature-source (feature-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.5:verify-repository (verify) @ org.eclipse.statet.repository ---
[INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/target/repository
[INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.8.x-r/statet/_releng/statet-repository/target/repository/' has been verified successfully
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:aggregation-statet >------------
[INFO] Building aggregation-statet 4.8.0.202308171800-r               [145/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse StatET - Maven Parent 4.8.0.202308171800-r . SUCCESS [ 10.528 s]
[INFO] target-eclipse.ide 4.8.0.202308171800-r ............ SUCCESS [  0.983 s]
[INFO] Eclipse StatET - Parent for Eclipse IDE based applications 4.8.0.202308171800-r SUCCESS [  0.006 s]
[INFO] Eclipse StatET - Parent for Spring Boot based applications 4.8.0.202308171800-r SUCCESS [  0.000 s]
[INFO] jcommons 4.8.0.202308171800-r ...................... SUCCESS [  0.006 s]
[INFO] org.eclipse.statet.jcommons.util 4.8.0.202308171800-r SUCCESS [ 21.515 s]
[INFO] [test-bundle] StatET JCommons - Util - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [ 20.076 s]
[INFO] org.eclipse.statet.jcommons.text.core 4.8.0.202308171800-r SUCCESS [  2.421 s]
[INFO] [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  7.455 s]
[INFO] [bundle] StatET JCommons - Net - Core - JSch Integration  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.673 s]
[INFO] [bundle] StatET JCommons - Net - Core - Mina SSH Integration  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.005 s]
[INFO] ecommons 4.8.0.202308171800-r ...................... SUCCESS [  0.004 s]
[INFO] [bundle] StatET ECommons - Runtime - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.716 s]
[INFO] [bundle] StatET ECommons - Runtime - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.787 s]
[INFO] [bundle] StatET ECommons - Preferences - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.908 s]
[INFO] [bundle] StatET ECommons - Net - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.975 s]
[INFO] [bundle] StatET ECommons - EMF - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.768 s]
[INFO] [bundle] StatET ECommons - EMF - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.149 s]
[INFO] [bundle] StatET ECommons - Databinding - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.891 s]
[INFO] [bundle] StatET ECommons - Text - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.237 s]
[INFO] [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  7.591 s]
[INFO] [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.765 s]
[INFO] [bundle] StatET ECommons - Debug - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.799 s]
[INFO] [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation) 4.8.0.202308171800-r SUCCESS [  9.046 s]
[INFO] [bundle] StatET ECommons - Debug - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.922 s]
[INFO] ecommons.waltable 4.8.0.202308171800-r ............. SUCCESS [  0.003 s]
[INFO] [bundle] StatET ECommons - WaLTable - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  6.926 s]
[INFO] ecommons.edb 4.8.0.202308171800-r .................. SUCCESS [  0.003 s]
[INFO] [bundle] StatET ECommons - Embedded DB - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.743 s]
[INFO] autonature 4.8.0.202308171800-r .................... SUCCESS [  0.003 s]
[INFO] [bundle] StatET EUtils - Auto-Nature  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.149 s]
[INFO] autonature 4.8.0.202308171800-r .................... SUCCESS [  0.005 s]
[INFO] [feature] StatET Auto Project Configuration  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.819 s]
[INFO] autorun 4.8.0.202308171800-r ....................... SUCCESS [  0.004 s]
[INFO] [bundle] StatET EUtils - Auto Run  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.966 s]
[INFO] autorun 4.8.0.202308171800-r ....................... SUCCESS [  0.003 s]
[INFO] [feature] StatET Auto Run  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.605 s]
[INFO] ltk 4.8.0.202308171800-r ........................... SUCCESS [  0.004 s]
[INFO] [bundle] StatET LTK  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.693 s]
[INFO] [bundle] StatET LTK - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.448 s]
[INFO] [test-bundle] StatET LTK - Core - Tests  (Incubation) 4.4.0.202107080600-r SUCCESS [  6.214 s]
[INFO] [bundle] StatET LTK - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  8.333 s]
[INFO] [bundle] StatET LTK - Buildpath - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.864 s]
[INFO] [bundle] StatET LTK - Buildpath - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.765 s]
[INFO] ltk 4.8.0.202308171800-r ........................... SUCCESS [  0.005 s]
[INFO] [feature] StatET LTK  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.293 s]
[INFO] yaml 4.8.0.202308171800-r .......................... SUCCESS [  0.004 s]
[INFO] [bundle] StatET YAML Tools - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.042 s]
[INFO] [test-bundle] StatET YAML Tools - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  9.940 s]
[INFO] [bundle] StatET YAML Tools - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.769 s]
[INFO] yaml 4.8.0.202308171800-r .......................... SUCCESS [  0.004 s]
[INFO] [feature] StatET YAML Editor  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.291 s]
[INFO] docmlet 4.8.0.202308171800-r ....................... SUCCESS [  0.003 s]
[INFO] [bundle] StatET DocMLET - Base - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.962 s]
[INFO] [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  6.198 s]
[INFO] [bundle] StatET DocMLET - Base - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.319 s]
[INFO] [bundle] StatET DocMLET - TeX - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.837 s]
[INFO] [bundle] StatET DocMLET - TeX - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.424 s]
[INFO] [bundle] StatET DocMLET - Wikitext - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  5.187 s]
[INFO] [bundle] StatET DocMLET - Wikitext - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.826 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.207 s]
[INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [ 12.301 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.711 s]
[INFO] [bundle] StatET DocMLET - Documentation  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.385 s]
[INFO] docmlet 4.8.0.202308171800-r ....................... SUCCESS [  0.002 s]
[INFO] rj.core 4.8.0.202308171800-r ....................... SUCCESS [  0.016 s]
[INFO] org.eclipse.statet.rj.data 4.8.0.202308171800-r .... SUCCESS [  3.930 s]
[INFO] org.eclipse.statet.rj.services.core 4.8.0.202308171800-r SUCCESS [  2.821 s]
[INFO] [test-bundle] StatET RJ - Data - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [01:39 min]
[INFO] org.eclipse.statet.rj.server 4.8.0.202308171800-r .. SUCCESS [  5.105 s]
[INFO] [test-bundle] StatET RJ - Server - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  7.477 s]
[INFO] [bundle] StatET RJ - Server - Remote Tools  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.962 s]
[INFO] StatET RJ - Server - R Package Skeleton + API  (Incubation) 4.8.0.202308171800-r SUCCESS [ 15.490 s]
[INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [ 14.403 s]
[INFO] org.eclipse.statet.rj.client 4.8.0.202308171800-r .. SUCCESS [  3.389 s]
[INFO] [bundle] StatET RJ - Java Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.178 s]
[INFO] rj.core 4.8.0.202308171800-r ....................... SUCCESS [  0.003 s]
[INFO] [feature] StatET RJ - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.462 s]
[INFO] org.eclipse.statet.rj.server-consoleserver 4.8.0.202308171800-r SUCCESS [  1.276 s]
[INFO] rj.servi 4.8.0.202308171800-r ...................... SUCCESS [  0.014 s]
[INFO] org.eclipse.statet.rj.servi 4.8.0.202308171800-r ... SUCCESS [  3.006 s]
[INFO] [test-bundle] StatET RJ - RServi - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  9.586 s]
[INFO] org.eclipse.statet.rj.servi.webapp 4.8.0.202308171800-r SUCCESS [ 13.449 s]
[INFO] rj.servi 4.8.0.202308171800-r ...................... SUCCESS [  0.003 s]
[INFO] rj.eclient 4.8.0.202308171800-r .................... SUCCESS [  0.003 s]
[INFO] [bundle] StatET RJ - Eclipse Client - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.442 s]
[INFO] [bundle] StatET RJ - Eclipse Client  (Incubation) 4.8.0.202308171800-r SUCCESS [  0.823 s]
[INFO] [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.133 s]
[INFO] rj.eclient 4.8.0.202308171800-r .................... SUCCESS [  0.003 s]
[INFO] [feature] StatET RJ - Eclipse Client  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.828 s]
[INFO] [feature] StatET RJ - RServi E-Compilation  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.904 s]
[INFO] Eclipse StatET RJ - RServi 4.8.0.202308171800-r .... SUCCESS [  4.729 s]
[INFO] rj.examples 4.8.0.202308171800-r ................... SUCCESS [  0.005 s]
[INFO] [bundle] StatET RJ - RServi Demo  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.031 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 1  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.643 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 2  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.613 s]
[INFO] rj.examples 4.8.0.202308171800-r ................... SUCCESS [  0.003 s]
[INFO] [feature] StatET RJ - RCP Demo 2  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.122 s]
[INFO] [product] RServi RCP Demo 4.8.0.202308171800-r ..... SUCCESS [ 40.064 s]
[INFO] rhelp 4.8.0.202308171800-r ......................... SUCCESS [  0.006 s]
[INFO] org.eclipse.statet.rhelp.core 4.8.0.202308171800-r . SUCCESS [  7.046 s]
[INFO] [test-bundle] StatET R-Help - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [  7.336 s]
[INFO] org.eclipse.statet.rhelp.server 4.8.0.202308171800-r SUCCESS [ 51.741 s]
[INFO] r 4.8.0.202308171800-r ............................. SUCCESS [  0.005 s]
[INFO] [bundle] StatET IDE - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.766 s]
[INFO] [bundle] StatET IDE - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  5.133 s]
[INFO] [bundle] StatET NiCo - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.990 s]
[INFO] [bundle] StatET NiCo - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.722 s]
[INFO] [bundle] StatET R - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  7.317 s]
[INFO] [test-bundle] StatET R - Core - Tests  (Incubation) 4.8.0.202308171800-r SUCCESS [ 15.813 s]
[INFO] [bundle] StatET R - Console - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.864 s]
[INFO] [bundle] StatET R - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [ 11.892 s]
[INFO] [bundle] StatET R - Console - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.891 s]
[INFO] [bundle] StatET R - Debug - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.549 s]
[INFO] [bundle] StatET R - Debug - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.144 s]
[INFO] org.eclipse.statet.r.launching.winrgui 4.8.0.202308171800-r SUCCESS [  3.934 s]
[INFO] [bundle] StatET R - Add-on for R Apps  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.425 s]
[INFO] [bundle] StatET R - Documentation  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.299 s]
[INFO] [bundle] StatET R  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.126 s]
[INFO] r 4.8.0.202308171800-r ............................. SUCCESS [  0.003 s]
[INFO] [feature] StatET IDE for R  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.663 s]
[INFO] redocs 4.8.0.202308171800-r ........................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET ReDocs - Commons for R  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.290 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.885 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.100 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.531 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.285 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.928 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.062 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.873 s]
[INFO] redocs 4.8.0.202308171800-r ........................ SUCCESS [  0.002 s]
[INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) 4.8.0.202308171800-r SUCCESS [  1.939 s]
[INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.131 s]
[INFO] rtm 4.8.0.202308171800-r ........................... SUCCESS [  0.005 s]
[INFO] [bundle] StatET R Task Model - Base - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.101 s]
[INFO] [bundle] StatET R Task Model - Base - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.947 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.248 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  4.428 s]
[INFO] [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.968 s]
[INFO] [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.8.0.202308171800-r SUCCESS [  3.937 s]
[INFO] rtm 4.8.0.202308171800-r ........................... SUCCESS [  0.002 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.037 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.8.0.202308171800-r SUCCESS [  2.042 s]
[INFO] org.eclipse.statet.repository 4.8.0.202308171800-r . SUCCESS [ 14.560 s]
[INFO] aggregation-statet 4.8.0.202308171800-r ............ SUCCESS [  0.000 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:05 min
[INFO] Finished at: 2023-08-17T19:46:44Z
[INFO] ------------------------------------------------------------------------
[Pipeline] script
[Pipeline] {
[Pipeline] readFile
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy 'nexus')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.8.x-r/statet
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=_releng/pom.xml -DpomFile=_releng/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.113 s
[INFO] Finished at: 2023-08-17T19:47:08Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=_releng/eclipse.ide/pom.xml -DpomFile=_releng/eclipse.ide/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.627 s
[INFO] Finished at: 2023-08-17T19:47:15Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r.jar -DpomFile=jcommons/org.eclipse.statet.jcommons.text.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.866 s
[INFO] Finished at: 2023-08-17T19:47:23Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r.jar -DpomFile=jcommons/org.eclipse.statet.jcommons.util/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.805 s
[INFO] Finished at: 2023-08-17T19:47:31Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.8.0.202308171800-r.jar -DpomFile=rj.core/org.eclipse.statet.rj.data/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.061 s
[INFO] Finished at: 2023-08-17T19:47:40Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.8.0.202308171800-r.jar -DpomFile=rj.core/org.eclipse.statet.rj.services.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.021 s
[INFO] Finished at: 2023-08-17T19:47:47Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.8.0.202308171800-r.jar -DpomFile=rj.core/org.eclipse.statet.rj.server/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2023-08-17T19:47:55Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.8.0.202308171800-r.jar -DpomFile=rj.core/org.eclipse.statet.rj.client/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-08-17T19:48:03Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.8.0.202308171800-r.jar -DpomFile=rj.servi/org.eclipse.statet.rj.servi/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.8.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.8.0.202308171800-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-08-17T19:48:10Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[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-h20hHNBzZHF8/agent.3860
SSH_AGENT_PID=3862
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/statet-4.8.x-r@tmp/private_key_17104196396643628142.key (/home/jenkins/agent/workspace/statet-4.8.x-r@tmp/private_key_17104196396643628142.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.8.0
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.8.0
+ scp -r statet/_releng/statet-repository/target/statet-repository-E202306-incubation-4.8.0-202308171800-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.8.0/E202306
+ scp -r statet/_releng/statet-repository/target/repository/artifacts.jar statet/_releng/statet-repository/target/repository/artifacts.xml.xz statet/_releng/statet-repository/target/repository/content.jar statet/_releng/statet-repository/target/repository/content.xml.xz statet/_releng/statet-repository/target/repository/features statet/_releng/statet-repository/target/repository/LICENSE statet/_releng/statet-repository/target/repository/NOTICE.md statet/_releng/statet-repository/target/repository/p2.index statet/_releng/statet-repository/target/repository/plugins genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/E202306
+ scp -r statet/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.8.0-202308171800-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/
+ scp -r statet/rj.core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.8.0-202308171800-r.tar.gz genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.8
+ ssh genie.statet@projects-storage.eclipse.org chmod g+w /home/data/httpd/download.eclipse.org/statet/releases/4.8
+ ssh genie.statet@projects-storage.eclipse.org ls -ARl /home/data/httpd/download.eclipse.org/statet/releases/4.8.0
/home/data/httpd/download.eclipse.org/statet/releases/4.8.0:
total 56668
drwxr-sr-x 4 genie.statet science.statet     4096 Aug 17 15:46 E202306
-rw-r--r-- 1 genie.statet science.statet   750087 Aug 17 15:46 statet-consoleserver-incubation-4.8.0-202308171800-r.tar.gz
-rw-r--r-- 1 genie.statet science.statet 25551756 Aug 17 15:46 statet-repository-E202306-incubation-4.8.0-202308171800-r.zip
-rw-r--r-- 1 genie.statet science.statet 31712676 Aug 17 15:46 statet-rhelpserver-incubation-4.8.0-202308171800-r.zip

/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/E202306:
total 200
-rw-r--r-- 1 genie.statet science.statet 35233 Aug 17 15:46 artifacts.jar
-rw-r--r-- 1 genie.statet science.statet 28208 Aug 17 15:46 artifacts.xml.xz
-rw-r--r-- 1 genie.statet science.statet 61307 Aug 17 15:46 content.jar
-rw-r--r-- 1 genie.statet science.statet 22988 Aug 17 15:46 content.xml.xz
drwxr-sr-x 2 genie.statet science.statet  4096 Aug 17 15:46 features
-rw-r--r-- 1 genie.statet science.statet 25432 Aug 17 15:46 LICENSE
-rw-r--r-- 1 genie.statet science.statet  3642 Aug 17 15:46 NOTICE.md
-rw-r--r-- 1 genie.statet science.statet   172 Aug 17 15:46 p2.index
drwxr-sr-x 2 genie.statet science.statet 12288 Aug 17 15:46 plugins

/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/E202306/features:
total 300
-rw-r--r-- 1 genie.statet science.statet 20938 Aug 17 15:46 org.eclipse.statet.eutils.autonature_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 20915 Aug 17 15:46 org.eclipse.statet.eutils.autorun_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 20980 Aug 17 15:46 org.eclipse.statet.ltk_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 21237 Aug 17 15:46 org.eclipse.statet.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 21102 Aug 17 15:46 org.eclipse.statet.redocs.tex.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 21178 Aug 17 15:46 org.eclipse.statet.redocs.wikitext.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  8731 Aug 17 15:46 org.eclipse.statet.releng.3rdparty_4.7.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet 20923 Aug 17 15:46 org.eclipse.statet.rj.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 21032 Aug 17 15:46 org.eclipse.statet.rj.eclient_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 20955 Aug 17 15:46 org.eclipse.statet.rj.servi.e_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 21003 Aug 17 15:46 org.eclipse.statet.rtm.ftable_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 20999 Aug 17 15:46 org.eclipse.statet.rtm.ggplot_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 20943 Aug 17 15:46 org.eclipse.statet.yaml_4.8.0.202308171800-r.jar

/home/data/httpd/download.eclipse.org/statet/releases/4.8.0/E202306/plugins:
total 27432
-rw-r--r-- 1 genie.statet science.statet  230002 Aug 17 15:46 org.apache.commons.dbcp_2.9.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet   75032 Aug 17 15:46 org.apache.commons.logging_1.2.0.v20180409-1502.jar
-rw-r--r-- 1 genie.statet science.statet  164252 Aug 17 15:46 org.apache.commons.pool_2.11.1.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet 4123407 Aug 17 15:46 org.apache.derby_10.11.1.1_v201605202053.jar
-rw-r--r-- 1 genie.statet science.statet 1734330 Aug 17 15:46 org.apache.lucene.analyzers-common_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet 3279571 Aug 17 15:46 org.apache.lucene.core_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  236773 Aug 17 15:46 org.apache.lucene.highlighter_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  172236 Aug 17 15:46 org.apache.lucene.join_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  302368 Aug 17 15:46 org.apache.lucene.queries_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  426342 Aug 17 15:46 org.apache.lucene.queryparser_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet   16948 Aug 17 15:46 org.eclipse.jetty.alpn.client_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  393164 Aug 17 15:46 org.eclipse.jetty.client_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  262914 Aug 17 15:46 org.eclipse.jetty.http_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  216606 Aug 17 15:46 org.eclipse.jetty.io_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet   98952 Aug 17 15:46 org.eclipse.jetty.proxy_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  121209 Aug 17 15:46 org.eclipse.jetty.security_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  796652 Aug 17 15:46 org.eclipse.jetty.server_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  165875 Aug 17 15:46 org.eclipse.jetty.servlet_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  570703 Aug 17 15:46 org.eclipse.jetty.util_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet   63960 Aug 17 15:46 org.eclipse.jetty.util.ajax_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet   16081 Aug 17 15:46 org.eclipse.statet.docmlet.base.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  232711 Aug 17 15:46 org.eclipse.statet.docmlet.base.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  271509 Aug 17 15:46 org.eclipse.statet.docmlet.tex.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  342093 Aug 17 15:46 org.eclipse.statet.docmlet.tex.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  204827 Aug 17 15:46 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   21767 Aug 17 15:46 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  252233 Aug 17 15:46 org.eclipse.statet.docmlet.wikitext.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  172661 Aug 17 15:46 org.eclipse.statet.docmlet.wikitext.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  196499 Aug 17 15:46 org.eclipse.statet.ecommons.coremisc_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   47319 Aug 17 15:46 org.eclipse.statet.ecommons.databinding.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   53814 Aug 17 15:46 org.eclipse.statet.ecommons.debug.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  107938 Aug 17 15:46 org.eclipse.statet.ecommons.debug.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   18066 Aug 17 15:46 org.eclipse.statet.ecommons.edb.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   18018 Aug 17 15:46 org.eclipse.statet.ecommons.emf.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   19739 Aug 17 15:46 org.eclipse.statet.ecommons.emf.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   39739 Aug 17 15:46 org.eclipse.statet.ecommons.net.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   77089 Aug 17 15:46 org.eclipse.statet.ecommons.preferences.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   18366 Aug 17 15:46 org.eclipse.statet.ecommons.runtime.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   16226 Aug 17 15:46 org.eclipse.statet.ecommons.runtime.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   80230 Aug 17 15:46 org.eclipse.statet.ecommons.text.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  866714 Aug 17 15:46 org.eclipse.statet.ecommons.uimisc_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  880237 Aug 17 15:46 org.eclipse.statet.ecommons.waltable.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   67207 Aug 17 15:46 org.eclipse.statet.eutils.autonature_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   27616 Aug 17 15:46 org.eclipse.statet.eutils.autorun_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   19445 Aug 17 15:46 org.eclipse.statet.ide.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  139031 Aug 17 15:46 org.eclipse.statet.ide.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   42638 Aug 17 15:46 org.eclipse.statet.jcommons.net.core.ssh.apache_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   17995 Aug 17 15:46 org.eclipse.statet.jcommons.net.core.ssh.jsch_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   81824 Aug 17 15:46 org.eclipse.statet.jcommons.text.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  359732 Aug 17 15:46 org.eclipse.statet.jcommons.util_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   10881 Aug 17 15:46 org.eclipse.statet.ltk_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   30235 Aug 17 15:46 org.eclipse.statet.ltk.buildpath.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   72596 Aug 17 15:46 org.eclipse.statet.ltk.buildpath.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  328609 Aug 17 15:46 org.eclipse.statet.ltk.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  861962 Aug 17 15:46 org.eclipse.statet.ltk.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  164838 Aug 17 15:46 org.eclipse.statet.nico.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  435964 Aug 17 15:46 org.eclipse.statet.nico.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   12215 Aug 17 15:46 org.eclipse.statet.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  124361 Aug 17 15:46 org.eclipse.statet.r.apps_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  181776 Aug 17 15:46 org.eclipse.statet.r.console.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  264129 Aug 17 15:46 org.eclipse.statet.r.console.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  948243 Aug 17 15:46 org.eclipse.statet.r.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  257610 Aug 17 15:46 org.eclipse.statet.r.debug.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  126800 Aug 17 15:46 org.eclipse.statet.r.debug.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 1382696 Aug 17 15:46 org.eclipse.statet.r.doc_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   82229 Aug 17 15:46 org.eclipse.statet.redocs.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  177655 Aug 17 15:46 org.eclipse.statet.redocs.tex.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   18358 Aug 17 15:46 org.eclipse.statet.redocs.tex.r.debug_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   14345 Aug 17 15:46 org.eclipse.statet.redocs.tex.r.doc_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  171250 Aug 17 15:46 org.eclipse.statet.redocs.wikitext.r_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   44352 Aug 17 15:46 org.eclipse.statet.redocs.wikitext.r.commonmark_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   18531 Aug 17 15:46 org.eclipse.statet.redocs.wikitext.r.debug_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   42768 Aug 17 15:46 org.eclipse.statet.redocs.wikitext.r.textile_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  253133 Aug 17 15:46 org.eclipse.statet.rhelp.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   51954 Aug 17 15:46 org.eclipse.statet.rj.client_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   12215 Aug 17 15:46 org.eclipse.statet.rj.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  191201 Aug 17 15:46 org.eclipse.statet.rj.data_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   12237 Aug 17 15:46 org.eclipse.statet.rj.eclient_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   17351 Aug 17 15:46 org.eclipse.statet.rj.eclient.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  176315 Aug 17 15:46 org.eclipse.statet.rj.eclient.graphics_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  259887 Aug 17 15:46 org.eclipse.statet.rj.server_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  147366 Aug 17 15:46 org.eclipse.statet.rj.servi_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  151569 Aug 17 15:46 org.eclipse.statet.rj.services.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   26440 Aug 17 15:46 org.eclipse.statet.r.launching.winrgui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   43570 Aug 17 15:46 org.eclipse.statet.rtm.base.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  236319 Aug 17 15:46 org.eclipse.statet.rtm.base.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   40416 Aug 17 15:46 org.eclipse.statet.rtm.ftable.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   37191 Aug 17 15:46 org.eclipse.statet.rtm.ftable.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  197045 Aug 17 15:46 org.eclipse.statet.rtm.ggplot.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet   71299 Aug 17 15:46 org.eclipse.statet.rtm.ggplot.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet 1723217 Aug 17 15:46 org.eclipse.statet.r.ui_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  221144 Aug 17 15:46 org.eclipse.statet.yaml.core_4.8.0.202308171800-r.jar
-rw-r--r-- 1 genie.statet science.statet  111272 Aug 17 15:46 org.eclipse.statet.yaml.ui_4.8.0.202308171800-r.jar
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3862 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