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-x3lwq is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-x3lwq" 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-x3lwq" - 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-x3lwq" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.statet.svc.cluster.local/statet/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" 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-x3lwq in /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r / timestamp= 202209080600-r [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet@tmp/jenkins-gitclient-ssh2013945892241548512.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 Avoid second fetch Checking out Revision e401609c8f02cefe9fc9303da94c7752a9019b18 (releases/4.6.0.202209080600-r) > 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 > git rev-parse refs/remotes/origin/releases/4.6.0.202209080600-r^{commit} # timeout=10 > git rev-parse releases/4.6.0.202209080600-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e401609c8f02cefe9fc9303da94c7752a9019b18 # timeout=10 Commit message: "Release 4.6.0 (202209080600-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.6.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.6.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/63/artifact/statet/3rdparty/_assemblies/repository/target/repository -Dtycho.localArtifacts=ignore -Dstatet.build.timestamp=202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/statet-4.6.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-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@35a81281... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] includeAllPlatforms='true' and includeMode='planner' are incompatible. ignore includeAllPlatforms flag [WARNING] includeAllPlatforms='true' and includeMode='planner' are incompatible. ignore includeAllPlatforms flag [INFO] Fetching p2.index from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/ (9.69kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (73.27kB) [INFO] Fetching R-4.24-202206070700&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.24/ (63B) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (133.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (194.4kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (144.55kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.46MB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (109.25kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (71.87kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (89.14kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot.META-INF [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (302.53kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (126.4kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (81.45kB) [INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (20.18kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (360.94kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (5.58MB) [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (804.82kB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (432.55kB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (891.43kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (688.72kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.12kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (330.12kB) [INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (67.45kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (293.55kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (113.21kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (55.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.48kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (201.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (395.31kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (89.35kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (231.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (250.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (147.64kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (369.38kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.68kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (270.25kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (341.31kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (423.11kB) [INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (401.02kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.42MB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.09kB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (219.09kB) [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (21.6kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (113.08kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (107.15kB) [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (117.58kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.15MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.META-INF [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (297.81kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.META-INF [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (296.42kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.META-INF [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (397.87kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.97MB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (208.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.META-INF [INFO] Fetching org.apache.commons.dbcp_2.9.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (224.67kB) [INFO] Fetching org.apache.commons.pool_2.11.1.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (160.48kB) [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (3.93MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/.polyglot.META-INF [INFO] Fetching org.eclipse.platform_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (689.52kB) [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (344.71kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/.polyglot.META-INF [INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from https://download.eclipse.org/egit/updates-6.2/plugins/ (182.62kB) [INFO] Fetching org.eclipse.jgit_6.2.0.202206071550-r.jar from https://download.eclipse.org/egit/updates-6.2/plugins/ (2.84MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (53.67kB) [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.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/.polyglot.META-INF [INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (608.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.92kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.datashare_3.0.300.v20210326-0343.jar from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.20.v20210328-0449/plugins/ (26.17kB) [INFO] Fetching org.eclipse.ecf.docshare_3.0.400.v20210320-0209.jar from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.20.v20210328-0449/plugins/ (49.69kB) [INFO] Fetching org.eclipse.ecf.presence.ui_2.4.200.v20210320-0245.jar from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.20.v20210328-0449/plugins/ (257.67kB) [INFO] Fetching org.eclipse.ecf.presence_2.1.200.v20210320-0209.jar from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.20.v20210328-0449/plugins/ (77.71kB) [INFO] Fetching org.eclipse.ecf.sync_2.0.301.v20210320-0209.jar from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.20.v20210328-0449/plugins/ (33.31kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.ui_2.2.200.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.8.v20200611-2221/plugins/ (63.16kB) [INFO] Fetching org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar from https://download.eclipse.org/rt/ecf/3.14.33/site.p2/3.14.23.v20210925-1938/plugins/ (107.68kB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (489.96kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.META-INF [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (762.75kB) [INFO] Fetching org.eclipse.mylyn.wikitext_3.0.42.20220107230029.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.42/plugins/ (363.55kB) [INFO] Fetching org.jsoup_1.14.3.v20211012-1727.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.42/plugins/ (446.82kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.42.202201072301.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.42/plugins/ (13.68kB) [INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.42.202201072301.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.42/plugins/ (438.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (98.31kB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (1.65MB) [INFO] Fetching org.apache.lucene.core_7.5.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (3.13MB) [INFO] Fetching org.apache.lucene.highlighter_7.5.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (231.28kB) [INFO] Fetching org.apache.lucene.queries_7.5.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (295.34kB) [INFO] Fetching org.apache.lucene.join_7.5.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (168.24kB) [INFO] Fetching org.apache.lucene.queryparser_7.5.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (416.4kB) [INFO] Fetching org.eclipse.jetty.alpn.client_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (24.63kB) [INFO] Fetching org.eclipse.jetty.io_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (223.76kB) [INFO] Fetching org.eclipse.jetty.util_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (584.01kB) [INFO] Fetching org.eclipse.jetty.client_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (408.52kB) [INFO] Fetching org.eclipse.jetty.http_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (261.31kB) [INFO] Fetching org.eclipse.jetty.proxy_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (108kB) [INFO] Fetching org.eclipse.jetty.server_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (815.26kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/.polyglot.META-INF [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (29.16kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (234.52kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (176.28kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.6kB) [INFO] Fetching org.eclipse.jetty.security_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (131.6kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/.polyglot.META-INF [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (6.69MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (563.82kB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (910.81kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.18MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/.polyglot.META-INF [INFO] Resolving target definition file:/home/jenkins/agent/workspace/statet-4.6.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-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@35a81281... [WARNING] includeAllPlatforms='true' and includeMode='planner' are incompatible. ignore includeAllPlatforms flag [WARNING] includeAllPlatforms='true' and includeMode='planner' are incompatible. ignore includeAllPlatforms flag [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/.polyglot.META-INF [INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (207.24kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.META-INF [INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.42.20220107230029.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.42/plugins/ (90.26kB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.42.202201072301.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.42/plugins/ (12.34kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/.polyglot.META-INF [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.41kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (54.37kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.META-INF [INFO] Fetching 2.30&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (61.75kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (110.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r @ /home/jenkins/agent/workspace/statet-4.6.x-r/statet/_releng/statet-repository/pom.xml [WARNING] The project org.eclipse.statet-releng:parent:pom:4.6.0.202209080600-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.6.0.202209080600-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] ecommons [pom] [INFO] [bundle] StatET ECommons - Runtime - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Runtime - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Net - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - EMF - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - EMF - UI (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Preferences - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Databinding - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Text - Core (Incubation) [eclipse-plugin] [INFO] [test-bundle] StatET ECommons - Text - Core - Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] StatET ECommons - Miscellany of Core Packages (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Debug - Core (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Miscellany of UI Packages (Incubation) [eclipse-plugin] [INFO] [bundle] StatET ECommons - Debug - UI (Incubation) [eclipse-plugin] [INFO] ecommons.waltable [pom] [INFO] [bundle] StatET ECommons - WaLTable - Core (Incubation) [eclipse-plugin] [INFO] ecommons.edb [pom] [INFO] [bundle] StatET ECommons - Embedded DB - Core (Incubation) [eclipse-plugin] [INFO] 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.6.0.202209080600-r [1/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] ------------< org.eclipse.statet-releng:target-eclipse.ide >------------ [INFO] Building target-eclipse.ide 4.6.0.202209080600-r [2/143] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-target-definition (default-package-target-definition) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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:2.7.4:p2-metadata (attach-p2-metadata) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [3/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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:2.7.4:p2-metadata (attach-p2-metadata) @ eclipse.ide-parent --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [4/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ----------------< org.eclipse.statet.jcommons:jcommons >---------------- [INFO] Building jcommons 4.6.0.202209080600-r [5/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ jcommons --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ jcommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ jcommons --- [INFO] [INFO] ----< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util >---- [INFO] Building org.eclipse.statet.jcommons.util 4.6.0.202209080600-r [6/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.util --- [INFO] Resolving class path of org.eclipse.statet.jcommons.util... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (249.4kB) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.jcommons.util --- [INFO] Compiling 141 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 4. INFO in /home/jenkins/agent/workspace/statet-4.6.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 5. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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> 18. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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 29. INFO in /home/jenkins/agent/workspace/statet-4.6.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 30. INFO in /home/jenkins/agent/workspace/statet-4.6.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 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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 32. INFO in /home/jenkins/agent/workspace/statet-4.6.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 33. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/internal/jcommons/runtime/eplatform/EPlatformBundleResolver.java:[169] URI url= UriUtils.toUri(FileLocator.resolve(bundle.getEntry("/"))); ^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull URL' but this expression has type '@Nullable URL' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[327] public void subTask(final String name) { ^^^^^^ Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIAddress.java:[156] private RMIAddress(String address, final boolean resolve) throws UnknownHostException, MalformedURLException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field hostAddress may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIAddress.java:[215] return (this.host != null) ? this.host : this.hostAddress.getHostAddress(); ^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[63] final StringBuilder sb= new StringBuilder(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#7-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[66] sb.append(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#8-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[74] return toString((List<?>) c, sep); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<capture#of ?>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[85] final StringBuilder sb= new StringBuilder(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#15-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[88] sb.append(iter.next().toString()); ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#16-of ?', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 48. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 300) throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$ ^ The expression of type int is boxed into Integer 49. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 1020) throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$ ^ The expression of type int is boxed into Integer 50. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/lang/ObjectUtils.java (at line 335) public static final Class<@NonNull Object[]> NonNull_ObjectArray_TYPE= Object[].class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<Object @NonNull[]>' is made accessible using the less-annotated type '@NonNull Class<@NonNull Object []>' 51. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/lang/ObjectUtils.java (at line 343) public static final Class<@NonNull String[]> NonNull_StringArray_TYPE= String[].class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<String @NonNull[]>' is made accessible using the less-annotated type '@NonNull Class<@NonNull String []>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' 53 problems (0 errors, 37 warnings, 16 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.jcommons.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util --- [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [7/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Resolving class path of [test-bundle] StatET JCommons - Util - Tests (Incubation)... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (29.62kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.47kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.49kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (14.42kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.6kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (85.99kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.81kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.67kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.25kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.54kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (7.78kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.06kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.32kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.74kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.27kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (57.74kB) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CopyOnWriteListTest.java:[38] return new CopyOnWriteList<>(Arrays.asList(elements)); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 2. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 132) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 3. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 132) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 4. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 239) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 5. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 239) final String id= String.format("[offset= %1$s, length= %2$s]", offset, length); ^^^^^^ The expression of type int is boxed into Integer 6. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/IntIntervalArraysTest.java (at line 281) final String id= String.format("[offset= %1$s]", offset); ^^^^^^ The expression of type int is boxed into Integer 7. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/ImCollectionsFactoryMethodsTest.java (at line 46) private static ArrayList<String> newArrayList(final @NonNull String... elements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newArrayList(String...) from the type ImCollectionsFactoryMethodsTest is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java:[52] assertEquals(new String(expected[i]), c.get(i), String.format("[%1$s]", i)); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 9. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java (at line 52) assertEquals(new String(expected[i]), c.get(i), String.format("[%1$s]", i)); ^ The expression of type int is boxed into Integer 10. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java (at line 64) assertSame(expected[i], c.get(i), String.format("[%1$s]", i)); ^ The expression of type int is boxed into Integer 11. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CollectionTests.java (at line 76) assertTrue(c.contains(expected[i]), String.format("[%1$s]", i)); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CopyOnWriteIdentityListSetTest.java:[42] final Set<String> s= new HashSet<>(Arrays.asList(elements)); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 13. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 38) assertEquals(true, UriUtils.isFileUrl(new URI("file", "/test/file.jar", null))); ^^^^ The expression of type boolean is boxed into Boolean 14. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 38) assertEquals(true, UriUtils.isFileUrl(new URI("file", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 15. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 39) assertEquals(true, UriUtils.isFileUrl(new URI("FILE", "/test/file.jar", null))); ^^^^ The expression of type boolean is boxed into Boolean 16. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 39) assertEquals(true, UriUtils.isFileUrl(new URI("FILE", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 17. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 40) assertEquals(true, UriUtils.isFileUrl(new URI("File", "/test/file.jar", null))); ^^^^ The expression of type boolean is boxed into Boolean 18. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 40) assertEquals(true, UriUtils.isFileUrl(new URI("File", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 19. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 42) assertEquals(false, UriUtils.isFileUrl(new URI(null, "", null))); ^^^^^ The expression of type boolean is boxed into Boolean 20. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 42) assertEquals(false, UriUtils.isFileUrl(new URI(null, "", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 21. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 43) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file", null))); ^^^^^ The expression of type boolean is boxed into Boolean 22. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 43) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 23. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 44) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 24. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 44) assertEquals(false, UriUtils.isFileUrl(new URI(null, "file/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 25. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 45) assertEquals(false, UriUtils.isFileUrl(new URI("filx", "/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 26. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 45) assertEquals(false, UriUtils.isFileUrl(new URI("filx", "/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 27. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 46) assertEquals(false, UriUtils.isFileUrl(new URI("filesystem", "/test/file.jar", null))); ^^^^^ The expression of type boolean is boxed into Boolean 28. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 46) assertEquals(false, UriUtils.isFileUrl(new URI("filesystem", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 29. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 47) assertEquals(false, UriUtils.isFileUrl(new URI("jar", "/test/file.jar", null))); ^^^^^ The expression of type boolean is boxed into Boolean 30. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 47) assertEquals(false, UriUtils.isFileUrl(new URI("jar", "/test/file.jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 31. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 52) assertEquals(true, UriUtils.isFileUrl("file:/test/file.jar")); ^^^^ The expression of type boolean is boxed into Boolean 32. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 52) assertEquals(true, UriUtils.isFileUrl("file:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 33. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 53) assertEquals(true, UriUtils.isFileUrl("FILE:/test/file.jar")); ^^^^ The expression of type boolean is boxed into Boolean 34. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 53) assertEquals(true, UriUtils.isFileUrl("FILE:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 35. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 54) assertEquals(true, UriUtils.isFileUrl("File:/test/file.jar")); ^^^^ The expression of type boolean is boxed into Boolean 36. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 54) assertEquals(true, UriUtils.isFileUrl("File:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 37. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 56) assertEquals(false, UriUtils.isFileUrl("")); ^^^^^ The expression of type boolean is boxed into Boolean 38. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 56) assertEquals(false, UriUtils.isFileUrl("")); ^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 39. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 57) assertEquals(false, UriUtils.isFileUrl("file")); ^^^^^ The expression of type boolean is boxed into Boolean 40. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 57) assertEquals(false, UriUtils.isFileUrl("file")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 41. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 58) assertEquals(false, UriUtils.isFileUrl("file/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 42. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 58) assertEquals(false, UriUtils.isFileUrl("file/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 43. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 59) assertEquals(false, UriUtils.isFileUrl("filÉ:/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 44. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 59) assertEquals(false, UriUtils.isFileUrl("filÉ:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 45. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 60) assertEquals(false, UriUtils.isFileUrl("filesystem:/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 46. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 60) assertEquals(false, UriUtils.isFileUrl("filesystem:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 47. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 61) assertEquals(false, UriUtils.isFileUrl("jar:/test/file.jar")); ^^^^^ The expression of type boolean is boxed into Boolean 48. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 61) assertEquals(false, UriUtils.isFileUrl("jar:/test/file.jar")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 49. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 67) assertEquals(true, UriUtils.isJarUrl(new URI("jar", "file:/test/file.jar!/", null))); ^^^^ The expression of type boolean is boxed into Boolean 50. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 67) assertEquals(true, UriUtils.isJarUrl(new URI("jar", "file:/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 51. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 68) assertEquals(true, UriUtils.isJarUrl(new URI("JAR", "file:/test/file.jar!/", null))); ^^^^ The expression of type boolean is boxed into Boolean 52. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 68) assertEquals(true, UriUtils.isJarUrl(new URI("JAR", "file:/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 53. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 69) assertEquals(true, UriUtils.isJarUrl(new URI("Jar", "file:/test/file.jar!/", null))); ^^^^ The expression of type boolean is boxed into Boolean 54. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 69) assertEquals(true, UriUtils.isJarUrl(new URI("Jar", "file:/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 55. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 71) assertEquals(false, UriUtils.isJarUrl(new URI(null, "", null))); ^^^^^ The expression of type boolean is boxed into Boolean 56. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 71) assertEquals(false, UriUtils.isJarUrl(new URI(null, "", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 57. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 72) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar", null))); ^^^^^ The expression of type boolean is boxed into Boolean 58. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 72) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 59. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 73) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 60. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 73) assertEquals(false, UriUtils.isJarUrl(new URI(null, "jar/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 61. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 74) assertEquals(false, UriUtils.isJarUrl(new URI("jarfile", "/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 62. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 74) assertEquals(false, UriUtils.isJarUrl(new URI("jarfile", "/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 63. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 75) assertEquals(false, UriUtils.isJarUrl(new URI("file", "/test/file.jar!/", null))); ^^^^^ The expression of type boolean is boxed into Boolean 64. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 75) assertEquals(false, UriUtils.isJarUrl(new URI("file", "/test/file.jar!/", null))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 65. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 80) assertEquals(true, UriUtils.isJarUrl("jar:file:/test/file.jar!/")); ^^^^ The expression of type boolean is boxed into Boolean 66. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 80) assertEquals(true, UriUtils.isJarUrl("jar:file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 67. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 81) assertEquals(true, UriUtils.isJarUrl("JAR:file:/test/file.jar!/")); ^^^^ The expression of type boolean is boxed into Boolean 68. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 81) assertEquals(true, UriUtils.isJarUrl("JAR:file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 69. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 82) assertEquals(true, UriUtils.isJarUrl("Jar:file:/test/file.jar!/")); ^^^^ The expression of type boolean is boxed into Boolean 70. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 82) assertEquals(true, UriUtils.isJarUrl("Jar:file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 71. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 84) assertEquals(false, UriUtils.isJarUrl("")); ^^^^^ The expression of type boolean is boxed into Boolean 72. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 84) assertEquals(false, UriUtils.isJarUrl("")); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 73. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 85) assertEquals(false, UriUtils.isJarUrl("jar")); ^^^^^ The expression of type boolean is boxed into Boolean 74. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 85) assertEquals(false, UriUtils.isJarUrl("jar")); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 75. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 86) assertEquals(false, UriUtils.isJarUrl("jar/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 76. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 86) assertEquals(false, UriUtils.isJarUrl("jar/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 77. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 87) assertEquals(false, UriUtils.isJarUrl("jax:/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 78. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 87) assertEquals(false, UriUtils.isJarUrl("jax:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 79. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 88) assertEquals(false, UriUtils.isJarUrl("jarfile:/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 80. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 88) assertEquals(false, UriUtils.isJarUrl("jarfile:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 81. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 89) assertEquals(false, UriUtils.isJarUrl("file:/test/file.jar!/")); ^^^^^ The expression of type boolean is boxed into Boolean 82. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/io/UriUtilsTest.java (at line 89) assertEquals(false, UriUtils.isJarUrl("file:/test/file.jar!/")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 83. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/ts/core/BasicToolCommandDataTest.java (at line 268) assertEquals(this.valueBoolean, data.getBoolean("keyBoolean", false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 84. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/ts/core/BasicToolCommandDataTest.java (at line 269) assertEquals(false, data.getBoolean("keyMissing", false)); ^^^^^ The expression of type boolean is boxed into Boolean 85. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/ts/core/BasicToolCommandDataTest.java (at line 269) assertEquals(false, data.getBoolean("keyMissing", false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 86. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/ts/core/BasicToolCommandDataTest.java (at line 271) assertEquals(this.valueBoolean, data.getBooleanRequired("keyBoolean")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 87. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/ts/core/BasicToolCommandDataTest.java (at line 298) data.setReturnData("keyReturn2", 123); ^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/org/eclipse/statet/jcommons/collections/CopyOnWriteListSetTest.java:[42] final Set<String> s= new HashSet<>(Arrays.asList(elements)); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 88 problems (0 errors, 4 warnings, 84 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.util.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:test (default-test) @ org.eclipse.statet.jcommons.util.tests --- [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (421.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (65.43kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util-tests/target/surefire.properties] Running org.eclipse.statet.jcommons.collections.ImIntArrayListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.statet.jcommons.collections.ImIntArrayListTest equals Time elapsed: 0.027 s toArray Time elapsed: 0.001 s remove Time elapsed: 0.019 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0.001 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0.001 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0.001 s setAt Time elapsed: 0.001 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.CopyOnWriteListTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteListTest addAll_atIndex Time elapsed: 0.004 s retainAll Time elapsed: 0.001 s addAll Time elapsed: 0 s remove Time elapsed: 0 s remove_atIndex Time elapsed: 0 s add Time elapsed: 0.001 s clear Time elapsed: 0 s retainAll_notIdentical Time elapsed: 0.001 s removeAll_notIdentical Time elapsed: 0 s add_atIndex Time elapsed: 0 s addAll_notIdentical Time elapsed: 0 s removeAll Time elapsed: 0.001 s add_notIdentical Time elapsed: 0.001 s remove_notIdentical Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImIntSingletonListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.statet.jcommons.collections.ImIntSingletonListTest equals Time elapsed: 0.001 s toArray Time elapsed: 0 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0.001 s removeAt Time elapsed: 0.001 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0 s size Time elapsed: 0.001 s addAt Time elapsed: 0.001 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0.001 s isEmpty Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.IntIntervalArraysTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.statet.jcommons.collections.IntIntervalArraysTest insertBlank_start0 Time elapsed: 0.029 s insertBlank Time elapsed: 0.001 s insertRegion Time elapsed: 0 s insertBlank_empty Time elapsed: 0 s removeTail Time elapsed: 0.001 s insertRegion_start0 Time elapsed: 0 s insertRegion_empty Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.ImIntSeqListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.statet.jcommons.collections.ImIntSeqListTest equals Time elapsed: 0.001 s toArray Time elapsed: 0 s remove Time elapsed: 0 s contains Time elapsed: 0.001 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0.001 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0.001 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImLongEmptyListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.statet.jcommons.collections.ImLongEmptyListTest toArray Time elapsed: 0.001 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0.001 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0.001 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0.001 s setAt Time elapsed: 0.001 s indexOf Time elapsed: 0.001 s isEmpty Time elapsed: 0 s equals Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.ImCollectionsFactoryMethodsTest LongList_newLongSequence_Empty Time elapsed: 0 s IntList_newIntSequence_argCheck Time elapsed: 0 s IntList_newIntSequence_Seq Time elapsed: 0 s IntList_newIntSequence_Empty Time elapsed: 0 s LongList_newLongSequence_argCheck Time elapsed: 0 s LongList_newLongSequence_Seq Time elapsed: 0 s LongList_newLongSequence_Singleton Time elapsed: 0 s IntList_newIntSequence_Singleton Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest retainAll Time elapsed: 0.004 s addAll Time elapsed: 0.001 s remove Time elapsed: 0.001 s add Time elapsed: 0.001 s clear Time elapsed: 0.001 s retainAll_notIdentical Time elapsed: 0 s removeAll_notIdentical Time elapsed: 0.001 s addAll_notIdentical Time elapsed: 0 s removeAll Time elapsed: 0.001 s add_notIdentical Time elapsed: 0 s remove_notIdentical Time elapsed: 0 s clearToList Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImLongArrayListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.ImLongArrayListTest equals Time elapsed: 0.001 s toArray Time elapsed: 0 s remove Time elapsed: 0.001 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0.001 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0.001 s add Time elapsed: 0 s size Time elapsed: 0 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImLongSingletonListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.ImLongSingletonListTest equals Time elapsed: 0 s toArray Time elapsed: 0.001 s remove Time elapsed: 0 s contains Time elapsed: 0 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0.001 s add Time elapsed: 0 s size Time elapsed: 0.001 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0.001 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImLongSeqListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.collections.ImLongSeqListTest equals Time elapsed: 0 s toArray Time elapsed: 0.001 s remove Time elapsed: 0 s contains Time elapsed: 0.001 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0 s lastIndexOf Time elapsed: 0.001 s add Time elapsed: 0 s size Time elapsed: 0.001 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0.001 s isEmpty Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.statet.jcommons.collections.ImCollectionsOperationsTest List_removeElement_ImList_atIndex Time elapsed: 0.001 s List_addElement_ArrayList Time elapsed: 0 s List_addElement_ArrayList_atIndex Time elapsed: 0.001 s List_removeElement_ArrayList Time elapsed: 0 s List_addElementIfAbsent_ImList Time elapsed: 0 s List_addElementIfAbsent_ArrayList Time elapsed: 0 s IdentityList_concatList_2ImList Time elapsed: 0 s IdentityList_removeLastElement_ImIdentityList Time elapsed: 0.001 s IdentityList_addElement_ImIdentityList_atIndex Time elapsed: 0 s List_concatList_2ImList Time elapsed: 0.001 s IdentityList_addElement_ImIdentityList Time elapsed: 0 s List_removeElement_ImList Time elapsed: 0.001 s IdentityList_addElementIfAbsent_ImIdentityList Time elapsed: 0 s IdentityList_removeElement_ImIdentityList Time elapsed: 0 s List_addElement_ImList Time elapsed: 0 s List_addElement_ImList_atIndex Time elapsed: 0.001 s IdentityList_removeElement_ImIdentityList_atIndex Time elapsed: 0 s List_removeElement_ArrayList_atIndex Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.collections.ImIntEmptyListTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.jcommons.collections.ImIntEmptyListTest toArray Time elapsed: 0 s remove Time elapsed: 0 s contains Time elapsed: 0.001 s toArrayEquals Time elapsed: 0 s removeAt Time elapsed: 0.001 s lastIndexOf Time elapsed: 0 s add Time elapsed: 0 s size Time elapsed: 0.001 s addAt Time elapsed: 0 s clear Time elapsed: 0 s getAt Time elapsed: 0 s setAt Time elapsed: 0 s indexOf Time elapsed: 0 s isEmpty Time elapsed: 0 s equals Time elapsed: 0 s Running org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest retainAll Time elapsed: 0 s addAll Time elapsed: 0 s remove Time elapsed: 0 s add Time elapsed: 0 s clear Time elapsed: 0 s retainAll_notIdentical Time elapsed: 0 s removeAll_notIdentical Time elapsed: 0 s addAll_notIdentical Time elapsed: 0 s removeAll Time elapsed: 0.001 s add_notIdentical Time elapsed: 0 s remove_notIdentical Time elapsed: 0 s clearToList Time elapsed: 0 s Running org.eclipse.statet.jcommons.util.ArrayUtilsTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.statet.jcommons.util.ArrayUtilsTest contains_int Time elapsed: 0.001 s contains_byte Time elapsed: 0 s contains_byteArray_argCheck Time elapsed: 0.001 s startsWith_byte_argCheck Time elapsed: 0 s startsWith_intArray Time elapsed: 0.001 s indexOf_byte Time elapsed: 0 s startsWith_intArray_argCheck Time elapsed: 0.001 s startsWith_int Time elapsed: 0 s contains_int_argCheck Time elapsed: 0.001 s concat_byteArray_argCheck Time elapsed: 0.001 s indexOf_byteArray Time elapsed: 0 s startsWith_byteArray Time elapsed: 0 s concat_byteArray Time elapsed: 0 s indexOf_byte_argCheck Time elapsed: 0 s indexOf_intArray_argCheck Time elapsed: 0 s startsWith_int_argCheck Time elapsed: 0 s contains_intArray_argCheck Time elapsed: 0 s indexOf_int Time elapsed: 0 s contains_byte_argCheck Time elapsed: 0 s contains_intArray Time elapsed: 0 s indexOf_byteArray_argCheck Time elapsed: 0.001 s startsWith_byteArray_argCheck Time elapsed: 0.001 s startsWith_byte Time elapsed: 0 s concat_intArray Time elapsed: 0 s contains_byteArray Time elapsed: 0 s indexOf_int_argCheck Time elapsed: 0 s concat_intArray_argCheck Time elapsed: 0 s indexOf_intArray Time elapsed: 0 s Running org.eclipse.statet.jcommons.util.StringUtilsTest Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.statet.jcommons.util.StringUtilsTest formatCodePoint Time elapsed: 0.001 s firstIndexOfAny_StringFromIndex Time elapsed: 0.001 s lastIndexOfNonTrim_StringFromToIndex Time elapsed: 0 s firstMatchOfAny_StringFromIndex Time elapsed: 0.002 s containsAny_StringBuilder Time elapsed: 0 s firstMatchOfAny_StringBuilderFromIndex_argCheck Time elapsed: 0.002 s firstIndexOfAny_String_argCheck Time elapsed: 0.002 s firstMatchOfAny_String_argCheck Time elapsed: 0.001 s firstMatchOfAny_StringBuilderFromIndex Time elapsed: 0 s firstIndexOfNonTrim_String_argCheck Time elapsed: 0.001 s firstMatchOfAny_String Time elapsed: 0.001 s trim_StringFromToIndex Time elapsed: 0 s toSimpleSingleLine_argCheck Time elapsed: 0.001 s firstMatchOfAny_StringFromIndex_argCheck Time elapsed: 0.029 s lastIndexOfNonTrim_StringFromToIndex_argCheck Time elapsed: 0.001 s firstIndexOfAny_StringFromIndex_argCheck Time elapsed: 0.002 s firstIndexOfNonTrim_StringFromToIndex_argCheck Time elapsed: 0.001 s isTrimEmpty_StringFromToIndex Time elapsed: 0 s firstIndexOfNonTrim_StringFromToIndex Time elapsed: 0.001 s isTrimEmpty_String Time elapsed: 0 s firstIndexOfAny_StringBuilderFromIndex_argCheck Time elapsed: 0.003 s containsAny_StringBuilder_argCheck Time elapsed: 0.001 s firstMatchOfAny_StringBuilder_argCheck Time elapsed: 0.002 s splitLines_argCheck Time elapsed: 0.001 s containsAny_String_argCheck Time elapsed: 0.001 s firstIndexOfAny_StringBuilderFromIndex Time elapsed: 0 s Match Time elapsed: 0 s lines Time elapsed: 0 s firstIndexOfAny_String Time elapsed: 0.001 s firstIndexOfAny_StringBuilder Time elapsed: 0 s firstMatchOfAny_StringBuilder Time elapsed: 0 s lines_empty Time elapsed: 0 s firstIndexOfNonTrim_String Time elapsed: 0 s firstIndexOfAny_StringBuilder_argCheck Time elapsed: 0.002 s lastIndexOfNonTrim_String_argCheck Time elapsed: 0.001 s lastIndexOfNonTrim_String Time elapsed: 0 s toSimpleSingleLine Time elapsed: 0 s Match_argCheck Time elapsed: 0 s containsAny_String Time elapsed: 0 s isTrimEmpty_String_argCheck Time elapsed: 0.001 s isTrimEmpty_StringFromToIndex_argCheck Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.024 s - in org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest detectEntry_DevFolder skipped detectEntryProvider_DevFolder Time elapsed: 0.004 s detectEntryProvider_NestedJar_Release skipped detectEntryProvider_TargetJar_Release Time elapsed: 0.001 s detectEntry_SimpleServerJar skipped detectEntryProvider_TargetJar_Snapshot Time elapsed: 0 s detectEntryProvider_SimpleServerJar Time elapsed: 0 s detectEntryProvider_NestedJar_Snapshot skipped detectEntryProvider_NexusJar_Snapshot Time elapsed: 0.001 s detectEntry_TargetJar_Release skipped detectEntryProvider_NexusJar_Release Time elapsed: 0 s detectEntry_TargetJar_Snapshot skipped detectEntryProvider_NestedJar_Nexus skipped Running org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.002 s - in org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest Entry_SimpleServerJar skipped EntryProvider_NestedJar skipped Entry_DevFolder skipped Running org.eclipse.statet.jcommons.runtime.ProcessUtilsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.jcommons.runtime.ProcessUtilsTest generateCommandLine_withSpecialChars Time elapsed: 0.001 s generateCommandLine Time elapsed: 0 s Running org.eclipse.statet.jcommons.io.FileUtilsTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.055 s - in org.eclipse.statet.jcommons.io.FileUtilsTest deleteRecursively_HardLinkFile Time elapsed: 0.033 s cleanDirectory Time elapsed: 0.002 s cleanDirectory_withFilter Time elapsed: 0.002 s deleteRecursively_SymbolicLinkDir Time elapsed: 0.002 s requireParent_requireNotNull Time elapsed: 0.001 s deleteRecursively_notExisting Time elapsed: 0.001 s deleteRecursively Time elapsed: 0.001 s deleteRecursively_WinJunctionDir skipped getUserWorkingDirectory Time elapsed: 0.001 s deleteRecursively_requireNotNull Time elapsed: 0.001 s cleanDirectory_requireNotNull Time elapsed: 0.001 s cleanDirectory_requireDirectory Time elapsed: 0.002 s requireParent Time elapsed: 0.001 s requireFileName Time elapsed: 0 s deleteRecursively_SymbolicLinkFile Time elapsed: 0.001 s requireFileName_requireNotNull Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.io.UriUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.statet.jcommons.io.UriUtilsTest toJarUrl Time elapsed: 0.001 s toJarUrlString Time elapsed: 0 s isJarUrlString Time elapsed: 0.001 s isFileUrl Time elapsed: 0 s encodeFragment Time elapsed: 0.001 s getJarFileUrl Time elapsed: 0 s isJarUrl Time elapsed: 0 s getJarEntryPath_requireJarUrl Time elapsed: 0.002 s encodePathSegment Time elapsed: 0.001 s getJarEntryPath Time elapsed: 0 s isFileUrlString Time elapsed: 0 s getJarFileUrl_requireJarUrl Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.statet.jcommons.ts.core.BasicToolCommandDataTest getDefault Time elapsed: 0.001 s getInt Time elapsed: 0.002 s ReturnData Time elapsed: 0 s getRequired_convert Time elapsed: 0 s getRequired_missing Time elapsed: 0.001 s get Time elapsed: 0 s getRawData_argCheck Time elapsed: 0 s getDefault_convert Time elapsed: 0.001 s convertSingleValue Time elapsed: 0.001 s getDefault_missing Time elapsed: 0.001 s get_argCheck Time elapsed: 0.001 s getString Time elapsed: 0 s getRequired_argCheck Time elapsed: 0.001 s get_convert Time elapsed: 0.001 s getDefault_argCheck Time elapsed: 0.002 s getBoolean Time elapsed: 0.001 s get_missing Time elapsed: 0 s convertDouble Time elapsed: 0.001 s getRequired Time elapsed: 0.001 s getRawData Time elapsed: 0 s convertInt Time elapsed: 0.001 s getRawData_missing Time elapsed: 0 s Running org.eclipse.statet.jcommons.string.CachedStringFactoryTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.jcommons.string.CachedStringFactoryTest get_CharSequence_emtpy Time elapsed: 0.001 s get_CharArrayString_asciiChar Time elapsed: 0.001 s get_String Time elapsed: 0 s get_CharArrayString Time elapsed: 0.001 s get_String_emtpy Time elapsed: 0 s get_Char_asciiChar Time elapsed: 0 s get_CharArrayString_emtpy Time elapsed: 0 s get_CharSequence_asciiChar Time elapsed: 0 s get_CharSequence Time elapsed: 0 s get_String_asciiChar Time elapsed: 0 s get_CharArrayString_cached Time elapsed: 0.001 s get_CharSequence_cached Time elapsed: 0 s get_String_cached Time elapsed: 0 s Running org.eclipse.statet.jcommons.string.BasicStringFactoryTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.jcommons.string.BasicStringFactoryTest get_CharSequence_emtpy Time elapsed: 0 s get_CharArrayString_asciiChar Time elapsed: 0 s get_String Time elapsed: 0 s get_CharArrayString Time elapsed: 0 s get_String_emtpy Time elapsed: 0 s get_Char_asciiChar Time elapsed: 0 s get_CharArrayString_emtpy Time elapsed: 0.001 s get_CharSequence_asciiChar Time elapsed: 0 s get_CharSequence Time elapsed: 0 s get_String_asciiChar Time elapsed: 0 s Running org.eclipse.statet.jcommons.string.Utf8StringsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.eclipse.statet.jcommons.string.Utf8StringsTest getCodepoint Time elapsed: 0.183 s getCodepointLength Time elapsed: 0.084 s isValidCodepoint Time elapsed: 0 s getCodepoint_argCheck Time elapsed: 0.003 s getCodepoint_invalid Time elapsed: 0 s Results: Tests run: 356, 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.6.0.202209080600-r [8/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.jcommons.text.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/StringParserInput.java:[31] public StringParserInput(final int defaultBufferSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field source may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 4 problems (4 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.jcommons.text.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [9/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/org/eclipse/statet/jcommons/text/core/input/AbstractTextParserInputTest.java:[29] public AbstractTextParserInputTest() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field input may not have been initialized 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/surefire.properties] Running org.eclipse.statet.jcommons.text.core.input.StringParserInputTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.statet.jcommons.text.core.input.StringParserInputTest updateBuffer Time elapsed: 0.027 s initRegionIllegalStart Time elapsed: 0.002 s combined Time elapsed: 0.002 s consume1 Time elapsed: 0.006 s readRegion Time elapsed: 0 s increaseBuffer Time elapsed: 0.003 s init Time elapsed: 0.001 s read Time elapsed: 0.001 s empty Time elapsed: 0.023 s initRegion Time elapsed: 0.001 s initRegionIllegalLength Time elapsed: 0.001 s initRegionIllegalStop Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest matchesArray Time elapsed: 0.001 s get Time elapsed: 0.001 s matches1 Time elapsed: 0 s matches2 Time elapsed: 0.001 s matches3 Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest skipTagWithAttrSpecial Time elapsed: 0.009 s skipTagAtStart Time elapsed: 0.002 s skipTagWithAttr Time elapsed: 0.002 s htmlDoc Time elapsed: 0.002 s decodeEntity Time elapsed: 0.01 s skipTag Time elapsed: 0.002 s Running org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest updateBuffer Time elapsed: 0.001 s initRegionIllegalStart Time elapsed: 0.001 s combined Time elapsed: 0 s consume1 Time elapsed: 0.002 s readRegion Time elapsed: 0.001 s increaseBuffer Time elapsed: 0.001 s read Time elapsed: 0 s empty Time elapsed: 0 s initNegativIndexInvalidStart Time elapsed: 0.001 s initRegion Time elapsed: 0 s initRegionIllegalLength Time elapsed: 0 s initNegativIndexInvalidStop Time elapsed: 0.001 s initAtOffset Time elapsed: 0.001 s initRegionIllegalStop Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest updateBuffer Time elapsed: 0.003 s initRegionIllegalStart Time elapsed: 0.001 s combined Time elapsed: 0.001 s consume1 Time elapsed: 0.001 s readRegion Time elapsed: 0 s increaseBuffer Time elapsed: 0.001 s init Time elapsed: 0.001 s read Time elapsed: 0 s initRegion Time elapsed: 0 s initRegionIllegalLength Time elapsed: 0.001 s initRegionIllegalStop Time elapsed: 0.005 s Running org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.statet.jcommons.text.core.BasicTextLineInformationTest getStartOffset_SingleLine Time elapsed: 0.001 s getStartOffset_MultiLines Time elapsed: 0.001 s getNumberOfLines_SingleLine Time elapsed: 0 s getNumberOfLines_MultiLines Time elapsed: 0.001 s getStartOffset_Empty Time elapsed: 0.001 s getEndOffset_SingleLine Time elapsed: 0.001 s getEndOffset_Empty Time elapsed: 0.001 s getEndOffset_MultiLines Time elapsed: 0.002 s getLength_SingleLine Time elapsed: 0.001 s getLength_MultiLines Time elapsed: 0.001 s getLength_Empty Time elapsed: 0.001 s getLineOfOffset_SingleLine Time elapsed: 0.001 s getLineOfOffset_Empty Time elapsed: 0.001 s getNumberOfLines_Empty Time elapsed: 0.001 s getLineOfOffset_MultiLines Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.jcommons.text.core.util.HtmlUtilsTest getEntityName_fromName Time elapsed: 0 s HtmlStringBuilder Time elapsed: 0 s writeContent_argCheck Time elapsed: 0.001 s writeContent Time elapsed: 0.001 s getEntityName_fromHtmlEntity Time elapsed: 0 s appendContent Time elapsed: 0 s appendContent_argCheck Time elapsed: 0 s HtmlStringBuilder_argCheck Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.SearchPatternTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.statet.jcommons.text.core.SearchPatternTest matches_Substring_CaseInsensitive Time elapsed: 0.001 s getMatchingRegions_Substring_CaseInsensitive Time elapsed: 0.003 s getMatchingRegions_Prefix_CaseInsensitive Time elapsed: 0.001 s matches_Prefix_CaseInsensitive Time elapsed: 0.001 s matches_Substring Time elapsed: 0 s getMatchingRegions_Prefix Time elapsed: 0.002 s matches_Prefix Time elapsed: 0.001 s getMatchingRegions_Substring Time elapsed: 0 s Results: Tests run: 79, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------------< org.eclipse.statet.ecommons:ecommons >---------------- [INFO] Building ecommons 4.6.0.202209080600-r [10/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ ecommons --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ ecommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [11/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [12/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.statet.ecommons.runtime.ui --- [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.6.0.202209080600-r [13/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.net.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.net.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.net.core --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.net.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.net.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [14/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/util/EFeatureReference.java:[53] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/org/eclipse/statet/ecommons/emf/core/util/EFeatureReference.java:[66] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.emf.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [15/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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> 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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> 13. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 22 problems (0 errors, 20 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.statet.ecommons.emf.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.6.0.202209080600-r [16/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' 2. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[60] return getPrefValue(node, pref); ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[71] setPrefValue(node, pref, value); ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[80] flush(node); ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull Preferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/PreferenceUtils.java:[86] flush(node); ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull Preferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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) 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 20. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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) 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 29 problems (0 errors, 25 warnings, 4 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.statet.ecommons.preferences.core --- [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.6.0.202209080600-r [17/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' 3. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 4. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 6. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java (at line 57) private final int strategy; ^^^^^^^^ The value of the field AggregateValidationStatus.strategy is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/DataStatus.java:[125] public IStatus[] getChildren() { ^^^^^^^^^ The return type is incompatible with '@NonNull IStatus @NonNull[]' returned from IStatus.getChildren() (mismatching null constraints) 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/conversion/ClassTypedConverter.java:[69] return (T)fromObject; ^^^^^^^^^^^^^ Type safety: Unchecked cast from F to T [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ObservableUtils.java:[33] return (ValueChangeEvent<T>)event; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ValueChangeEvent<capture#1-of ?> to ValueChangeEvent<T> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ObservableUtils.java:[38] return (ValueDiff<T>)diff; ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ValueDiff<capture#2-of ?> to ValueDiff<T> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 21 problems (0 errors, 17 warnings, 4 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [18/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.text.core --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerScan.java:[293] doDeleteChildren(position, childIdx, (close) ? Integer.MAX_VALUE : offset, null); ^^^^ Null type mismatch: required '@NonNull NodePosition' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 34. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[196] public Position[] getPositions(final String category) throws BadPositionCategoryException { ^^^^^^^^^^ The return type is incompatible with '@NonNull Position @NonNull[]' returned from AbstractDocument.getPositions(String) (mismatching null constraints) 36. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 198) return super.getPositions(category); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Position @NonNull[]' is made accessible using the less-annotated type 'Position @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[198] return super.getPositions(category); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[203] public Position[] getPositions(final String category, final int offset, final int length, final boolean canStartBefore, final boolean canEndAfter) throws BadPositionCategoryException { ^^^^^^^^^^ The return type is incompatible with '@NonNull Position @NonNull[]' returned from AbstractDocument.getPositions(String, int, int, boolean, boolean) (mismatching null constraints) 39. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 205) return super.getPositions(category, offset, length, canStartBefore, canEndAfter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Position @NonNull[]' is made accessible using the less-annotated type 'Position @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[205] return super.getPositions(category, offset, length, canStartBefore, canEndAfter); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[211] public String[] getPartitionings() { ^^^^^^^^ The return type is incompatible with '@NonNull String @NonNull[]' returned from AbstractDocument.getPartitionings() (mismatching null constraints) 42. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 213) return super.getPartitionings(); ^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[226] public ITypedRegion[] computePartitioning(final String partitioning, final int offset, final int length, final boolean includeZeroLengthPartitions) throws BadLocationException, BadPartitioningException { ^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ITypedRegion @NonNull[]' returned from AbstractDocument.computePartitioning(String, int, int, boolean) (mismatching null constraints) 44. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java (at line 228) return super.computePartitioning(partitioning, offset, length, includeZeroLengthPartitions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ITypedRegion @NonNull[]' is made accessible using the less-annotated type 'ITypedRegion @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/util/AbstractSynchronizableDocument.java:[228] return super.computePartitioning(partitioning, offset, length, includeZeroLengthPartitions); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 47. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[215] public TreePartitioner(final String partitioningId, final TreePartitionNodeScanner scanner, final List<String> legalContentTypes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field document may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[215] public TreePartitioner(final String partitioningId, final TreePartitionNodeScanner scanner, final List<String> legalContentTypes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field scan may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[215] public TreePartitioner(final String partitioningId, final TreePartitionNodeScanner scanner, final List<String> legalContentTypes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field startType may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[217] if (partitioningId == null) { throw new NullPointerException("partitioningId"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[220] if (scanner == null) { throw new NullPointerException("scanner"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[223] if (legalContentTypes == null) { throw new NullPointerException("legalContentTypes"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[243] return new String[] { this.positionCategory }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[324] if (this.scan == null) { this.scan= new TreePartitionerScan(this); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[454] this.scan.init(startOffset, this.document.getLength(), beginPosition); ^^^^^^^^^^^^^ Null type mismatch: required '@NonNull NodePosition' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[510] return p.parent; ^^^^^^^^ Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitioner.java:[567] return createPartition(p.parent, idx); ^^^^^^^^ Null type mismatch (type annotations): required '@NonNull NodePosition' but this expression has type '@Nullable NodePosition' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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) 61. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) 63. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 66. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) 68. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 71. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 74. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) 76. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 79. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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, ^^^^^^ Illegal redefinition of parameter partitioning, inherited method from AbstractSynchronizableDocument does not constrain this parameter 81. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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[]' 85 problems (0 errors, 68 warnings, 17 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.text.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [19/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/ExpectedPartition.java:[49] public String getType() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ITypedRegion.getType() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[41] public DocumentParserInputTest() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field input may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java:[154] assertChars(s); ^ 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/input/DocumentParserInputTest.java (at line 210) () -> String.format("char at offset= %1$s", index0) ); ^^^^^^ The expression of type int is boxed into Integer 5. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerTest.java (at line 73) String.format("partitions[%1$s]", i0) ); ^^ The expression of type int is boxed into Integer 6. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/org/eclipse/statet/ecommons/text/core/treepartitioner/TreePartitionerTest.java (at line 271) String.format("partition at offset= %1$s ", offset) ); ^^^^^^ The expression of type int is boxed into Integer 6 problems (0 errors, 3 warnings, 3 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/surefire.properties] Running org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest getPartition_EmptyEnd Time elapsed: 0.055 s getPartition Time elapsed: 0.001 s computePartitioning_SubrangeBeforeBoundaries Time elapsed: 0.001 s getContentType Time elapsed: 0.001 s computePartitioning_SubrangeAfterBoundaries Time elapsed: 0.001 s getPartition_EmptyMiddle Time elapsed: 0.001 s computePartitioning_EmptyMiddle Time elapsed: 0.001 s computePartitioning_SubrangeOnBoundaries2 Time elapsed: 0.001 s getPartition_EmptyStart Time elapsed: 0.001 s getContentType_EmptyEnd Time elapsed: 0.001 s computePartitioning_EmptyEnd Time elapsed: 0.001 s getContentType_EmptyStart Time elapsed: 0.001 s getContentType_EmptyMiddle Time elapsed: 0.001 s computePartitioning_EmptyStart Time elapsed: 0.001 s computePartitioning_SubrangeOnBoundaries Time elapsed: 0.001 s computePartitioning Time elapsed: 0.001 s computePartitioning_SubrangeInBoundaries1 Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest getPartition_EmptyEnd Time elapsed: 0.001 s getPartition Time elapsed: 0 s computePartitioning_SubrangeBeforeBoundaries Time elapsed: 0 s getContentType Time elapsed: 0.001 s computePartitioning_SubrangeAfterBoundaries Time elapsed: 0 s getPartition_EmptyMiddle Time elapsed: 0 s computePartitioning_EmptyMiddle Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries2 Time elapsed: 0.001 s getPartition_EmptyStart Time elapsed: 0 s getContentType_EmptyEnd Time elapsed: 0 s computePartitioning_EmptyEnd Time elapsed: 0.001 s getContentType_EmptyStart Time elapsed: 0 s getContentType_EmptyMiddle Time elapsed: 0 s computePartitioning_EmptyStart Time elapsed: 0.001 s computePartitioning_SubrangeOnBoundaries Time elapsed: 0.001 s computePartitioning Time elapsed: 0.001 s computePartitioning_SubrangeInBoundaries1 Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest getPartitionZeroLength_StartType Time elapsed: 0.025 s getPartitionZeroLength_Nested Time elapsed: 0 s computePartitioning_Test1 Time elapsed: 0 s computePartitiong_StartType Time elapsed: 0.001 s getPartition_StartType Time elapsed: 0.001 s getPartition_Nested Time elapsed: 0 s computePartitiong_Nested Time elapsed: 0 s getPartitionZeroLength_Test1 Time elapsed: 0 s computePartitiongZeroLength_StartType Time elapsed: 0 s computePartitioningZeroLength_Test1 Time elapsed: 0.001 s computePartitiongZeroLength_Nested Time elapsed: 0.001 s getPartition_Test1 Time elapsed: 0.001 s Running org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest deleteOverLeftBorderTillRight Time elapsed: 0.004 s addRightAfter Time elapsed: 0.001 s addAfter Time elapsed: 0 s deleteBefore Time elapsed: 0.001 s deleteOverRightBorder Time elapsed: 0 s deleteAfter Time elapsed: 0.001 s replaceRightAfter Time elapsed: 0 s addWithin2 Time elapsed: 0.001 s deleteAtRight Time elapsed: 0 s deleteRightBefore Time elapsed: 0.001 s deleteWithin Time elapsed: 0 s deleteOverLeftBorder Time elapsed: 0 s replaceLeftBorderTillRight Time elapsed: 0.001 s addBefore Time elapsed: 0 s replaced1 Time elapsed: 0 s replaced2 Time elapsed: 0.001 s replaced3 Time elapsed: 0 s addRightBefore Time elapsed: 0.001 s replaceAtOffset1 Time elapsed: 0 s replaceAtOffset2 Time elapsed: 0 s replaceAtRight Time elapsed: 0.001 s replaceRightBefore Time elapsed: 0 s replaceRightBorder Time elapsed: 0 s addWithin Time elapsed: 0.001 s replaceAfter Time elapsed: 0.004 s replaceBefore Time elapsed: 0 s deleteAtOffsetTillRight Time elapsed: 0.001 s replaceAtOffsetTillRight Time elapsed: 0 s deleteAtOffsetOverRightBorder Time elapsed: 0.001 s deleteRightAfter Time elapsed: 0 s deleted Time elapsed: 0.001 s deleteAtOffset Time elapsed: 0 s replaceLeftBorder Time elapsed: 0 s deleteAtOffset2 Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest deleteOverLeftBorderTillRight Time elapsed: 0.001 s addRightAfter Time elapsed: 0 s addAfter Time elapsed: 0 s deleteBefore Time elapsed: 0.001 s deleteOverRightBorder Time elapsed: 0 s deleteAfter Time elapsed: 0.001 s replaceRightAfter Time elapsed: 0 s addWithin2 Time elapsed: 0.001 s deleteAtRight Time elapsed: 0 s deleteRightBefore Time elapsed: 0.001 s deleteWithin Time elapsed: 0 s deleteOverLeftBorder Time elapsed: 0.001 s replaceLeftBorderTillRight Time elapsed: 0 s addBefore Time elapsed: 0.001 s replaced1 Time elapsed: 0 s replaced2 Time elapsed: 0 s replaced3 Time elapsed: 0 s addRightBefore Time elapsed: 0.001 s replaceAtOffset1 Time elapsed: 0 s replaceAtOffset2 Time elapsed: 0 s replaceAtRight Time elapsed: 0 s replaceRightBefore Time elapsed: 0 s replaceRightBorder Time elapsed: 0 s addWithin Time elapsed: 0 s replaceAfter Time elapsed: 0 s replaceBefore Time elapsed: 0 s deleteAtOffsetTillRight Time elapsed: 0.001 s replaceAtOffsetTillRight Time elapsed: 0 s replaceLeftBorderTillRight2 Time elapsed: 0.001 s deleteAtOffsetOverRightBorder Time elapsed: 0 s deleteRightAfter Time elapsed: 0.001 s deleted Time elapsed: 0 s deleteAtOffset Time elapsed: 0.001 s replaceLeftBorder Time elapsed: 0 s deleteAtOffset2 Time elapsed: 0.001 s Running org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest updateBuffer Time elapsed: 0.009 s initRegionIllegalStart Time elapsed: 0.005 s combined Time elapsed: 0.002 s readRegion Time elapsed: 0.001 s increaseBuffer Time elapsed: 0.001 s init Time elapsed: 0 s read Time elapsed: 0 s empty Time elapsed: 0 s initRegion Time elapsed: 0 s initRegionIllegalLength Time elapsed: 0.001 s initRegionIllegalStop Time elapsed: 0 s 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.6.0.202209080600-r [20/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.coremisc --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 2. INFO in /home/jenkins/agent/workspace/statet-4.6.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 3. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorDef.java:[89] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorDef.java:[114] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 39. INFO in /home/jenkins/agent/workspace/statet-4.6.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 40. INFO in /home/jenkins/agent/workspace/statet-4.6.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 41. INFO in /home/jenkins/agent/workspace/statet-4.6.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 42. INFO in /home/jenkins/agent/workspace/statet-4.6.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 43. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 66. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/graphics/core/ColorAlphaDef.java (at line 39) setAlpha(((float) alpha255) / 255f); ^^^^^^^^^^^^^^^^^^ Unnecessary cast from int to float [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 84. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[75] return this.key + ((this.value != null) ? this.value.hashCode() : 0); ^^^^^ Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[79] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[79] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Map.Entry<Integer,V> specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[79] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[88] && ((this.value != null) ? this.value.equals(other.getValue()) : null == other.getValue()) ); ^^^^^ Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[178] fEntries = new Entry[initialCapacity]; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry<V>[] [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[214] public boolean containsValue(final Object value) { ^^^^^^ Missing nullable annotation: inherited method from Map<Integer,V> specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[217] if (e.value.equals(value)) { ^^^^^ Potential null pointer access: this expression has type 'V', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[232] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[237] return (key instanceof Integer) ? get(((Integer) key).intValue()) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[243] fEntries = new Entry[oldEntries.length * 2 + 1]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry<V>[] [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[272] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[282] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[284] put(entry.getKey().intValue(), entry.getValue()); ^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#7-of ? extends java.lang.Integer', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[300] e.value = null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[304] return null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[309] return (key instanceof Integer) ? remove(((Integer) key).intValue()) : null; ^^^^ Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[343] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[348] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[353] 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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 142. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 151 problems (0 errors, 140 warnings, 11 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.coremisc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [21/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[78] if (configuration == null) { throw new NullPointerException("configuration"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[81] if (mode == null) { throw new NullPointerException("mode"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[85] ILaunchDelegate launchDelegate= configuration.getPreferredDelegate(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[90] launchDelegate= configuration.getType().getPreferredDelegate(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[94] final ILaunchDelegate[] delegates= type.getDelegates(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[110] return DebugPlugin.getDefault().getLaunchManager().getLaunchMode(mode).getLabel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchMode(String) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[110] return DebugPlugin.getDefault().getLaunchManager().getLaunchMode(mode).getLabel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[121] env.putAll(createEnvironment(configuration, new Map[] { add })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends String,? extends String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[121] env.putAll(createEnvironment(configuration, new Map[] { add })); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map[] needs unchecked conversion to conform to Map<String,String>[] [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[121] env.putAll(createEnvironment(configuration, new Map[] { add })); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map[]' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String> @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[139] envp.putAll(DebugPlugin.getDefault().getLaunchManager().getNativeEnvironmentCasePreserved()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type '@NonNull Map<@NonNull String,String>' needs unchecked conversion to conform to '@NonNull Map<? extends @NonNull String,? extends @NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[143] configuration.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map<String, String>)null) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[188] resolved.put(entry.getKey(), value); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 14. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java (at line 199) return DebugPlugin.parseArguments(expanded); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull String @NonNull[]' is made accessible using the less-annotated type 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchUtils.java:[220] return 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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/resources/core/variables/ResourceVariables.java:[113] return ImCollections.newList(variables); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable[]' needs unchecked conversion to conform to '@NonNull IDynamicVariable @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[60] return this.launchConfiguration.contentsEqual(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[65] return this.launchConfiguration.copy(name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[83] return this.launchConfiguration.hasAttribute(attributeName); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[92] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[101] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[105] public List getAttribute(final String attributeName, final List defaultValue) throws CoreException { ^^^^ List is a raw type. References to generic type List<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[105] public List getAttribute(final String attributeName, final List defaultValue) throws CoreException { ^^^^ Type safety: The return type List for getAttribute(String, List) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to List<String> from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[105] public List getAttribute(final String attributeName, final List defaultValue) throws CoreException { ^^^^ List is a raw type. References to generic type List<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[108] return (List) obj; ^^^^ List is a raw type. References to generic type List<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[110] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[110] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[114] public Set getAttribute(final String attributeName, final Set defaultValue) throws CoreException { ^^^ Set is a raw type. References to generic type Set<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[114] public Set getAttribute(final String attributeName, final Set defaultValue) throws CoreException { ^^^ Type safety: The return type Set for getAttribute(String, Set) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Set<String> from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[114] public Set getAttribute(final String attributeName, final Set defaultValue) throws CoreException { ^^^ Set is a raw type. References to generic type Set<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[117] return ((Set) obj); ^^^ Set is a raw type. References to generic type Set<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[119] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[119] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[123] public Map getAttribute(final String attributeName, final Map defaultValue) throws CoreException { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[123] public Map getAttribute(final String attributeName, final Map defaultValue) throws CoreException { ^^^ Type safety: The return type Map for getAttribute(String, Map) from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Map<String,String> from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[123] public Map getAttribute(final String attributeName, final Map defaultValue) throws CoreException { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[126] return (Map) obj; ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[128] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[128] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[137] return this.launchConfiguration.getAttribute(attributeName, defaultValue); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[141] public Map getAttributes() throws CoreException { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[141] public Map getAttributes() throws CoreException { ^^^ Type safety: The return type Map for getAttributes() from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Map<String,Object> from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[180] public Set getModes() throws CoreException { ^^^ Set is a raw type. References to generic type Set<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[180] public Set getModes() throws CoreException { ^^^ Type safety: The return type Set for getModes() from the type OverlayLaunchConfiguration needs unchecked conversion to conform to Set<String> from the type LaunchConfiguration [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[190] public ILaunchDelegate getPreferredDelegate(final Set modes) throws CoreException { ^^^ Set is a raw type. References to generic type Set<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[191] return this.launchConfiguration.getPreferredDelegate(modes); ^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[191] return this.launchConfiguration.getPreferredDelegate(modes); ^^^^^ Null type safety (type annotations): The expression of type 'Set' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[232] return this.launchConfiguration.supportsMode(mode); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[236] public <T> T getAdapter(final Class<T> adapterType) { ^^^^^ Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[236] public <T> T getAdapter(final Class<T> adapterType) { ^^^^^ Missing non-null annotation: inherited method from PlatformObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[237] return this.launchConfiguration.getAdapter(adapterType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/OverlayLaunchConfiguration.java:[237] return this.launchConfiguration.getAdapter(adapterType); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[45] this.type= launchManager.getLaunchConfigurationType(typeId); ^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[85] public void launchConfigurationAdded(final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[88] this.configurations.add(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[97] public void launchConfigurationChanged(final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[100] this.configurations.add(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/util/LaunchConfigurationCollector.java:[112] public void launchConfigurationRemoved(final ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationListener specifies this parameter as @NonNull 62. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[30] public boolean test(final Object receiver, final String property, ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[30] public boolean test(final Object receiver, final String property, ^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[31] final Object[] args, final Object expectedValue) { ^^^^^^^^ Missing non-null annotation: inherited method from IPropertyTester specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/DebugElementPropertyTester.java:[31] final Object[] args, final Object expectedValue) { ^^^^^^ Missing nullable annotation: inherited method from IPropertyTester specifies this parameter as @Nullable 66 problems (0 errors, 64 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.debug.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [22/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.uimisc --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Compiling 180 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 54. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 58. INFO in /home/jenkins/agent/workspace/statet-4.6.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 59. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 169. INFO in /home/jenkins/agent/workspace/statet-4.6.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 170. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 175. INFO in /home/jenkins/agent/workspace/statet-4.6.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 176. INFO in /home/jenkins/agent/workspace/statet-4.6.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 177. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 180. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 184. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 197. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[29] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[39] format.setRoundingMode(BigDecimal.ROUND_HALF_DOWN); ^^^^^^^^^^^^^^^ The field BigDecimal.ROUND_HALF_DOWN is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[46] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<IObjValueListener<Double>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<Double>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[80] private final FastList<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated 215. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java (at line 104) return Double.class; ^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull Double>' is made accessible using the less-annotated type 'Class<Double>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[128] fValueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener<Double>) from the type FastList<IObjValueListener<Double>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[133] fValueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener<Double>) from the type FastList<IObjValueListener<Double>> is deprecated 218. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java (at line 158) fText.setText(formatValue(newValue)); ^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[163] return Double.valueOf(text); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[185] final IObjValueListener<Double>[] listeners = fValueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<IObjValueListener<Double>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[79] handlerService.deactivateHandlers(fHandlerActivations); ^^^^^^^^^^^^^^ Potential null pointer access: The variable handlerService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[79] handlerService.deactivateHandlers(fHandlerActivations); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<IHandlerActivation>' needs unchecked conversion to conform to '@NonNull Collection' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[135] public void windowOpened(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[140] public void windowClosed(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[157] public void windowActivated(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WindowContributionsProvider.java:[161] public void windowDeactivated(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IWindowListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[33] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated 266. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 116) private static void plotPoint(final GC gc, final int x, final int y, final Color color) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method plotPoint(GC, int, int, Color) from the type HSVSelector is never used locally 267. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 124) private static void plotLine(final GC gc, final int xMin, final int xMax, final float a, final float b, final float c, final Color color) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method plotLine(GC, int, int, float, float, float, Color) from the type HSVSelector is never used locally 268. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 420) 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[448] System.arraycopy(BASE_CACHE, 0, BASE_CACHE, 1, BASE_CACHE.length - 1); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[448] System.arraycopy(BASE_CACHE, 0, BASE_CACHE, 1, BASE_CACHE.length - 1); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Image[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[468] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[509] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[562] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[562] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<ColorDef>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[562] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[562] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[562] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[562] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[588] final IObjValueListener<ColorDef>[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<IObjValueListener<ColorDef>> is deprecated 280. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java (at line 622) return ColorDef.class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ColorDef>' is made accessible using the less-annotated type 'Class<ColorDef>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[627] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[632] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 []' 325. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/UIAccess.java:[47] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') 344. INFO in /home/jenkins/agent/workspace/statet-4.6.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 345. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[25] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[34] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<IObjValueListener<Integer>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<Integer>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[68] private final FastList<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated 424. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java (at line 92) return Integer.class; ^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull Integer>' is made accessible using the less-annotated type 'Class<Integer>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[110] fValueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener<Integer>) from the type FastList<IObjValueListener<Integer>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[115] fValueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener<Integer>) from the type FastList<IObjValueListener<Integer>> is deprecated 427. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java (at line 138) fText.setText(formatValue(newValue)); ^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[143] return Integer.valueOf(text); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[165] final IObjValueListener<Integer>[] listeners = fValueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<IObjValueListener<Integer>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 454. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 458. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[212] final @Nullable IHandler2 handler, final @Nullable Map filter) { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[230] updater.updateElement(element, null); ^^^^ Null type mismatch: required '@NonNull Map' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 517. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 549. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 586. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[291] return node; ^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 648. INFO in /home/jenkins/agent/workspace/statet-4.6.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 649. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 654. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 686. INFO in /home/jenkins/agent/workspace/statet-4.6.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 687. INFO in /home/jenkins/agent/workspace/statet-4.6.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 688. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 690. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 717. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/AbstractSWTObservableValue.java:[36] super(realm); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/AbstractSWTObservableValue.java:[42] public void widgetDisposed(final DisposeEvent e) { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTMultiEnabledObservable.java:[25] public class SWTMultiEnabledObservable extends AbstractSWTObservableValue { ^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTMultiEnabledObservable.java:[42] DialogUtils.setEnabled(fControls, fExceptions, ((Boolean) value).booleanValue()); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'Control[]' needs unchecked conversion to conform to '@NonNull Control @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/SWTMultiEnabledObservable.java:[42] DialogUtils.setEnabled(fControls, fExceptions, ((Boolean) value).booleanValue()); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<capture#of ? extends Control>' needs unchecked conversion to conform to '@Nullable List<? extends @NonNull Control>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/WorkbenchScopingHandler.java:[208] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[36] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[53] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[74] setToolTipText(ColorPalette.this.colors.get(idx).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#1-of ? extends org.eclipse.statet.ecommons.graphics.core.ColorDef', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[157] public void paintControl(final PaintEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[163] int idx= getVerticalBar().getSelection() * ColorPalette.this.columnCount; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[172] new Color(colorDef.getRed(), colorDef.getGreen(), colorDef.getBlue()) ); ^^^^^^^^ Potential null pointer access: The variable colorDef may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<ColorDef>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[232] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[243] getVerticalBar().setVisible(true); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[250] getVerticalBar().addListener(SWT.Selection, listener); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[274] this.cursorIdx= getVerticalBar().getSelection() * this.columnCount; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[283] final int topRow= getVerticalBar().getSelection(); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[285] getVerticalBar().setSelection(row); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[288] getVerticalBar().setSelection(row - this.visibleRowCount + 1); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[298] bar.setEnabled(false); ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[305] bar.setEnabled(false); ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[309] bar.setEnabled(true); ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[332] int idx= (getVerticalBar().getSelection() + ((y - 1) / this.size)) * this.columnCount; ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getVerticalBar() may return null 904. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java (at line 344) return ColorDef.class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ColorDef>' is made accessible using the less-annotated type 'Class<ColorDef>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[349] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[354] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[363] final IObjValueListener<ColorDef>[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[394] if (c.equals(value)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[403] if (c.equals(ref)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[411] if (c.equalsRGB(value)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[438] if (c.equals(value)) { ^ Potential null pointer access: The variable c may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 931. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/AbstractScopeHandler.java:[100] 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.6.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.6.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.6.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<?>' 942. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[34] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[42] private static final Float DEFAULT_VALUE= new Float(1f); ^^^^^^^^^ The constructor Float(float) is deprecated since version 9 970. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java (at line 88) 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[164] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[188] this.image.dispose(); ^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[200] 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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[209] this.image.dispose(); ^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[224] this.image.dispose(); ^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[253] private final FastList<IObjValueListener<Float>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<IObjValueListener<Float>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[253] private final FastList<IObjValueListener<Float>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<Float>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[253] private final FastList<IObjValueListener<Float>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[253] private final FastList<IObjValueListener<Float>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[253] private final FastList<IObjValueListener<Float>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[253] private final FastList<IObjValueListener<Float>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[287] final IObjValueListener<Float>[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<IObjValueListener<Float>> is deprecated 983. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java (at line 321) return Float.class; ^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull Float>' is made accessible using the less-annotated type 'Class<Float>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[326] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener<Float>) from the type FastList<IObjValueListener<Float>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[331] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener<Float>) from the type FastList<IObjValueListener<Float>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[32] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[181] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[232] public void paintControl(final PaintEvent e) { ^^^^^^^^^^ Missing non-null annotation: inherited method from PaintListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<ColorDef>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ FastList is a raw type. References to generic type FastList<T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] private final FastList<IObjValueListener<ColorDef>> valueListeners= (FastList) new FastList<>(IObjValueListener.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[351] final IObjValueListener<ColorDef>[] listeners= this.valueListeners.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<IObjValueListener<ColorDef>> is deprecated 1047. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java (at line 385) return ColorDef.class; ^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull ColorDef>' is made accessible using the less-annotated type 'Class<ColorDef>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[390] this.valueListeners.add(listener); ^^^^^^^^^^^^^ The method add(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[395] this.valueListeners.remove(listener); ^^^^^^^^^^^^^^^^ The method remove(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 1053 problems (0 errors, 1012 warnings, 41 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.uimisc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [23/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' 7. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 33. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 42. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[170] addBindings(dbc, dbc.getValidationRealm()); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[282] return (DataStatus.getInfoSeverity(this.currentStatus) <= IStatus.WARNING); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IStatus' but this expression has type '@Nullable IStatus' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigTabWithDbc.java:[287] return (this.currentStatus.getSeverity() < IStatus.ERROR); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigScopeHandler.java:[89] this.manager.removeListener(this); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/actions/RunActiveConfigScopeHandler.java:[149] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 66. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java (at line 381) createRunAttributes(element, flags) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull Map<@NonNull String,@NonNull Object>' is made accessible using the less-annotated type 'Map<String,Object>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 78 problems (0 errors, 73 warnings, 5 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [24/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ ecommons.waltable --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ ecommons.waltable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [25/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Resolving class path of [bundle] StatET ECommons - WaLTable - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Compiling 462 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionCoordinate.java:[67] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/PositionCoordinate.java:[81] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 22. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/ColumnPositionCoordinate.java:[49] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/ColumnPositionCoordinate.java:[62] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 46. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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) 53. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 57. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 146. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 151. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 153. INFO in /home/jenkins/agent/workspace/statet-4.6.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 154. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/KeyEventMatcher.java:[58] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/KeyEventMatcher.java:[58] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 169. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 189. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 196. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 225. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 228. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 231. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 241. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 279. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 286. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 346. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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) 352. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 355. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 358. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/validate/DefaultNumericDataValidator.java:[23] new Double(newValue.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Double(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 408. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 422. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[78] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[225] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[361] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[365] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[379] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[412] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/AbstractTextPainter.java:[412] 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' 447. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 449. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[95] || (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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[96] || 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[106] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/ui/matcher/MouseEventMatcher.java:[106] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 473. INFO in /home/jenkins/agent/workspace/statet-4.6.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 474. INFO in /home/jenkins/agent/workspace/statet-4.6.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 475. INFO in /home/jenkins/agent/workspace/statet-4.6.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 476. INFO in /home/jenkins/agent/workspace/statet-4.6.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 477. INFO in /home/jenkins/agent/workspace/statet-4.6.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 478. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 528. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 531. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 535. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 537. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 539. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 547. INFO in /home/jenkins/agent/workspace/statet-4.6.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 548. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 581. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/RowPositionCoordinate.java:[49] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/RowPositionCoordinate.java:[62] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 596. INFO in /home/jenkins/agent/workspace/statet-4.6.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 597. INFO in /home/jenkins/agent/workspace/statet-4.6.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 598. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 602. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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) 621. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 622. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' 630. INFO in /home/jenkins/agent/workspace/statet-4.6.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 631. INFO in /home/jenkins/agent/workspace/statet-4.6.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 632. INFO in /home/jenkins/agent/workspace/statet-4.6.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 633. INFO in /home/jenkins/agent/workspace/statet-4.6.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 634. INFO in /home/jenkins/agent/workspace/statet-4.6.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 635. INFO in /home/jenkins/agent/workspace/statet-4.6.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 636. INFO in /home/jenkins/agent/workspace/statet-4.6.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 637. INFO in /home/jenkins/agent/workspace/statet-4.6.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 638. INFO in /home/jenkins/agent/workspace/statet-4.6.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 639. INFO in /home/jenkins/agent/workspace/statet-4.6.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 640. INFO in /home/jenkins/agent/workspace/statet-4.6.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 641. INFO in /home/jenkins/agent/workspace/statet-4.6.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 642. INFO in /home/jenkins/agent/workspace/statet-4.6.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 643. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 645. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 652. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[42] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[49] 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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[96] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/layer/cell/CellOverrideLabelAccumulator.java:[96] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 658 problems (0 errors, 597 warnings, 61 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [26/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ ecommons.edb --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ ecommons.edb --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecommons.edb --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ ecommons.edb --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [27/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.edb.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ecommons.edb.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [28/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ autonature --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [29/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autonature --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.eutils.autonature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.eutils.autonature --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectHandler.java:[60] (activePart != null) ? activePart.getSite().getShell() : UIAccess.getActiveWorkbenchShell(true), ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[194] Arrays.asList(nature.getRequiredNatureIds()) ) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to 'String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/ConfigManager.java:[210] public synchronized void preferenceChange(final PreferenceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IEclipsePreferences.IPreferenceChangeListener specifies this parameter as @NonNull 37. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 47 problems (0 errors, 44 warnings, 3 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autonature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.eutils.autonature --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature --- [WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [30/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ autonature --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [31/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autonature --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autonature --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-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.6.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature --- [WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] -----------------< org.eclipse.statet.eutils:autorun >------------------ [INFO] Building autorun 4.6.0.202209080600-r [32/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ autorun --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [33/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autorun --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.eutils.autorun --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.eutils.autorun --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[52] public void start(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[53] super.start(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[58] public void stop(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/Activator.java:[60] super.stop(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[91] 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.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[91] 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.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[94] final Composite composite= new Composite(parent, SWT.NONE); ^^^^^^ Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[113] this.entryViewer.setContentProvider(new LaunchConfigurationTreeContentProvider(ILaunchManager.RUN_MODE, getShell()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationTreeContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[113] this.entryViewer.setContentProvider(new LaunchConfigurationTreeContentProvider(ILaunchManager.RUN_MODE, getShell()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LaunchConfigurationTreeContentProvider(String, Shell)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[116] final Object[] children= super.getChildren(parentElement); ^^^^^^^^^^^ Discouraged access: The method 'LaunchConfigurationTreeContentProvider.getChildren(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[119] if (super.hasChildren(children[i])) { ^^^^^^^^^^^ Discouraged access: The method 'LaunchConfigurationTreeContentProvider.hasChildren(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[126] this.entryViewer.setComparator(new LaunchConfigurationComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationComparator' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[126] this.entryViewer.setComparator(new LaunchConfigurationComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LaunchConfigurationComparator()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[137] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[157] public String getText(final Object element) { ^^^^^^ The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[157] public String getText(final Object element) { ^^^^^^ Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[159] final Iterator<String> iter= ((Set<String>) element).iterator(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[161] append(AutoRunPreferencePage.this.launchManager.getLaunchMode(iter.next())); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[164] append(AutoRunPreferencePage.this.launchManager.getLaunchMode(iter.next())); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[189] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[195] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[198] AutoRunPreferencePage.this.lastMode= (Set<String>) element; ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set<String> 25. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java (at line 216) 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.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[226] final Set<String>[] array= combinations.toArray(new Set[combinations.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set[] needs unchecked conversion to conform to Set<String>[] [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[230] this.modeViewer.setSelection(new StructuredSelection(this.lastMode)); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[233] this.modeViewer.setSelection(new StructuredSelection(array[0])); ^^^^^^^^ Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[312] final Set<String> modes= (Set<String>) ((IStructuredSelection) this.modeViewer.getSelection()).getFirstElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[48] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[48] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[50] final ILaunchConfiguration config= DebugPlugin.getDefault().getLaunchManager().getLaunchConfiguration(this.key); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunner.java:[58] config.launch(this.mode, monitor, false, true); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 34 problems (0 errors, 33 warnings, 1 info) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autorun --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.eutils.autorun --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun --- [WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [34/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ autorun --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [35/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autorun --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-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.6.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/eutils.autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun --- [WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] ---------------------< org.eclipse.statet.ltk:ltk >--------------------- [INFO] Building ltk 4.6.0.202209080600-r [36/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ ltk --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ ltk --- [INFO] [INFO] -----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk >------------ [INFO] Building [bundle] StatET LTK (Incubation) 4.6.0.202209080600-r [37/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk --- [INFO] Resolving class path of [bundle] StatET LTK (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ltk --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk --- [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [38/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ltk.core --- [INFO] Compiling 143 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 12. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 15. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 53. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/project/core/builder/ProjectBuildTask.java (at line 64) public VirtualSourceUnit(final IFile file, final String modelTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ProjectBuildTask.VirtualSourceUnit(IFile, String) is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[114] if (this.resources == null) { this.resources= new ArrayList<>(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/ElementSet.java:[229] if (projects.add(projectToAdd[i])) { ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IProject' needs unchecked conversion to conform to '@NonNull IProject' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 96. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 130. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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[]' 136. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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[]' 141. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 180. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 113) attributes.put(IMarker.SEVERITY, IssueMarkers.toMarkerSeverity(problem.getSeverity())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 181. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 114) attributes.put(IssueMarkers.CODE_ATTR_NAME, problem.getCode()); ^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 182. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 117) attributes.put(IMarker.LINE_NUMBER, (problem.getSourceLine() > 0) ? problem.getSourceLine() : 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 183. INFO in /home/jenkins/agent/workspace/statet-4.6.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_START, problem.getSourceStartOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 184. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 120) attributes.put(IMarker.CHAR_END, problem.getSourceEndOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 185. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 122) attributes.put(IMarker.USER_EDITABLE, false); ^^^^^ The expression of type boolean is boxed into Boolean 186. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 130) attributes.put(IMarker.PRIORITY, IssueMarkers.toMarkerPriority(task.getPriority())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 187. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 133) attributes.put(IMarker.LINE_NUMBER, (task.getSourceLine() > 0) ? task.getSourceLine() : 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 188. INFO in /home/jenkins/agent/workspace/statet-4.6.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_START, task.getSourceStartOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 189. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 136) attributes.put(IMarker.CHAR_END, task.getSourceEndOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 190. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/ResourceMarkerIssueRequestor.java (at line 138) attributes.put(IMarker.USER_EDITABLE, false); ^^^^^ The expression of type boolean is boxed into Boolean 191. INFO in /home/jenkins/agent/workspace/statet-4.6.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 192. INFO in /home/jenkins/agent/workspace/statet-4.6.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 193. INFO in /home/jenkins/agent/workspace/statet-4.6.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 194. INFO in /home/jenkins/agent/workspace/statet-4.6.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 195. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 199. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 210. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[42] super(change.getName()); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[48] super(name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[53] super(name, changes); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[53] super(name, changes); ^^^^^^^ Null type safety (type annotations): The expression of type 'Change[]' needs unchecked conversion to conform to '@Nullable Change @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[62] public void initializeValidationData(final IProgressMonitor pm) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[63] super.initializeValidationData(pm); ^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[81] public RefactoringStatus isValid(final IProgressMonitor pm) throws CoreException { ^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull RefactoringStatus' returned from CompositeChange.isValid(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[81] public RefactoringStatus isValid(final IProgressMonitor pm) throws CoreException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from CompositeChange specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[83] return super.isValid(pm); ^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[101] public void resourceChanged(final IResourceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IResourceChangeListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/DynamicValidationChange.java:[106] Messages.DynamicValidationState_WorkspaceChanged_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/MultiRefactoringFactory.java:[76] final String elementType= ((LtkModelElement)array[i]).getModelTypeId(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/MultiRefactoringFactory.java:[91] type= ((LtkModelElement)elements).getModelTypeId(); ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized 232 problems (0 errors, 206 warnings, 26 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ltk.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core --- [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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 [39/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4: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:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ltk.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ltk.core.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.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:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.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:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.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.6.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:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.core-tests/target/surefire.properties] Running SourceContentTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in SourceContentTest getStringSubstring Time elapsed: 0.023 s getChar Time elapsed: 0.001 s getString Time elapsed: 0.001 s getEndOffset Time elapsed: 0.001 s getStartOffset Time elapsed: 0 s getStamp Time elapsed: 0 s getStringLines Time elapsed: 0.002 s Results: Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui >---------- [INFO] Building [bundle] StatET LTK - UI (Incubation) 4.6.0.202209080600-r [40/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ltk.ui --- [INFO] Resolving class path of [bundle] StatET LTK - UI (Incubation)... [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.43kB) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ltk.ui --- [INFO] Compiling 239 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 49. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 52. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field availableCategories may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field categoryIteration may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field completionProposalsAutoActivationCharacters may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[166] public ContentAssistProcessor(final ContentAssist assistant, final String contentType, final ContentAssistComputerRegistry registry, final SourceEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field contextInformationAutoActivationCharacters may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[289] this.computerRegistry.getCategory(assistant.getSpecificMode()) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[329] this.availableCategories= null; ^^^^ Null type mismatch: required '@NonNull List<@NonNull ContentAssistCategory>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[330] this.categoryIteration= null; ^^^^ Null type mismatch: required '@NonNull List<@NonNull List<@NonNull ContentAssistCategory>>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[409] this.availableCategories= null; ^^^^ Null type mismatch: required '@NonNull List<@NonNull ContentAssistCategory>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[423] final ContentAssist assistant= getAssistant(); ^^^^^^^^^ The value of the local variable assistant is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[529] Arrays.sort(array, PROPOSAL_COMPARATOR); ^^^^^ Null type safety (type annotations): The expression of type 'AssistProposal[]' needs unchecked conversion to conform to '@NonNull AssistProposal @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[543] new AssistCompletionInformationProposalWrapper(proposal, context); ^^^^^^^^ Null type safety (type annotations): The expression of type 'AssistProposal' needs unchecked conversion to conform to '@NonNull AssistProposal' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[669] if (this.categoryIteration == null) { this.noIteration= false; return; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[688] if (this.categoryIteration == null) { return this.availableCategories; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[744] if (this.availableCategories == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[804] && viewer.getTextWidget().isFocusControl() ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistProcessor.java:[812] && ContentAssistProcessor.this.reloadCompletionProposals.length > 0 ) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 70. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 88. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 91. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 96. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKWorkbenchUIUtil.java (at line 125) IMarker.CHAR_START, initialSelection.getOffset(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 97. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKWorkbenchUIUtil.java (at line 126) IMarker.CHAR_END, initialSelection.getOffset() + initialSelection.getLength() )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 151. INFO in /home/jenkins/agent/workspace/statet-4.6.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 152. INFO in /home/jenkins/agent/workspace/statet-4.6.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 153. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 166. INFO in /home/jenkins/agent/workspace/statet-4.6.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 167. INFO in /home/jenkins/agent/workspace/statet-4.6.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 168. INFO in /home/jenkins/agent/workspace/statet-4.6.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 169. INFO in /home/jenkins/agent/workspace/statet-4.6.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 170. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 170) assist.setShowSubstringMatches(prefs.getPreferenceValue(this.showSubstringMatches)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[70] final LtkModelElement element= (LtkModelElement) obj; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ModelElementTester.java:[70] final LtkModelElement element= (LtkModelElement) obj; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 207. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 210. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 295. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 297. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1113] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1183] this.modelProvider= null; ^^^^ Null type mismatch: required '@NonNull ElementInfoController' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1193] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[520] final int widgetCaret= viewer.getTextWidget().getCaretOffset(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[540] viewer.getAnnotationModel().addAnnotation(annotation, new Position(offset, length)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getAnnotationModel() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[550] viewer.getAnnotationModel().removeAnnotation(rememberedOverwriteAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getAnnotationModel() may return null 315. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 318. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[38] public class DefaultBrowserInformationInput extends BrowserInformationControlInput { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[126] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[126] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[126] content= HTMLPrinter.convertToHTMLContent(content); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.convertToHTMLContent(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[156] HTMLPrinter.insertPageProlog(sb, 0, this.stylesheet); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[156] HTMLPrinter.insertPageProlog(sb, 0, this.stylesheet); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.insertPageProlog(StringBuilder, int, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[157] HTMLPrinter.addPageEpilog(sb); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[157] HTMLPrinter.addPageEpilog(sb); ^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.addPageEpilog(StringBuilder)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[171] final @Nullable BrowserInformationControlInput previous) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[172] super(previous); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BrowserInformationControlInput(BrowserInformationControlInput)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[177] this.sections.getType(viewer.getDocument(), viewer.getSelectedRange().x) ); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[41] import org.eclipse.statet.ecommons.collections.FastList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FastList<T> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[69] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[89] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[89] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[97] public boolean contains(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[102] public boolean isConflicting(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[110] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[128] public void documentAboutToBeChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[132] public void documentChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[168] private final FastList<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^ The type FastList<EcoReconciler.StrategyEntry> is deprecated 384. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java (at line 168) 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[168] private final FastList<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^ The type FastList is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[168] private final FastList<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FastList<EcoReconciler.StrategyEntry>(Class<EcoReconciler.StrategyEntry>, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[236] textWidget.addListener(SWT.Show, this.fVisibleListener); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[236] textWidget.addListener(SWT.Show, this.fVisibleListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[237] textWidget.addListener(SWT.Hide, this.fVisibleListener); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[350] this.fStrategies.add(new StrategyEntry(strategy)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method add(EcoReconciler.StrategyEntry) from the type FastList<EcoReconciler.StrategyEntry> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/EcoReconciler.java:[354] return this.fStrategies.toArray(); ^^^^^^^^^ The method toArray() from the type FastList<EcoReconciler.StrategyEntry> is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 400. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 401. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.12.100.v20220329-1353/org.eclipse.ltk.ui.refactoring-3.12.100.v20220329-1353.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.12.100.v20220329-1353/org.eclipse.ltk.ui.refactoring-3.12.100.v20220329-1353.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.12.100.v20220329-1353/org.eclipse.ltk.ui.refactoring-3.12.100.v20220329-1353.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.12.100.v20220329-1353/org.eclipse.ltk.ui.refactoring-3.12.100.v20220329-1353.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.12.100.v20220329-1353/org.eclipse.ltk.ui.refactoring-3.12.100.v20220329-1353.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.12.100.v20220329-1353/org.eclipse.ltk.ui.refactoring-3.12.100.v20220329-1353.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 482. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 483. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 487. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 502. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[177] public Object[] getElements(final Object inputElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getElements(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[177] public Object[] getElements(final Object inputElement) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[182] public @Nullable Object getParent(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[190] public boolean hasChildren(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[195] public Object[] getChildren(final Object parentElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[195] public Object[] getChildren(final Object parentElement) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[217] final List<? extends TemplatePersistenceData> templates= contrib.getTemplates(category.getId()); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[220] final Template contribTemplate= templateData.getTemplate(); ^^^^^^^^^^^^ Potential null pointer access: The variable templateData may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[231] final List<? extends TemplatePersistenceData> templates= contrib.getTemplates(category.getId()); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[234] final Template contribTemplate= templateData.getTemplate(); ^^^^^^^^^^^^ Potential null pointer access: The variable templateData may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[250] final List<? extends TemplatePersistenceData> templates= contrib.getTemplates(category.getId()); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[253] final Template contribTemplate= templateData.getTemplate(); ^^^^^^^^^^^^ Potential null pointer access: The variable templateData may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[292] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[300] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[300] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[309] return super.getDefaultFor(item); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[313] IObservableValue<String> observableValue= this.defaultValues.get(category.getId()); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[317] this.prefs.put(pref, null); ^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[319] this.defaultValues.put(category.getId(), observableValue); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[326] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[326] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[327] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[327] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[330] contrib.add(newItem.category.getId(), newItem.data); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[339] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[340] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[344] contrib.delete(((TemplateItem) element).data); ^^^^^^^ Potential null pointer access: The variable element may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[347] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[357] public Image getImage(final Object element) { ^^^^^^ Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[378] public String getText(final Object element) { ^^^^^^ The return type is incompatible with '@NonNull String' returned from LabelProvider.getText(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[378] public String getText(final Object element) { ^^^^^^ Missing nullable annotation: inherited method from LabelProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[452] this.templateCategories= ImCollections.<TemplateCategory>toList(categories); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<capture#of ? extends TemplateCategory>' needs unchecked conversion to conform to '@NonNull Collection<? extends TemplateCategory>', corresponding supertype is 'Collection<capture#of ? extends TemplateCategory>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[478] return ImCollections.newList(children); ^^^^^^^^ Null type safety (type annotations): The expression of type 'CodeTemplateConfigurationBlock.TemplateItem[]' needs unchecked conversion to conform to 'CodeTemplateConfigurationBlock.TemplateItem @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[506] protected void createBlockArea(final Composite pageComposite) { ^^^^^^^^^ Missing non-null annotation: inherited method from ConfigurationBlock specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[513] setupPreferenceManager(prefs); ^^^^^ Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[515] { 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[524] createObservable(this.defaultPref) ); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference<String>' needs unchecked conversion to conform to '@NonNull Preference<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[534] { 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[564] { 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[574] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[574] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[577] ViewerUtils.scheduleStandardSelection(this.treeViewer); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull TreeViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[627] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[627] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[651] template.setName(newName(item.category)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) from the type Template is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[653] new TemplatePersistenceData(dialog.getTemplate(), true) ); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Template' needs unchecked conversion to conform to '@NonNull Template' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[681] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[737] data.getTemplate().setName(newName(category)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) from the type Template is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[748] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[752] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[755] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[837] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 602. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 603. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[318] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[319] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[321] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[321] getShell(), context ); ^^^^^^^ Null type mismatch: required '@NonNull IProgressService' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[42] return proposal0.getDisplayString().compareTo(proposal1.getDisplayString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[46] public boolean equals(final Object arg0) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[84] public ICompletionProposal[] computeCompletionProposals(final ITextViewer viewer, final int documentOffset) { ^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull ICompletionProposal @Nullable[]' returned from IContentAssistProcessor.computeCompletionProposals(ITextViewer, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[100] for (final Iterator iterator= this.fContextType.resolvers(); iterator.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/templates/TemplateVariableProcessor.java:[128] public IContextInformation[] computeContextInformation(final ITextViewer viewer, final int documentOffset) { ^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull IContextInformation @Nullable[]' returned from IContentAssistProcessor.computeContextInformation(ITextViewer, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[91] rinfo.workingCopy.disconnect(m.newChild(1)); ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[103] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[128] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[140] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[152] this.documentSetupParticipant.setup(document); ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[252] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[252] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[401] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[401] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[485] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[485] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[82] document= su.getDocument(m.newChild(1)); ^^ Potential null pointer access: The variable su may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[102] protected @Nullable AbstractDocument createDocument(final Object element) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull IDocument' returned from AbstractDocumentProvider.createDocument(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[138] info.workingCopy.disconnect(m.newChild(1)); ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[142] public static @NonNull SourceStructElement @Nullable [] getSelectedSourceStructElements( ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[150] public static @NonNull SourceStructElement @Nullable [] getSelectedSourceStructElements( ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[152] final @NonNull SourceStructElement[] elements= new @NonNull SourceStructElement[selection.size()]; ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[157] elements[i]= (SourceStructElement) next; ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[167] return getSelectedFiles((IStructuredSelection) selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IFile @Nullable[]' needs unchecked conversion to conform to '@NonNull IFile @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[192] public static SourceStructElement @Nullable [] getSelectedSourceStructElement( ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[195] final SourceStructElement root= suModel.getSourceElement(); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 701. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 710. INFO in /home/jenkins/agent/workspace/statet-4.6.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 711. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 759. INFO in /home/jenkins/agent/workspace/statet-4.6.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[]' 760. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[259] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[263] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[270] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[271] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[272] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[273] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[274] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[275] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[288] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[289] text.setMenu(menu); ^^^^ Potential null pointer access: The variable text may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[295] 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.6.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.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.6.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.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.6.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.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[301] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[329] return this.sourceViewer.getTextWidget(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull StyledText' but this expression has type '@Nullable StyledText' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 817. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 818. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[408] return TextUtil.getBlock(data.getDocument(), selectedRange.x, selectedRange.y); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IRegion' needs unchecked conversion to conform to '@NonNull IRegion' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[453] new Transfer[] { TextTransfer.getInstance() } ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Transfer[]' needs unchecked conversion to conform to '@NonNull Transfer @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 849. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 861. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 919. INFO in /home/jenkins/agent/workspace/statet-4.6.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 920. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[78] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[98] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^ The return type is incompatible with '@NonNull IStatus' returned from Job.run(IProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[98] protected IStatus run(final IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Job specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[106] public boolean contains(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[111] public boolean isConflicting(final ISchedulingRule rule) { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISchedulingRule specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[119] public void handleEvent(final Event event) { ^^^^^ Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[137] public void documentAboutToBeChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[141] public void documentChanged(final DocumentEvent e) { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[244] textWidget.addListener(SWT.Show, this.visibleListener); ^^^^^^^^^^ Potential null pointer access: The variable textWidget may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[244] textWidget.addListener(SWT.Show, this.visibleListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler2.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EcoReconciler2.java:[245] textWidget.addListener(SWT.Hide, this.visibleListener); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'EcoReconciler2.VisibleListener' needs unchecked conversion to conform to '@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 950 problems (0 errors, 908 warnings, 42 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ltk.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.ui --- [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [41/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/src/org/eclipse/statet/ltk/buildpath/core/BuildpathInitializer.java (at line 174) final ImList<BuildpathAttribute> extraAttributes= entry.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>' 2 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ltk.buildpath.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [42/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElementAttribute.java:[85] return new BasicBuildpathAttribute(this.name, (this.value != null) ? this.value.toString() : null); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElementAttribute.java:[95] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[141] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[191] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[209] 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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 16. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java (at line 138) 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[214] return new BasicBuildpathElement(this.type, this.path, ^^^^^^^^^ Null type safety (type annotations): The expression of type 'BuildpathElementType' needs unchecked conversion to conform to '@NonNull BuildpathElementType' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[214] return new BasicBuildpathElement(this.type, this.path, ^^^^^^^^^ Null type safety (type annotations): The expression of type 'IPath' needs unchecked conversion to conform to '@NonNull IPath' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[216] (ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS) : null, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to ImList<IPath> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[216] (ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS) : null, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImList<IPath>' needs unchecked conversion to conform to '@Nullable ImList<@NonNull IPath>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[218] (ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS) : null, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to ImList<IPath> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[218] (ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS) : null, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImList<IPath>' needs unchecked conversion to conform to '@Nullable ImList<@NonNull IPath>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[226] ImCollections.toList(getExtraAttributes()) ); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<BuildpathAttribute>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull BuildpathAttribute>', corresponding supertype is 'Collection<BuildpathAttribute>' 24. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java (at line 394) private IStatus evaluateContainerChildStatus(final BuildpathListElementAttribute attrib) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method evaluateContainerChildStatus(BuildpathListElementAttribute) from the type BuildpathListElement is never used locally [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[461] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[473] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 29. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 49. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 68) private static final ImIdentitySet<String> FILTER_OUTPUT= ImCollections.newIdentitySet( BuildpathAttribute.OUTPUT ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ImIdentitySet<@NonNull String>' is made accessible using the less-annotated type 'ImIdentitySet<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 57. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[159] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[186] public void delete(final List<? extends Object> elements) { ^^^^ Missing non-null annotation: inherited method from DataAdapter<Object> specifies this parameter as @NonNull 63. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 259) new WritableValue<>(false, Boolean.TYPE) : null; ^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[286] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[309] buttonGroup.addAddButton(new ButtonGroup.AddHandler() { @Override public void update(final IStructuredSelection selection) { setEnabled(SourceContainerComponent.this.uiDescription.getAllowAdd( SourceContainerComponent.this.project, SourceContainerComponent.this.type )); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type new ButtonGroup.AddHandler(){} needs unchecked conversion to conform to ButtonGroup.SelectionHandler<Object> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[309] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[311] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[357] .observe(this.outputPathControl), ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[358] this.outputPathValue ); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[363] .observe(this.outputByFolderControl), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[364] this.outputByContainerValue ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[368] public void handleValueChange(final ValueChangeEvent<? extends Boolean> event) { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IValueChangeListener<Boolean> specifies this parameter as @NonNull 73. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 369) if (!(event.diff.getNewValue())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type capture#3-of ? extends Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[369] if (!(event.diff.getNewValue())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#3-of ? extends java.lang.Boolean', a free type variable that may represent a '@Nullable' type 75. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 411) this.outputByContainerValue.setValue(outputLocationByFolder); ^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[445] final List<IPath> inclusionPatterns= (List<IPath>) element.getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List<IPath> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[446] final List<IPath> exclusionPatterns= (List<IPath>) element.getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List<IPath> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[465] return ImCollections.toList( ((StructuredSelection) this.containerListViewer.getSelection()).toList() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(List) of the generic method toList(Collection<? extends E>) of type ImCollections [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[465] return ImCollections.toList( ((StructuredSelection) this.containerListViewer.getSelection()).toList() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ImList needs unchecked conversion to conform to List<Object> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[466] ((StructuredSelection) this.containerListViewer.getSelection()).toList() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[470] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[480] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[480] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[496] 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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[508] ImCollections.toList((List<BuildpathListElement>) this.containerList), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<BuildpathListElement>' needs unchecked conversion to conform to '@NonNull Collection<? extends BuildpathListElement>', corresponding supertype is 'Collection<BuildpathListElement>' 85 problems (0 errors, 76 warnings, 9 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ltk.buildpath.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [43/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ ltk --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ ltk --- [INFO] [INFO] ------< org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk >------ [INFO] Building [feature] StatET LTK (Incubation) 4.6.0.202209080600-r [44/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.ltk --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.ltk --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.ltk --- [WARNING] The following referenced plugins has missing sources org.eclipse.statet.ltk_4.6.0.202209080600-r [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.6.0.202209080600-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.6.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk --- [WARNING] artifact org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --------------------< org.eclipse.statet.yaml:yaml >-------------------- [INFO] Building yaml 4.6.0.202209080600-r [45/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ yaml --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ yaml --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ yaml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ yaml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [46/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.yaml.core --- [INFO] Resolving class path of [bundle] StatET YAML Tools - Core (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.yaml.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.yaml.core --- [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[110] && (((getElementType() & MASK_C1) == C1_SOURCE) || getSourceParent().equals(other.getSourceParent())) ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSourceParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlElementName.java:[80] return (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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlElementName.java:[83] return (this.segment != null) ? this.segment : "<missing>"; //$NON-NLS-1$ ^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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 20. INFO in /home/jenkins/agent/workspace/statet-4.6.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 21. INFO in /home/jenkins/agent/workspace/statet-4.6.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 22. INFO in /home/jenkins/agent/workspace/statet-4.6.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 23. INFO in /home/jenkins/agent/workspace/statet-4.6.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 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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 25. INFO in /home/jenkins/agent/workspace/statet-4.6.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 26. INFO in /home/jenkins/agent/workspace/statet-4.6.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 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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 29. INFO in /home/jenkins/agent/workspace/statet-4.6.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 30. INFO in /home/jenkins/agent/workspace/statet-4.6.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 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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 32. INFO in /home/jenkins/agent/workspace/statet-4.6.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 33. INFO in /home/jenkins/agent/workspace/statet-4.6.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 34. INFO in /home/jenkins/agent/workspace/statet-4.6.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 35. INFO in /home/jenkins/agent/workspace/statet-4.6.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 36. INFO in /home/jenkins/agent/workspace/statet-4.6.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 37. INFO in /home/jenkins/agent/workspace/statet-4.6.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 38. INFO in /home/jenkins/agent/workspace/statet-4.6.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 39. INFO in /home/jenkins/agent/workspace/statet-4.6.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 40. INFO in /home/jenkins/agent/workspace/statet-4.6.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 41. INFO in /home/jenkins/agent/workspace/statet-4.6.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 42. INFO in /home/jenkins/agent/workspace/statet-4.6.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 43. INFO in /home/jenkins/agent/workspace/statet-4.6.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 44. INFO in /home/jenkins/agent/workspace/statet-4.6.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 45. INFO in /home/jenkins/agent/workspace/statet-4.6.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 46. INFO in /home/jenkins/agent/workspace/statet-4.6.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 47. INFO in /home/jenkins/agent/workspace/statet-4.6.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 48. INFO in /home/jenkins/agent/workspace/statet-4.6.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 49. INFO in /home/jenkins/agent/workspace/statet-4.6.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 50. INFO in /home/jenkins/agent/workspace/statet-4.6.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 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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 52. INFO in /home/jenkins/agent/workspace/statet-4.6.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 53. INFO in /home/jenkins/agent/workspace/statet-4.6.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 54. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 87. INFO in /home/jenkins/agent/workspace/statet-4.6.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 88. INFO in /home/jenkins/agent/workspace/statet-4.6.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 89. INFO in /home/jenkins/agent/workspace/statet-4.6.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 90. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 99. INFO in /home/jenkins/agent/workspace/statet-4.6.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 100. INFO in /home/jenkins/agent/workspace/statet-4.6.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 101. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlHeuristicTokenScanner.java:[126] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 131. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 132. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 135. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 137. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 139. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 141. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 143. INFO in /home/jenkins/agent/workspace/statet-4.6.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 144. INFO in /home/jenkins/agent/workspace/statet-4.6.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 145. INFO in /home/jenkins/agent/workspace/statet-4.6.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 146. INFO in /home/jenkins/agent/workspace/statet-4.6.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 147. INFO in /home/jenkins/agent/workspace/statet-4.6.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 148. INFO in /home/jenkins/agent/workspace/statet-4.6.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 149. INFO in /home/jenkins/agent/workspace/statet-4.6.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 150. INFO in /home/jenkins/agent/workspace/statet-4.6.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 151. INFO in /home/jenkins/agent/workspace/statet-4.6.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 152. INFO in /home/jenkins/agent/workspace/statet-4.6.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 153. INFO in /home/jenkins/agent/workspace/statet-4.6.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 154. INFO in /home/jenkins/agent/workspace/statet-4.6.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 155. INFO in /home/jenkins/agent/workspace/statet-4.6.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 156. INFO in /home/jenkins/agent/workspace/statet-4.6.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 157. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 163. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/srcLexer/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScanningContext.java:[62] return null; ^^^^ Null type mismatch: required '@NonNull String' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 171. INFO in /home/jenkins/agent/workspace/statet-4.6.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 172. INFO in /home/jenkins/agent/workspace/statet-4.6.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 173. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 177. INFO in /home/jenkins/agent/workspace/statet-4.6.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 177 problems (0 errors, 108 warnings, 69 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.yaml.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.yaml.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.yaml.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.core --- [WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [47/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.yaml.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.yaml.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.yaml.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.yaml.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.yaml.core.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.yaml.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.yaml.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/org.eclipse.statet.yaml.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/yaml/org.eclipse.statet.yaml.core-tests/target/surefire.properties] Running org.eclipse.statet.internal.yaml.core.model.SourceAnalyzerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.statet.internal.yaml.core.model.SourceAnalyzerTest Map Time elapsed: 0.065 s Seq Time elapsed: 0.002 s empty Time elapsed: 0 s Document_empty Time elapsed: 0.001 s Running org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.statet.internal.yaml.core.model.AstProblemReporterTest Tag_incomplete Time elapsed: 0.005 s Comment Time elapsed: 0.003 s Scalar_invalidIndicator Time elapsed: 0.002 s Map_incompleteFlowMap Time elapsed: 0.002 s Doc_invalidContent Time elapsed: 0.001 s Map_incompleteBlockMap Time elapsed: 0.001 s Scalar_notClosed Time elapsed: 0.001 s Scalar_invalidString Time elapsed: 0.001 s Seq_incompleteBlockSeq Time elapsed: 0.001 s Seq_incompleteFlowSeq Time elapsed: 0.001 s Doc_invalidHeader Time elapsed: 0 s Running org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest Tests run: 322, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.524 s - in org.eclipse.statet.internal.yaml.snakeyaml.scanner.YamlSpecTest testEvents{SpecTestCase}[1] Time elapsed: 0.043 s testEvents{SpecTestCase}[2] Time elapsed: 0.002 s testEvents{SpecTestCase}[3] Time elapsed: 0.001 s testEvents{SpecTestCase}[4] Time elapsed: 0.001 s testEvents{SpecTestCase}[5] Time elapsed: 0.001 s testEvents{SpecTestCase}[6] Time elapsed: 0 s testEvents{SpecTestCase}[7] Time elapsed: 0.001 s testEvents{SpecTestCase}[8] Time elapsed: 0.001 s testEvents{SpecTestCase}[9] Time elapsed: 0 s testEvents{SpecTestCase}[10] Time elapsed: 0.001 s testEvents{SpecTestCase}[11] Time elapsed: 0 s testEvents{SpecTestCase}[12] Time elapsed: 0 s testEvents{SpecTestCase}[13] Time elapsed: 0.001 s testEvents{SpecTestCase}[14] Time elapsed: 0 s testEvents{SpecTestCase}[15] Time elapsed: 0 s testEvents{SpecTestCase}[16] Time elapsed: 0.001 s testEvents{SpecTestCase}[17] Time elapsed: 0.001 s testEvents{SpecTestCase}[18] Time elapsed: 0.001 s testEvents{SpecTestCase}[19] Time elapsed: 0 s testEvents{SpecTestCase}[20] Time elapsed: 0.001 s testEvents{SpecTestCase}[21] Time elapsed: 0.001 s testEvents{SpecTestCase}[22] Time elapsed: 0.001 s testEvents{SpecTestCase}[23] Time elapsed: 0.001 s testEvents{SpecTestCase}[24] Time elapsed: 0 s testEvents{SpecTestCase}[25] Time elapsed: 0 s testEvents{SpecTestCase}[26] Time elapsed: 0.001 s testEvents{SpecTestCase}[27] Time elapsed: 0.002 s testEvents{SpecTestCase}[28] Time elapsed: 0.001 s testEvents{SpecTestCase}[29] Time elapsed: 0.001 s testEvents{SpecTestCase}[30] Time elapsed: 0.001 s testEvents{SpecTestCase}[31] Time elapsed: 0 s testEvents{SpecTestCase}[32] Time elapsed: 0 s testEvents{SpecTestCase}[33] Time elapsed: 0.001 s testEvents{SpecTestCase}[34] Time elapsed: 0.001 s testEvents{SpecTestCase}[35] Time elapsed: 0.001 s testEvents{SpecTestCase}[36] Time elapsed: 0.001 s testEvents{SpecTestCase}[37] Time elapsed: 0.001 s testEvents{SpecTestCase}[38] Time elapsed: 0.001 s testEvents{SpecTestCase}[39] Time elapsed: 0.028 s testEvents{SpecTestCase}[40] Time elapsed: 0 s testEvents{SpecTestCase}[41] Time elapsed: 0 s testEvents{SpecTestCase}[42] Time elapsed: 0 s testEvents{SpecTestCase}[43] Time elapsed: 0 s testEvents{SpecTestCase}[44] Time elapsed: 0 s testEvents{SpecTestCase}[45] Time elapsed: 0 s testEvents{SpecTestCase}[46] Time elapsed: 0 s testEvents{SpecTestCase}[47] Time elapsed: 0 s testEvents{SpecTestCase}[48] Time elapsed: 0 s testEvents{SpecTestCase}[49] Time elapsed: 0 s testEvents{SpecTestCase}[50] Time elapsed: 0.001 s testEvents{SpecTestCase}[51] Time elapsed: 0.001 s testEvents{SpecTestCase}[52] Time elapsed: 0.001 s testEvents{SpecTestCase}[53] Time elapsed: 0.001 s testEvents{SpecTestCase}[54] Time elapsed: 0.001 s testEvents{SpecTestCase}[55] Time elapsed: 0.001 s testEvents{SpecTestCase}[56] Time elapsed: 0.001 s testEvents{SpecTestCase}[57] Time elapsed: 0.001 s testEvents{SpecTestCase}[58] Time elapsed: 0.001 s testEvents{SpecTestCase}[59] Time elapsed: 0.001 s testEvents{SpecTestCase}[60] Time elapsed: 0.001 s testEvents{SpecTestCase}[61] Time elapsed: 0.001 s testEvents{SpecTestCase}[62] Time elapsed: 0 s testEvents{SpecTestCase}[63] Time elapsed: 0 s testEvents{SpecTestCase}[64] Time elapsed: 0 s testEvents{SpecTestCase}[65] Time elapsed: 0 s testEvents{SpecTestCase}[66] Time elapsed: 0 s testEvents{SpecTestCase}[67] Time elapsed: 0 s testEvents{SpecTestCase}[68] Time elapsed: 0 s testEvents{SpecTestCase}[69] Time elapsed: 0.001 s testEvents{SpecTestCase}[70] Time elapsed: 0 s testEvents{SpecTestCase}[71] Time elapsed: 0 s testEvents{SpecTestCase}[72] Time elapsed: 0 s testEvents{SpecTestCase}[73] Time elapsed: 0 s testEvents{SpecTestCase}[74] Time elapsed: 0 s testEvents{SpecTestCase}[75] Time elapsed: 0 s testEvents{SpecTestCase}[76] Time elapsed: 0 s testEvents{SpecTestCase}[77] Time elapsed: 0.001 s testEvents{SpecTestCase}[78] Time elapsed: 0 s testEvents{SpecTestCase}[79] Time elapsed: 0 s testEvents{SpecTestCase}[80] Time elapsed: 0 s testEvents{SpecTestCase}[81] Time elapsed: 0 s testEvents{SpecTestCase}[82] Time elapsed: 0.001 s testEvents{SpecTestCase}[83] Time elapsed: 0.001 s testEvents{SpecTestCase}[84] Time elapsed: 0.001 s testEvents{SpecTestCase}[85] Time elapsed: 0.001 s testEvents{SpecTestCase}[86] Time elapsed: 0.001 s testEvents{SpecTestCase}[87] Time elapsed: 0.001 s testEvents{SpecTestCase}[88] Time elapsed: 0.001 s testEvents{SpecTestCase}[89] Time elapsed: 0.001 s testEvents{SpecTestCase}[90] Time elapsed: 0.001 s testEvents{SpecTestCase}[91] Time elapsed: 0.001 s testEvents{SpecTestCase}[92] Time elapsed: 0.001 s testEvents{SpecTestCase}[93] Time elapsed: 0.006 s testEvents{SpecTestCase}[94] Time elapsed: 0 s testEvents{SpecTestCase}[95] Time elapsed: 0 s testEvents{SpecTestCase}[96] Time elapsed: 0 s testEvents{SpecTestCase}[97] Time elapsed: 0.001 s testEvents{SpecTestCase}[98] Time elapsed: 0.001 s testEvents{SpecTestCase}[99] Time elapsed: 0 s testEvents{SpecTestCase}[100] Time elapsed: 0 s testEvents{SpecTestCase}[101] Time elapsed: 0 s testEvents{SpecTestCase}[102] Time elapsed: 0 s testEvents{SpecTestCase}[103] Time elapsed: 0.001 s testEvents{SpecTestCase}[104] Time elapsed: 0.001 s testEvents{SpecTestCase}[105] Time elapsed: 0.001 s testEvents{SpecTestCase}[106] Time elapsed: 0.002 s testEvents{SpecTestCase}[107] Time elapsed: 0.001 s testEvents{SpecTestCase}[108] Time elapsed: 0.001 s testEvents{SpecTestCase}[109] Time elapsed: 0.001 s testEvents{SpecTestCase}[110] Time elapsed: 0.001 s testEvents{SpecTestCase}[111] Time elapsed: 0 s testEvents{SpecTestCase}[112] Time elapsed: 0 s testEvents{SpecTestCase}[113] Time elapsed: 0 s testEvents{SpecTestCase}[114] Time elapsed: 0 s testEvents{SpecTestCase}[115] Time elapsed: 0.001 s testEvents{SpecTestCase}[116] Time elapsed: 0 s testEvents{SpecTestCase}[117] Time elapsed: 0 s testEvents{SpecTestCase}[118] Time elapsed: 0 s testEvents{SpecTestCase}[119] Time elapsed: 0.001 s testEvents{SpecTestCase}[120] Time elapsed: 0 s testEvents{SpecTestCase}[121] Time elapsed: 0 s testEvents{SpecTestCase}[122] skipped testEvents{SpecTestCase}[123] Time elapsed: 0 s testEvents{SpecTestCase}[124] Time elapsed: 0.001 s testEvents{SpecTestCase}[125] Time elapsed: 0 s testEvents{SpecTestCase}[126] Time elapsed: 0 s testEvents{SpecTestCase}[127] Time elapsed: 0.001 s testEvents{SpecTestCase}[128] Time elapsed: 0.001 s testEvents{SpecTestCase}[129] Time elapsed: 0 s testEvents{SpecTestCase}[130] Time elapsed: 0 s testEvents{SpecTestCase}[131] Time elapsed: 0 s testEvents{SpecTestCase}[132] Time elapsed: 0 s testEvents{SpecTestCase}[133] Time elapsed: 0 s testEvents{SpecTestCase}[134] Time elapsed: 0 s testEvents{SpecTestCase}[135] Time elapsed: 0 s testEvents{SpecTestCase}[136] skipped testEvents{SpecTestCase}[137] Time elapsed: 0 s testEvents{SpecTestCase}[138] Time elapsed: 0.001 s testEvents{SpecTestCase}[139] Time elapsed: 0 s testEvents{SpecTestCase}[140] Time elapsed: 0 s testEvents{SpecTestCase}[141] Time elapsed: 0.001 s testEvents{SpecTestCase}[142] Time elapsed: 0 s testEvents{SpecTestCase}[143] Time elapsed: 0 s testEvents{SpecTestCase}[144] Time elapsed: 0.001 s testEvents{SpecTestCase}[145] Time elapsed: 0 s testEvents{SpecTestCase}[146] Time elapsed: 0 s testEvents{SpecTestCase}[147] Time elapsed: 0.001 s testEvents{SpecTestCase}[148] Time elapsed: 0 s testEvents{SpecTestCase}[149] Time elapsed: 0 s testEvents{SpecTestCase}[150] Time elapsed: 0.001 s testEvents{SpecTestCase}[151] Time elapsed: 0 s testEvents{SpecTestCase}[152] Time elapsed: 0 s testEvents{SpecTestCase}[153] Time elapsed: 0 s testEvents{SpecTestCase}[154] Time elapsed: 0.001 s testEvents{SpecTestCase}[155] Time elapsed: 0.001 s testEvents{SpecTestCase}[156] Time elapsed: 0 s testEvents{SpecTestCase}[157] Time elapsed: 0.001 s testEvents{SpecTestCase}[158] Time elapsed: 0 s testEvents{SpecTestCase}[159] Time elapsed: 0 s testEvents{SpecTestCase}[160] Time elapsed: 0 s testEvents{SpecTestCase}[161] Time elapsed: 0.001 s testEvents{SpecTestCase}[162] Time elapsed: 0 s testEvents{SpecTestCase}[163] Time elapsed: 0 s testEvents{SpecTestCase}[164] Time elapsed: 0 s testEvents{SpecTestCase}[165] Time elapsed: 0 s testEvents{SpecTestCase}[166] Time elapsed: 0.001 s testEvents{SpecTestCase}[167] Time elapsed: 0 s testEvents{SpecTestCase}[168] Time elapsed: 0 s testEvents{SpecTestCase}[169] Time elapsed: 0.031 s testEvents{SpecTestCase}[170] skipped testEvents{SpecTestCase}[171] Time elapsed: 0 s testEvents{SpecTestCase}[172] Time elapsed: 0 s testEvents{SpecTestCase}[173] Time elapsed: 0 s testEvents{SpecTestCase}[174] Time elapsed: 0 s testEvents{SpecTestCase}[175] Time elapsed: 0 s testEvents{SpecTestCase}[176] Time elapsed: 0 s testEvents{SpecTestCase}[177] Time elapsed: 0 s testEvents{SpecTestCase}[178] Time elapsed: 0 s testEvents{SpecTestCase}[179] Time elapsed: 0.001 s testEvents{SpecTestCase}[180] Time elapsed: 0 s testEvents{SpecTestCase}[181] Time elapsed: 0 s testEvents{SpecTestCase}[182] Time elapsed: 0.001 s testEvents{SpecTestCase}[183] Time elapsed: 0 s testEvents{SpecTestCase}[184] Time elapsed: 0 s testEvents{SpecTestCase}[185] Time elapsed: 0.001 s testEvents{SpecTestCase}[186] Time elapsed: 0 s testEvents{SpecTestCase}[187] Time elapsed: 0 s testEvents{SpecTestCase}[188] Time elapsed: 0.001 s testEvents{SpecTestCase}[189] Time elapsed: 0 s testEvents{SpecTestCase}[190] Time elapsed: 0.001 s testEvents{SpecTestCase}[191] Time elapsed: 0.001 s testEvents{SpecTestCase}[192] Time elapsed: 0 s testEvents{SpecTestCase}[193] Time elapsed: 0 s testEvents{SpecTestCase}[194] Time elapsed: 0.001 s testEvents{SpecTestCase}[195] Time elapsed: 0 s testEvents{SpecTestCase}[196] Time elapsed: 0 s testEvents{SpecTestCase}[197] Time elapsed: 0.001 s testEvents{SpecTestCase}[198] Time elapsed: 0 s testEvents{SpecTestCase}[199] Time elapsed: 0.001 s testEvents{SpecTestCase}[200] Time elapsed: 0 s testEvents{SpecTestCase}[201] Time elapsed: 0.001 s testEvents{SpecTestCase}[202] Time elapsed: 0 s testEvents{SpecTestCase}[203] Time elapsed: 0 s testEvents{SpecTestCase}[204] Time elapsed: 0.001 s testEvents{SpecTestCase}[205] Time elapsed: 0 s testEvents{SpecTestCase}[206] Time elapsed: 0.001 s testEvents{SpecTestCase}[207] Time elapsed: 0 s testEvents{SpecTestCase}[208] Time elapsed: 0 s testEvents{SpecTestCase}[209] Time elapsed: 0 s testEvents{SpecTestCase}[210] Time elapsed: 0 s testEvents{SpecTestCase}[211] Time elapsed: 0.001 s testEvents{SpecTestCase}[212] Time elapsed: 0 s testEvents{SpecTestCase}[213] Time elapsed: 0.001 s testEvents{SpecTestCase}[214] Time elapsed: 0 s testEvents{SpecTestCase}[215] Time elapsed: 0 s testEvents{SpecTestCase}[216] Time elapsed: 0.001 s testEvents{SpecTestCase}[217] Time elapsed: 0 s testEvents{SpecTestCase}[218] Time elapsed: 0 s testEvents{SpecTestCase}[219] Time elapsed: 0 s testEvents{SpecTestCase}[220] Time elapsed: 0 s testEvents{SpecTestCase}[221] Time elapsed: 0 s testEvents{SpecTestCase}[222] Time elapsed: 0 s testEvents{SpecTestCase}[223] Time elapsed: 0.001 s testEvents{SpecTestCase}[224] Time elapsed: 0 s testEvents{SpecTestCase}[225] Time elapsed: 0.001 s testEvents{SpecTestCase}[226] Time elapsed: 0 s testEvents{SpecTestCase}[227] Time elapsed: 0 s testEvents{SpecTestCase}[228] Time elapsed: 0.001 s testEvents{SpecTestCase}[229] Time elapsed: 0 s testEvents{SpecTestCase}[230] Time elapsed: 0 s testEvents{SpecTestCase}[231] Time elapsed: 0 s testEvents{SpecTestCase}[232] Time elapsed: 0 s testEvents{SpecTestCase}[233] Time elapsed: 0.001 s testEvents{SpecTestCase}[234] Time elapsed: 0 s testEvents{SpecTestCase}[235] Time elapsed: 0 s testEvents{SpecTestCase}[236] Time elapsed: 0.001 s testEvents{SpecTestCase}[237] Time elapsed: 0 s testEvents{SpecTestCase}[238] Time elapsed: 0 s testEvents{SpecTestCase}[239] Time elapsed: 0.001 s testEvents{SpecTestCase}[240] Time elapsed: 0 s testEvents{SpecTestCase}[241] Time elapsed: 0 s testEvents{SpecTestCase}[242] Time elapsed: 0.001 s testEvents{SpecTestCase}[243] Time elapsed: 0 s testEvents{SpecTestCase}[244] Time elapsed: 0 s testEvents{SpecTestCase}[245] Time elapsed: 0.001 s testEvents{SpecTestCase}[246] Time elapsed: 0 s testEvents{SpecTestCase}[247] Time elapsed: 0 s testEvents{SpecTestCase}[248] Time elapsed: 0 s testEvents{SpecTestCase}[249] Time elapsed: 0 s testEvents{SpecTestCase}[250] Time elapsed: 0.001 s testEvents{SpecTestCase}[251] Time elapsed: 0 s testEvents{SpecTestCase}[252] Time elapsed: 0.001 s testEvents{SpecTestCase}[253] Time elapsed: 0 s testEvents{SpecTestCase}[254] Time elapsed: 0 s testEvents{SpecTestCase}[255] Time elapsed: 0.001 s testEvents{SpecTestCase}[256] Time elapsed: 0 s testEvents{SpecTestCase}[257] Time elapsed: 0.001 s testEvents{SpecTestCase}[258] Time elapsed: 0 s testEvents{SpecTestCase}[259] Time elapsed: 0 s testEvents{SpecTestCase}[260] Time elapsed: 0 s testEvents{SpecTestCase}[261] Time elapsed: 0 s testEvents{SpecTestCase}[262] Time elapsed: 0.001 s testEvents{SpecTestCase}[263] Time elapsed: 0 s testEvents{SpecTestCase}[264] Time elapsed: 0.001 s testEvents{SpecTestCase}[265] Time elapsed: 0 s testEvents{SpecTestCase}[266] Time elapsed: 0.001 s testEvents{SpecTestCase}[267] Time elapsed: 0 s testEvents{SpecTestCase}[268] Time elapsed: 0.001 s testEvents{SpecTestCase}[269] Time elapsed: 0 s testEvents{SpecTestCase}[270] Time elapsed: 0.001 s testEvents{SpecTestCase}[271] Time elapsed: 0 s testEvents{SpecTestCase}[272] Time elapsed: 0.001 s testEvents{SpecTestCase}[273] Time elapsed: 0 s testEvents{SpecTestCase}[274] Time elapsed: 0.001 s testEvents{SpecTestCase}[275] Time elapsed: 0 s testEvents{SpecTestCase}[276] skipped testEvents{SpecTestCase}[277] Time elapsed: 0 s testEvents{SpecTestCase}[278] Time elapsed: 0 s testEvents{SpecTestCase}[279] Time elapsed: 0 s testEvents{SpecTestCase}[280] Time elapsed: 0 s testEvents{SpecTestCase}[281] Time elapsed: 0.001 s testEvents{SpecTestCase}[282] Time elapsed: 0 s testEvents{SpecTestCase}[283] Time elapsed: 0.001 s testEvents{SpecTestCase}[284] Time elapsed: 0 s testEvents{SpecTestCase}[285] Time elapsed: 0.001 s testEvents{SpecTestCase}[286] Time elapsed: 0 s testEvents{SpecTestCase}[287] Time elapsed: 0 s testEvents{SpecTestCase}[288] Time elapsed: 0 s testEvents{SpecTestCase}[289] Time elapsed: 0 s testEvents{SpecTestCase}[290] Time elapsed: 0 s testEvents{SpecTestCase}[291] Time elapsed: 0 s testEvents{SpecTestCase}[292] Time elapsed: 0.001 s testEvents{SpecTestCase}[293] Time elapsed: 0 s testEvents{SpecTestCase}[294] Time elapsed: 0.001 s testEvents{SpecTestCase}[295] Time elapsed: 0 s testEvents{SpecTestCase}[296] Time elapsed: 0.001 s testEvents{SpecTestCase}[297] Time elapsed: 0.023 s testEvents{SpecTestCase}[298] Time elapsed: 0.001 s testEvents{SpecTestCase}[299] Time elapsed: 0 s testEvents{SpecTestCase}[300] Time elapsed: 0 s testEvents{SpecTestCase}[301] Time elapsed: 0 s testEvents{SpecTestCase}[302] Time elapsed: 0 s testEvents{SpecTestCase}[303] Time elapsed: 0 s testEvents{SpecTestCase}[304] Time elapsed: 0 s testEvents{SpecTestCase}[305] Time elapsed: 0.001 s testEvents{SpecTestCase}[306] Time elapsed: 0 s testEvents{SpecTestCase}[307] Time elapsed: 0.001 s testEvents{SpecTestCase}[308] Time elapsed: 0 s testEvents{SpecTestCase}[309] Time elapsed: 0.001 s testEvents{SpecTestCase}[310] Time elapsed: 0 s testEvents{SpecTestCase}[311] Time elapsed: 0 s testEvents{SpecTestCase}[312] Time elapsed: 0 s testEvents{SpecTestCase}[313] Time elapsed: 0 s testEvents{SpecTestCase}[314] Time elapsed: 0 s testEvents{SpecTestCase}[315] Time elapsed: 0 s testEvents{SpecTestCase}[316] Time elapsed: 0 s testEvents{SpecTestCase}[317] Time elapsed: 0 s testEvents{SpecTestCase}[318] Time elapsed: 0 s testEvents{SpecTestCase}[319] Time elapsed: 0 s testEvents{SpecTestCase}[320] Time elapsed: 0.001 s testEvents{SpecTestCase}[321] Time elapsed: 0 s testEvents{SpecTestCase}[322] Time elapsed: 0.001 s Running org.eclipse.statet.yaml.core.source.ast.YamlParserTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.yaml.core.source.ast.YamlParserTest parseMap_Block Time elapsed: 0 s parseAnchor Time elapsed: 0.001 s parseAlias Time elapsed: 0 s parseMap_Flow Time elapsed: 0 s parseSeq_Block Time elapsed: 0 s parseScalar_Plain Time elapsed: 0 s parseSeq_Flow Time elapsed: 0.001 s parseTag_Verbatim Time elapsed: 0 s parseScalar_DoubleQuoted Time elapsed: 0 s parseTag_Shorthand Time elapsed: 0 s parseScalar_SingleQuoted Time elapsed: 0 s parseNodeWithProperties Time elapsed: 0 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.6.0.202209080600-r [48/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.yaml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.yaml.ui --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[72] 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.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[76] protected LtkModelElementFilter getContentFilter() { ^^^^^^^^^^^^^^^^^^^^^ LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[76] 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 7. INFO in /home/jenkins/agent/workspace/statet-4.6.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 8. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 23. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlTextStylesPreferencePage.java (at line 134) 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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<?>' 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 56. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 61. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' 67. INFO in /home/jenkins/agent/workspace/statet-4.6.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 68. INFO in /home/jenkins/agent/workspace/statet-4.6.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 69. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 83 problems (0 errors, 74 warnings, 9 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.yaml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.yaml.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.yaml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.ui --- [WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [49/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ yaml --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ yaml --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ yaml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ yaml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ yaml --- [INFO] [INFO] -----< org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml >----- [INFO] Building [feature] StatET YAML Editor (Incubation) 4.6.0.202209080600-r [50/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.yaml --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.yaml --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.yaml --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.6.0.202209080600-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.6.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml --- [WARNING] artifact org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] -----------------< org.eclipse.statet.docmlet:docmlet >----------------- [INFO] Building docmlet 4.6.0.202209080600-r [51/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ docmlet --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ docmlet --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ docmlet --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ docmlet --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [52/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.base.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.base.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.base.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [53/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.base.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/surefire.properties] Running org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest matches_Substring_CaseInsensitive Time elapsed: 0.047 s getMatchingRegions_Substring_CaseInsensitive Time elapsed: 0.001 s getMatchingRegions_Prefix_CaseInsensitive Time elapsed: 0 s matches_Prefix_CaseInsensitive Time elapsed: 0 s matches_Substring Time elapsed: 0 s getMatchingRegions_Prefix Time elapsed: 0.001 s matches_Prefix Time elapsed: 0.001 s getMatchingRegions_Substring Time elapsed: 0.001 s Running org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest matches_Substring_CaseInsensitive Time elapsed: 0.001 s getMatchingRegions_Substring_CaseInsensitive Time elapsed: 0 s getMatchingRegions_Prefix_CaseInsensitive Time elapsed: 0 s matches_Prefix_CaseInsensitive Time elapsed: 0.001 s matches_Substring Time elapsed: 0.001 s getMatchingRegions_Prefix Time elapsed: 0.001 s matches_Prefix Time elapsed: 0 s getMatchingRegions_Substring Time elapsed: 0 s matches_Substring_Prefix_PatternWithPrefix Time elapsed: 0 s matches_Substring_Prefix_0 Time elapsed: 0 s getMatchingRegions_Substring_PatternWithPrefix Time elapsed: 0 s 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.6.0.202209080600-r [54/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 2. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/RunExternalProgramOperation.java (at line 80) additionalAttributes.put(IDebugUIConstants.ATTR_LAUNCH_IN_BACKGROUND, false); ^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 4. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/RunExternalProgramOperation.java (at line 114) return new OverlayLaunchConfiguration(config, additionalAttributes); ^^^^^^^^^^^^^^^^^^^^ 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigTabGroup.java:[160] 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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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> 17. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 21. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolLaunchDelegate.java:[38] protected IProject @Nullable [] getBuildOrder(final ILaunchConfiguration configuration, final String mode) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull IProject @Nullable[]' returned from LaunchConfigurationDelegate.getBuildOrder(ILaunchConfiguration, String) (mismatching null constraints) 31. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolLaunchDelegate.java (at line 42) return computeReferencedBuildOrder(new @NonNull 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 83. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[377] this.operations= ImCollections.newList(items); ^^^^^ Null type safety (type annotations): The expression of type 'DocProcessingConfigStepTab.OperationItem[]' needs unchecked conversion to conform to 'DocProcessingConfigStepTab.@NonNull OperationItem @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 88. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 'Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' 90. INFO in /home/jenkins/agent/workspace/statet-4.6.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 91. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[53] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[53] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[54] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[54] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[62] launch(new DocViewerLaunchConfig(sourceFileUtil, extraVariables), configuration, ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ResourceVariableUtil' needs unchecked conversion to conform to '@NonNull ResourceVariableUtil' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[62] launch(new DocViewerLaunchConfig(sourceFileUtil, extraVariables), configuration, ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<String,capture#of ? extends IStringVariable>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,? extends @NonNull IStringVariable>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[69] final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[69] final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[73] DocmlBaseUIPlugin.getInstance().getDocViewerCloseDelegate().cancelFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getInstance() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[78] config.initDocFile(configuration, m.newChild(1)); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[81] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[108] { final ProcessBuilder processBuilder= config.initProgram(configuration); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[98] public StepConfig(final DocProcessingToolConfig config, final String id, final String label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputFile may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[98] public StepConfig(final DocProcessingToolConfig config, final String id, final String label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputFileUtil may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[98] public StepConfig(final DocProcessingToolConfig config, final String id, final String label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputFile may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[164] if (inputFile == null) { throw new NullPointerException("inputFile"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[240] DocProcessingConfig.IN_FILE_PATH_VAR, ^^^^^^^^^^^^^^^^ The field DocProcessingConfig.IN_FILE_PATH_VAR is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[292] final Map<String, String> settings= nonNullAssert(configuration.getAttribute( settingsAttrName, NO_SETTINGS )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type '@NonNull Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' 124. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java (at line 293) 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] public DocProcessingToolConfig() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field sourceFile may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] public DocProcessingToolConfig() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field sourceFileUtil may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] public DocProcessingToolConfig() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field steps may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] public DocProcessingToolConfig() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field workingDirectory may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[443] this.steps= ImCollections.newList(steps); ^^^^^ Null type safety (type annotations): The expression of type 'DocProcessingToolConfig.StepConfig @NonNull[]' needs unchecked conversion to conform to 'DocProcessingToolConfig.@NonNull StepConfig @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolOperationIterator.java:[170] return this.stepConfig; ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'DocProcessingToolConfig.@NonNull StepConfig' but this expression has type 'DocProcessingToolConfig.@Nullable StepConfig' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 133. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java:[53] final IEditorPart editor= window.getActivePage().getActiveEditor(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getActivePage() may return null 135. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 70) if (this.currentChecked == null || this.currentChecked != isChecked(saveExtension)) { ^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java:[76] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized 137. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 79) element.setChecked(this.currentChecked= isChecked(saveExtension)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 138. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 79) element.setChecked(this.currentChecked= isChecked(saveExtension)); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 149. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/OpenUsingDocViewerOperation.java (at line 64) stepConfig.getVariableResolver().getExtraVariables(), config, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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,? extends IStringVariable>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerCloseDelegate.java:[169] final DDETask ddeTask= config.loadDDETask(configuration, ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/DocProcessingConfigOpenFileSetting.java:[77] switch ((String)element) { ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 154. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java (at line 86) private Button launchConfigNewControl; ^^^^^^^^^^^^^^^^^^^^^^ The value of the field AbstractLaunchConfigOperationSettings.launchConfigNewControl is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field availablelaunchConfigs may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field launchConfigListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field launchConfigNameValue may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field launchConfigNewControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field launchConfigType may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field launchConfigViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field launchManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[227] if (includeLaunchConfig(config)) { ^^^^^^ 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[228] filteredConfigs.add(config); ^^^^^^ 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[252] final ILaunchConfigurationWorkingCopy newConfig= this.launchConfigType.newInstance(null, name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 164 problems (0 errors, 147 warnings, 17 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.base.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [55/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 12. INFO in /home/jenkins/agent/workspace/statet-4.6.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>>' 13. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 14. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 15. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 18. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 20. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 22. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 26. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>>' 29. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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 32. INFO in /home/jenkins/agent/workspace/statet-4.6.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 33. INFO in /home/jenkins/agent/workspace/statet-4.6.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 34. INFO in /home/jenkins/agent/workspace/statet-4.6.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 35. INFO in /home/jenkins/agent/workspace/statet-4.6.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 36. INFO in /home/jenkins/agent/workspace/statet-4.6.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 37. INFO in /home/jenkins/agent/workspace/statet-4.6.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 38. INFO in /home/jenkins/agent/workspace/statet-4.6.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 39. INFO in /home/jenkins/agent/workspace/statet-4.6.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 40. INFO in /home/jenkins/agent/workspace/statet-4.6.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 41. INFO in /home/jenkins/agent/workspace/statet-4.6.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 42. INFO in /home/jenkins/agent/workspace/statet-4.6.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 43. INFO in /home/jenkins/agent/workspace/statet-4.6.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 44. INFO in /home/jenkins/agent/workspace/statet-4.6.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 45. INFO in /home/jenkins/agent/workspace/statet-4.6.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 46. INFO in /home/jenkins/agent/workspace/statet-4.6.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 47. INFO in /home/jenkins/agent/workspace/statet-4.6.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 48. INFO in /home/jenkins/agent/workspace/statet-4.6.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 49. INFO in /home/jenkins/agent/workspace/statet-4.6.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 50. INFO in /home/jenkins/agent/workspace/statet-4.6.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 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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 52. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 54. INFO in /home/jenkins/agent/workspace/statet-4.6.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 55. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[137] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[137] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[139] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[142] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[149] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[157] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[157] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[221] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 81. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 86. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 92. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 93. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 97. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 98. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 103. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[268] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[270] return this.input.getString(1, this.foundNum, textFactory); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[279] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[728] if (in.matches(n, this.endPattern)) { ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'char[]' needs unchecked conversion to conform to 'char @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[158] this.lineColumns[beginLine]= this.util.getLineIndent(beginLine, false)[IndentUtil.COLUMN_IDX]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLineIndent(int, boolean) from the type IndentUtil is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[184] 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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/model/TexElementName.java:[38] return (s1 == s2) || (s1 != null && s1.hashCode() == s2.hashCode() && s1.equals(s2)); ^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[309] StatusDetail.getStatusDetail(node).getText() ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getStatusDetail(AttachmentsElement) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/AstProblemReporter.java:[309] StatusDetail.getStatusDetail(node).getText() ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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>' 138. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 140. INFO in /home/jenkins/agent/workspace/statet-4.6.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 141. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 145. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java (at line 74) private final String contextId; ^^^^^^^^^ The value of the field TexCommandSet.ContextSet.contextId is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[99] final List<TexCommand> list= new ArrayList<>(commandFilter.size() + 16); ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[116] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[195] preambleCommandMap, preambleCommandList, null, null ); ^^^^ Null type mismatch: required '@NonNull Map<@NonNull String,@NonNull TexCommand>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[195] preambleCommandMap, preambleCommandList, null, null ); ^^^^ Null type mismatch: required '@NonNull List<@NonNull TexCommand>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 156. INFO in /home/jenkins/agent/workspace/statet-4.6.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 157. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 163. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 164. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/BasicLtxSourceElement.java:[122] && (((this.type & MASK_C1) == C1_SOURCE) || getSourceParent().equals(other.getSourceParent())) ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSourceParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 208 problems (0 errors, 157 warnings, 51 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.tex.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [56/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 14. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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>>' 20. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 23. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 24. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 207) 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>' 25. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 224) 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[238] ViewerUtils.addDoubleClickExpansion(this.treeViewer); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CheckboxTreeViewer' needs unchecked conversion to conform to '@NonNull TreeViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[248] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[284] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull 29. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 290) 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>' 30. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 303) 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[318] public void selectionChanged(final SelectionChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull 32. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java (at line 337) 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[366] protected void addBindings(final DataBindingSupport db) { ^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[377] this.detailCheckEnabled[i].addAll(getPreferenceValue(this.detailCheckPrefs[i])); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference<Set<String>>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Set<String>>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[384] setPrefValue(TexCommandSet.MASTER_COMMANDS_INCLUDE_PREF, this.enabled); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[386] setPrefValue(this.detailCheckPrefs[i], this.detailCheckEnabled[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference<Set<String>>' needs unchecked conversion to conform to '@NonNull Preference<Set<String>>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 40. INFO in /home/jenkins/agent/workspace/statet-4.6.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 41. INFO in /home/jenkins/agent/workspace/statet-4.6.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 42. INFO in /home/jenkins/agent/workspace/statet-4.6.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 43. INFO in /home/jenkins/agent/workspace/statet-4.6.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 44. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 68. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 72. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/TexMarkOccurrencesLocator.java:[84] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/TexMarkOccurrencesLocator.java:[90] 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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[89] visitor.visit(embedded.getForeignNode()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull AstNode' but this expression has type '@Nullable AstNode' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] final List<? extends SourceStructElement> children= element.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] final List<? extends SourceStructElement> children= element.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] final List<? extends SourceStructElement> children= element.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<? extends SourceStructElement> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[102] for (final SourceStructElement child : children) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[183] public boolean checkConfig(final Set<String> groupIds) { ^^^ Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull 96. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java (at line 190) config.isRestoreStateEnabled= prefs.getPreferenceValue( TexEditingSettings.FOLDING_RESTORE_STATE_ENABLED_PREF ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[198] changed |= provider.checkConfig(groupIds); ^^^^^^^^ Potential null pointer access: The variable provider may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[198] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[214] public void collectRegions(final FoldingStructureComputationContext ctx) throws InvocationTargetException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull 100. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[86] TexProjects.setupTexProject(project, m1.newChild(1)); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProject' needs unchecked conversion to conform to '@NonNull IProject' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[96] UIAccess.getActiveWorkbenchWindow(true).run(true, true, op); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getActiveWorkbenchWindow(boolean) may return null 114. INFO in /home/jenkins/agent/workspace/statet-4.6.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 115. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[121] final String contentType= TextUtils.getContentType(viewer.getDocument(), ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[131] selection= proposal.getSelection(viewer.getDocument()); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[154] public LtxSymbolsMenuContributions() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field categories may not have been initialized 124. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java (at line 180) 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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexQuickRenameComputer.java:[76] final ImList<? extends TexNameAccess> accessList= access.getAllInUnit(); ^^^^^^^^^^ The value of the local variable accessList is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[148] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[206] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[207] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[211] else if (idx > 0 && argNodes[idx].getStartOffset() == offset) { ^^^^^^^^^^^^^ Potential null pointer access: array element may be null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[213] && this.info.getCommand().getParameters().get(idx - 1).isOptional()) { ^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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) 157. INFO in /home/jenkins/agent/workspace/statet-4.6.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 158. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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<?>' 165. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[72] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[76] protected LtkModelElementFilter getContentFilter() { ^^^^^^^^^^^^^^^^^^^^^ LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[76] 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.6.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' 195 problems (0 errors, 169 warnings, 26 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [57/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Compiling 119 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/markup/MarkupParser2.java:[115] ((WikitextMarkupLanguageExtension2) markupLanguage).processContent(this, markupContent, asDocument); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/markup/MarkupParser2.java:[129] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[226] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[228] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[234] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[235] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[235] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[238] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[239] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[251] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[251] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[260] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[262] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[266] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[270] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[272] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[283] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[285] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[297] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[299] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[316] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[318] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[332] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[335] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[347] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[365] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[367] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[369] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[371] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[391] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[393] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[393] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[400] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[402] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[407] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[409] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[413] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[423] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[423] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[430] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[436] public void charactersUnescaped(final String literal) { ^^^^^^ Missing non-null annotation: inherited method from DocumentBuilder specifies this parameter as @NonNull 54. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 59. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 96. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' 102. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 103. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>>' 105. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 106. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 111. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 112. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 114. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 117. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 131. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/BasicWikitextSourceElement.java:[122] && (((this.type & MASK_C1) == C1_SOURCE) || getSourceParent().equals(other.getSourceParent())) ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSourceParent() may return null 153. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java (at line 43) private final int level; ^^^^^ The value of the field WikitextModelManagerImpl.ModelDelta.level is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 155. INFO in /home/jenkins/agent/workspace/statet-4.6.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 156. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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) 162. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[751] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[751] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[780] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[780] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[792] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[797] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[797] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[831] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[840] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[869] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[879] if (textIdx < 0 || embedded.getTextLength() <= 0) { ^^^^^^^^ Potential null pointer access: The variable embedded may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[908] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[922] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[926] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[944] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[998] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[998] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1013] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1013] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1027] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[1042] 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.6.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>' 191. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 192. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 193. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 196. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 198. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 200. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 202. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 204. INFO in /home/jenkins/agent/workspace/statet-4.6.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 205. INFO in /home/jenkins/agent/workspace/statet-4.6.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 206. INFO in /home/jenkins/agent/workspace/statet-4.6.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 207. INFO in /home/jenkins/agent/workspace/statet-4.6.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 208. INFO in /home/jenkins/agent/workspace/statet-4.6.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 209. INFO in /home/jenkins/agent/workspace/statet-4.6.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 210. INFO in /home/jenkins/agent/workspace/statet-4.6.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 211. INFO in /home/jenkins/agent/workspace/statet-4.6.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 212. INFO in /home/jenkins/agent/workspace/statet-4.6.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 213. INFO in /home/jenkins/agent/workspace/statet-4.6.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 214. INFO in /home/jenkins/agent/workspace/statet-4.6.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 215. INFO in /home/jenkins/agent/workspace/statet-4.6.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 216. INFO in /home/jenkins/agent/workspace/statet-4.6.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 217. INFO in /home/jenkins/agent/workspace/statet-4.6.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 218. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 246. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 249. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 254. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 280. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/model/WikitextElementName.java:[40] return (s1 == s2) || (s1 != null && s1.hashCode() == s2.hashCode() && s1.equals(s2)); ^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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>' 321 problems (0 errors, 278 warnings, 43 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [58/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[176] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[219] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[222] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[222] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[222] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[225] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[225] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[226] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[226] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[261] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[270] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[275] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[292] return this.templateInfos.get(template); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'MarkupTemplates.@NonNull MarkupInfo' but this expression has type 'MarkupTemplates.@Nullable MarkupInfo' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') 69. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 82. INFO in /home/jenkins/agent/workspace/statet-4.6.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 83. INFO in /home/jenkins/agent/workspace/statet-4.6.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 84. INFO in /home/jenkins/agent/workspace/statet-4.6.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 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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 86. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 120. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 121. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 149. INFO in /home/jenkins/agent/workspace/statet-4.6.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 150. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 152. INFO in /home/jenkins/agent/workspace/statet-4.6.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 153. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextQuickRenameComputer.java:[73] final ImList<? extends WikitextNameAccess> accessList= access.getAllInUnit(); ^^^^^^^^^^ The value of the local variable accessList is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[71] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[80] 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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[89] visitor.visit(embedded.getForeignNode()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull AstNode' but this expression has type '@Nullable AstNode' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] final List<? extends SourceStructElement> children= element.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] final List<? extends SourceStructElement> children= element.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] final List<? extends SourceStructElement> children= element.getSourceChildren(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<? extends SourceStructElement> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[102] for (final SourceStructElement child : children) { ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[183] public boolean checkConfig(final Set<String> groupIds) { ^^^ Missing non-null annotation: inherited method from FoldingProvider specifies this parameter as @NonNull 170. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java (at line 190) config.isRestoreStateEnabled= prefs.getPreferenceValue( WikitextEditingSettings.FOLDING_RESTORE_STATE_ENABLED_PREF ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[198] changed |= provider.checkConfig(groupIds); ^^^^^^^^ Potential null pointer access: The variable provider may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[198] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[214] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[491] .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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[493] .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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikitextMarkOccurrencesLocator.java:[84] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikitextMarkOccurrencesLocator.java:[90] 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.6.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.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[112] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[116] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[116] 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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[128] final MarkupConfig config= activeConfig.clone(); ^^^^^^^^^^^^ Potential null pointer access: The variable activeConfig may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[133] activePart.getSite().getWorkbenchWindow().run(true, true, ^^^^^^^^^^ Potential null pointer access: The variable activePart may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[133] activePart.getSite().getWorkbenchWindow().run(true, true, ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[78] Messages.WikitextProject_ConvertTask_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[86] WikitextProjects.setupWikitextProject(project, mProjects.newChild(1)); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProject' needs unchecked conversion to conform to '@NonNull IProject' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[96] 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.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.42.202201072301/org.eclipse.mylyn.wikitext.ui-3.0.42.202201072301.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 225. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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) 229 problems (0 errors, 214 warnings, 15 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [59/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 2. INFO in /home/jenkins/agent/workspace/statet-4.6.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 3. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 9. INFO in /home/jenkins/agent/workspace/statet-4.6.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 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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 12. INFO in /home/jenkins/agent/workspace/statet-4.6.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 13. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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> 25. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineWithNestedContents.java (at line 52) return Objects.hash(getStartOffset(), getLength(), getContents()); ^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 26. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineWithNestedContents.java (at line 52) return Objects.hash(getStartOffset(), getLength(), getContents()); ^^^^^^^^^^^ The expression of type int is boxed into Integer 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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 32. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 48. INFO in /home/jenkins/agent/workspace/statet-4.6.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 49. INFO in /home/jenkins/agent/workspace/statet-4.6.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 50. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 52. INFO in /home/jenkins/agent/workspace/statet-4.6.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 53. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 56 problems (0 errors, 38 warnings, 18 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [60/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 5. INFO in /home/jenkins/agent/workspace/statet-4.6.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 6. INFO in /home/jenkins/agent/workspace/statet-4.6.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 7. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 104) assertEquals(expected, this.block.canStart(LineSequence.create(string), null)); ^^^^^^^^ The expression of type boolean is boxed into Boolean 8. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 104) assertEquals(expected, this.block.canStart(LineSequence.create(string), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 9. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 109) assertEquals(type != 7, this.block.canStart(LineSequence.create(string), paragraph)); ^^^^^^^^^ The expression of type boolean is boxed into Boolean 10. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 109) assertEquals(type != 7, this.block.canStart(LineSequence.create(string), paragraph)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.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>' 12. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 162) assertEquals(expected, getSpan().isLeftFlanking(cursor, length, context) ); ^^^^^^^^ The expression of type boolean is boxed into Boolean 13. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 162) assertEquals(expected, getSpan().isLeftFlanking(cursor, length, context) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 14. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 170) assertEquals(expected, getSpan().isRightFlanking(cursor, length, context)); ^^^^^^^^ The expression of type boolean is boxed into Boolean 15. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 170) assertEquals(expected, getSpan().isRightFlanking(cursor, length, context)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 15 problems (0 errors, 2 warnings, 13 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/surefire.properties] Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest withNestedInlines Time elapsed: 0.08 s trimContent Time elapsed: 0.001 s canStart Time elapsed: 0.003 s basic Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest trimContent Time elapsed: 0.087 s process Time elapsed: 0.001 s canStart Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest process Time elapsed: 0.001 s canStart Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest start_UnorderedList_beginWithBlankLine Time elapsed: 0.004 s canStartOrdered Time elapsed: 0.001 s start_interruptingParagraph_UnorderedList Time elapsed: 0.001 s noStart_OrderedList_interruptingParagraph_beginWithNot1 Time elapsed: 0.001 s simpleList Time elapsed: 0.002 s doubleBlankLineStartingOnListItem Time elapsed: 0.001 s listWithNestedBlocks Time elapsed: 0.004 s start_OrderedList_interruptingList_beginWithNot1 Time elapsed: 0 s start_OrderedList_beginWithBlankLine Time elapsed: 0.001 s noStart_UnorderedList_interruptingParagraph_beginWithBlankLine Time elapsed: 0.001 s orderedListWithStart Time elapsed: 0.001 s start_OrderedList_interruptingParagraph Time elapsed: 0 s canStartBulleted Time elapsed: 0.001 s listWithFencedCodeBlock Time elapsed: 0.002 s simpleOrderedList Time elapsed: 0.001 s noStart_OrderedList_interruptingParagraph_beginWithBlankLine Time elapsed: 0.001 s tightListWithSublist Time elapsed: 0.001 s simpleOrderedListWithNestedBlocks Time elapsed: 0.003 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest process Time elapsed: 0 s canStart Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest blank_before_blockquote Time elapsed: 0.003 s blank_before_header Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest blockQuoteLazyContinuationStopped Time elapsed: 0 s blockQuoteParagraphNewlines Time elapsed: 0.003 s blockQuoteLazyContinuation Time elapsed: 0.001 s blockQuoteContainsBlocks Time elapsed: 0.001 s blockQuoteLazyContinuationNested Time elapsed: 0.003 s canStart Time elapsed: 0.001 s blockQuoteSimpleWithLazyContinuation Time elapsed: 0.028 s blockQuoteSimple Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest canStart_Comment Time elapsed: 0 s canStart Time elapsed: 0 s canStart_Type1 Time elapsed: 0.001 s canStartDoesNotAdvanceLineSequencePosition Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest encodedCharacters Time elapsed: 0 s canStartWithInfoText Time elapsed: 0.001 s infoString Time elapsed: 0.001 s canStart Time elapsed: 0.001 s basic Time elapsed: 0.001 s restString Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest assertParagraph Time elapsed: 0.001 s paragraphNewlines Time elapsed: 0.002 s canStart Time elapsed: 0 s trim Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest process Time elapsed: 0.001 s canStart Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest Tests run: 1304, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest test{SpecTestCase}[1] Time elapsed: 0.028 s test{SpecTestCase}[2] Time elapsed: 0.001 s test{SpecTestCase}[3] Time elapsed: 0 s test{SpecTestCase}[4] Time elapsed: 0.002 s test{SpecTestCase}[5] Time elapsed: 0.001 s test{SpecTestCase}[6] Time elapsed: 0.001 s test{SpecTestCase}[7] Time elapsed: 0.001 s test{SpecTestCase}[8] Time elapsed: 0 s test{SpecTestCase}[9] Time elapsed: 0.001 s test{SpecTestCase}[10] Time elapsed: 0.001 s test{SpecTestCase}[11] Time elapsed: 0.001 s test{SpecTestCase}[12] Time elapsed: 0.001 s test{SpecTestCase}[13] Time elapsed: 0 s test{SpecTestCase}[14] Time elapsed: 0.001 s test{SpecTestCase}[15] Time elapsed: 0.001 s test{SpecTestCase}[16] Time elapsed: 0.002 s test{SpecTestCase}[17] Time elapsed: 0.001 s test{SpecTestCase}[18] Time elapsed: 0 s test{SpecTestCase}[19] Time elapsed: 0.001 s test{SpecTestCase}[20] Time elapsed: 0.033 s test{SpecTestCase}[21] Time elapsed: 0 s test{SpecTestCase}[22] Time elapsed: 0.001 s test{SpecTestCase}[23] Time elapsed: 0.001 s test{SpecTestCase}[24] Time elapsed: 0.001 s test{SpecTestCase}[25] Time elapsed: 0.009 s test{SpecTestCase}[26] Time elapsed: 0.001 s test{SpecTestCase}[27] Time elapsed: 0.001 s test{SpecTestCase}[28] Time elapsed: 0.001 s test{SpecTestCase}[29] Time elapsed: 0 s test{SpecTestCase}[30] Time elapsed: 0.001 s test{SpecTestCase}[31] Time elapsed: 0.001 s test{SpecTestCase}[32] Time elapsed: 0.001 s test{SpecTestCase}[33] Time elapsed: 0.001 s test{SpecTestCase}[34] Time elapsed: 0.001 s test{SpecTestCase}[35] Time elapsed: 0 s test{SpecTestCase}[36] Time elapsed: 0 s test{SpecTestCase}[37] Time elapsed: 0 s test{SpecTestCase}[38] Time elapsed: 0.001 s test{SpecTestCase}[39] Time elapsed: 0 s test{SpecTestCase}[40] Time elapsed: 0.001 s test{SpecTestCase}[41] Time elapsed: 0.001 s test{SpecTestCase}[42] Time elapsed: 0.001 s test{SpecTestCase}[43] Time elapsed: 0.001 s test{SpecTestCase}[44] Time elapsed: 0 s test{SpecTestCase}[45] Time elapsed: 0 s test{SpecTestCase}[46] Time elapsed: 0 s test{SpecTestCase}[47] Time elapsed: 0.001 s test{SpecTestCase}[48] Time elapsed: 0 s test{SpecTestCase}[49] Time elapsed: 0 s test{SpecTestCase}[50] Time elapsed: 0 s test{SpecTestCase}[51] Time elapsed: 0.001 s test{SpecTestCase}[52] Time elapsed: 0.001 s test{SpecTestCase}[53] Time elapsed: 0 s test{SpecTestCase}[54] Time elapsed: 0 s test{SpecTestCase}[55] Time elapsed: 0 s test{SpecTestCase}[56] Time elapsed: 0 s test{SpecTestCase}[57] Time elapsed: 0.001 s test{SpecTestCase}[58] Time elapsed: 0 s test{SpecTestCase}[59] Time elapsed: 0.001 s test{SpecTestCase}[60] Time elapsed: 0.001 s test{SpecTestCase}[61] Time elapsed: 0 s test{SpecTestCase}[62] Time elapsed: 0.001 s test{SpecTestCase}[63] Time elapsed: 0 s test{SpecTestCase}[64] Time elapsed: 0 s test{SpecTestCase}[65] Time elapsed: 0 s test{SpecTestCase}[66] Time elapsed: 0.001 s test{SpecTestCase}[67] Time elapsed: 0 s test{SpecTestCase}[68] Time elapsed: 0 s test{SpecTestCase}[69] Time elapsed: 0 s test{SpecTestCase}[70] Time elapsed: 0 s test{SpecTestCase}[71] Time elapsed: 0.001 s test{SpecTestCase}[72] Time elapsed: 0.001 s test{SpecTestCase}[73] Time elapsed: 0.001 s test{SpecTestCase}[74] Time elapsed: 0 s test{SpecTestCase}[75] Time elapsed: 0 s test{SpecTestCase}[76] Time elapsed: 0.001 s test{SpecTestCase}[77] Time elapsed: 0.001 s test{SpecTestCase}[78] Time elapsed: 0.032 s test{SpecTestCase}[79] Time elapsed: 0.001 s test{SpecTestCase}[80] Time elapsed: 0.001 s test{SpecTestCase}[81] Time elapsed: 0 s test{SpecTestCase}[82] Time elapsed: 0 s test{SpecTestCase}[83] Time elapsed: 0.001 s test{SpecTestCase}[84] Time elapsed: 0.001 s test{SpecTestCase}[85] Time elapsed: 0.001 s test{SpecTestCase}[86] Time elapsed: 0.001 s test{SpecTestCase}[87] Time elapsed: 0 s test{SpecTestCase}[88] Time elapsed: 0 s test{SpecTestCase}[89] Time elapsed: 0 s test{SpecTestCase}[90] Time elapsed: 0.001 s test{SpecTestCase}[91] Time elapsed: 0.001 s test{SpecTestCase}[92] Time elapsed: 0.001 s test{SpecTestCase}[93] Time elapsed: 0.001 s test{SpecTestCase}[94] Time elapsed: 0.001 s test{SpecTestCase}[95] Time elapsed: 0.001 s test{SpecTestCase}[96] Time elapsed: 0.001 s test{SpecTestCase}[97] Time elapsed: 0 s test{SpecTestCase}[98] Time elapsed: 0 s test{SpecTestCase}[99] Time elapsed: 0.001 s test{SpecTestCase}[100] Time elapsed: 0.001 s test{SpecTestCase}[101] Time elapsed: 0.001 s test{SpecTestCase}[102] Time elapsed: 0.001 s test{SpecTestCase}[103] Time elapsed: 0 s test{SpecTestCase}[104] Time elapsed: 0 s test{SpecTestCase}[105] Time elapsed: 0 s test{SpecTestCase}[106] Time elapsed: 0 s test{SpecTestCase}[107] Time elapsed: 0.001 s test{SpecTestCase}[108] Time elapsed: 0.001 s test{SpecTestCase}[109] Time elapsed: 0.001 s test{SpecTestCase}[110] Time elapsed: 0 s test{SpecTestCase}[111] Time elapsed: 0.001 s test{SpecTestCase}[112] Time elapsed: 0 s test{SpecTestCase}[113] Time elapsed: 0 s test{SpecTestCase}[114] Time elapsed: 0.001 s test{SpecTestCase}[115] Time elapsed: 0.001 s test{SpecTestCase}[116] Time elapsed: 0 s test{SpecTestCase}[117] Time elapsed: 0 s test{SpecTestCase}[118] Time elapsed: 0 s test{SpecTestCase}[119] Time elapsed: 0 s test{SpecTestCase}[120] Time elapsed: 0.001 s test{SpecTestCase}[121] Time elapsed: 0 s test{SpecTestCase}[122] Time elapsed: 0 s test{SpecTestCase}[123] Time elapsed: 0 s test{SpecTestCase}[124] Time elapsed: 0 s test{SpecTestCase}[125] Time elapsed: 0.001 s test{SpecTestCase}[126] Time elapsed: 0 s test{SpecTestCase}[127] Time elapsed: 0 s test{SpecTestCase}[128] Time elapsed: 0.001 s test{SpecTestCase}[129] Time elapsed: 0.001 s test{SpecTestCase}[130] Time elapsed: 0 s test{SpecTestCase}[131] Time elapsed: 0 s test{SpecTestCase}[132] Time elapsed: 0.001 s test{SpecTestCase}[133] Time elapsed: 0 s test{SpecTestCase}[134] Time elapsed: 0.001 s test{SpecTestCase}[135] Time elapsed: 0 s test{SpecTestCase}[136] Time elapsed: 0 s test{SpecTestCase}[137] Time elapsed: 0 s test{SpecTestCase}[138] Time elapsed: 0 s test{SpecTestCase}[139] Time elapsed: 0.001 s test{SpecTestCase}[140] Time elapsed: 0 s test{SpecTestCase}[141] Time elapsed: 0 s test{SpecTestCase}[142] Time elapsed: 0 s test{SpecTestCase}[143] Time elapsed: 0 s test{SpecTestCase}[144] Time elapsed: 0.001 s test{SpecTestCase}[145] Time elapsed: 0.001 s test{SpecTestCase}[146] Time elapsed: 0 s test{SpecTestCase}[147] Time elapsed: 0 s test{SpecTestCase}[148] Time elapsed: 0.001 s test{SpecTestCase}[149] Time elapsed: 0 s test{SpecTestCase}[150] Time elapsed: 0.001 s test{SpecTestCase}[151] Time elapsed: 0 s test{SpecTestCase}[152] Time elapsed: 0 s test{SpecTestCase}[153] Time elapsed: 0 s test{SpecTestCase}[154] Time elapsed: 0 s test{SpecTestCase}[155] Time elapsed: 0 s test{SpecTestCase}[156] Time elapsed: 0.001 s test{SpecTestCase}[157] Time elapsed: 0 s test{SpecTestCase}[158] Time elapsed: 0.001 s test{SpecTestCase}[159] Time elapsed: 0 s test{SpecTestCase}[160] Time elapsed: 0 s test{SpecTestCase}[161] Time elapsed: 0 s test{SpecTestCase}[162] Time elapsed: 0 s test{SpecTestCase}[163] Time elapsed: 0.001 s test{SpecTestCase}[164] Time elapsed: 0 s test{SpecTestCase}[165] Time elapsed: 0 s test{SpecTestCase}[166] Time elapsed: 0 s test{SpecTestCase}[167] Time elapsed: 0 s test{SpecTestCase}[168] Time elapsed: 0 s test{SpecTestCase}[169] Time elapsed: 0.001 s test{SpecTestCase}[170] Time elapsed: 0 s test{SpecTestCase}[171] Time elapsed: 0 s test{SpecTestCase}[172] Time elapsed: 0.03 s test{SpecTestCase}[173] Time elapsed: 0.001 s test{SpecTestCase}[174] Time elapsed: 0.001 s test{SpecTestCase}[175] Time elapsed: 0.001 s test{SpecTestCase}[176] Time elapsed: 0 s test{SpecTestCase}[177] Time elapsed: 0 s test{SpecTestCase}[178] Time elapsed: 0.001 s test{SpecTestCase}[179] Time elapsed: 0 s test{SpecTestCase}[180] Time elapsed: 0 s test{SpecTestCase}[181] Time elapsed: 0 s test{SpecTestCase}[182] Time elapsed: 0 s test{SpecTestCase}[183] Time elapsed: 0 s test{SpecTestCase}[184] Time elapsed: 0 s test{SpecTestCase}[185] Time elapsed: 0.001 s test{SpecTestCase}[186] Time elapsed: 0 s test{SpecTestCase}[187] Time elapsed: 0 s test{SpecTestCase}[188] Time elapsed: 0 s test{SpecTestCase}[189] Time elapsed: 0 s test{SpecTestCase}[190] Time elapsed: 0 s test{SpecTestCase}[191] Time elapsed: 0.001 s test{SpecTestCase}[192] Time elapsed: 0 s test{SpecTestCase}[193] Time elapsed: 0 s test{SpecTestCase}[194] Time elapsed: 0 s test{SpecTestCase}[195] Time elapsed: 0.001 s test{SpecTestCase}[196] Time elapsed: 0.001 s test{SpecTestCase}[197] Time elapsed: 0.001 s test{SpecTestCase}[198] Time elapsed: 0 s test{SpecTestCase}[199] Time elapsed: 0 s test{SpecTestCase}[200] Time elapsed: 0 s test{SpecTestCase}[201] Time elapsed: 0.001 s test{SpecTestCase}[202] Time elapsed: 0 s test{SpecTestCase}[203] Time elapsed: 0 s test{SpecTestCase}[204] Time elapsed: 0 s test{SpecTestCase}[205] Time elapsed: 0 s test{SpecTestCase}[206] Time elapsed: 0.001 s test{SpecTestCase}[207] Time elapsed: 0 s test{SpecTestCase}[208] Time elapsed: 0 s test{SpecTestCase}[209] Time elapsed: 0.001 s test{SpecTestCase}[210] Time elapsed: 0 s test{SpecTestCase}[211] Time elapsed: 0 s test{SpecTestCase}[212] Time elapsed: 0.001 s test{SpecTestCase}[213] Time elapsed: 0.001 s test{SpecTestCase}[214] Time elapsed: 0.001 s test{SpecTestCase}[215] Time elapsed: 0.001 s test{SpecTestCase}[216] Time elapsed: 0 s test{SpecTestCase}[217] Time elapsed: 0 s test{SpecTestCase}[218] Time elapsed: 0.001 s test{SpecTestCase}[219] Time elapsed: 0.001 s test{SpecTestCase}[220] Time elapsed: 0.001 s test{SpecTestCase}[221] Time elapsed: 0 s test{SpecTestCase}[222] Time elapsed: 0 s test{SpecTestCase}[223] Time elapsed: 0 s test{SpecTestCase}[224] Time elapsed: 0 s test{SpecTestCase}[225] Time elapsed: 0.001 s test{SpecTestCase}[226] Time elapsed: 0 s test{SpecTestCase}[227] Time elapsed: 0 s test{SpecTestCase}[228] Time elapsed: 0 s test{SpecTestCase}[229] Time elapsed: 0.001 s test{SpecTestCase}[230] Time elapsed: 0.001 s test{SpecTestCase}[231] Time elapsed: 0 s test{SpecTestCase}[232] Time elapsed: 0.001 s test{SpecTestCase}[233] Time elapsed: 0.001 s test{SpecTestCase}[234] Time elapsed: 0 s test{SpecTestCase}[235] Time elapsed: 0 s test{SpecTestCase}[236] Time elapsed: 0.001 s test{SpecTestCase}[237] Time elapsed: 0.001 s test{SpecTestCase}[238] Time elapsed: 0 s test{SpecTestCase}[239] Time elapsed: 0 s test{SpecTestCase}[240] Time elapsed: 0.001 s test{SpecTestCase}[241] Time elapsed: 0 s test{SpecTestCase}[242] Time elapsed: 0 s test{SpecTestCase}[243] Time elapsed: 0.001 s test{SpecTestCase}[244] Time elapsed: 0.001 s test{SpecTestCase}[245] Time elapsed: 0 s test{SpecTestCase}[246] Time elapsed: 0 s test{SpecTestCase}[247] Time elapsed: 0 s test{SpecTestCase}[248] Time elapsed: 0 s test{SpecTestCase}[249] Time elapsed: 0 s test{SpecTestCase}[250] Time elapsed: 0 s test{SpecTestCase}[251] Time elapsed: 0 s test{SpecTestCase}[252] Time elapsed: 0.001 s test{SpecTestCase}[253] Time elapsed: 0.001 s test{SpecTestCase}[254] Time elapsed: 0.031 s test{SpecTestCase}[255] Time elapsed: 0.001 s test{SpecTestCase}[256] Time elapsed: 0 s test{SpecTestCase}[257] Time elapsed: 0 s test{SpecTestCase}[258] Time elapsed: 0 s test{SpecTestCase}[259] Time elapsed: 0.001 s test{SpecTestCase}[260] Time elapsed: 0.001 s test{SpecTestCase}[261] Time elapsed: 0 s test{SpecTestCase}[262] Time elapsed: 0 s test{SpecTestCase}[263] Time elapsed: 0.001 s test{SpecTestCase}[264] Time elapsed: 0.001 s test{SpecTestCase}[265] Time elapsed: 0.001 s test{SpecTestCase}[266] Time elapsed: 0 s test{SpecTestCase}[267] Time elapsed: 0.001 s test{SpecTestCase}[268] Time elapsed: 0.001 s test{SpecTestCase}[269] Time elapsed: 0 s test{SpecTestCase}[270] Time elapsed: 0.001 s test{SpecTestCase}[271] Time elapsed: 0 s test{SpecTestCase}[272] Time elapsed: 0 s test{SpecTestCase}[273] Time elapsed: 0.001 s test{SpecTestCase}[274] Time elapsed: 0.001 s test{SpecTestCase}[275] Time elapsed: 0 s test{SpecTestCase}[276] Time elapsed: 0 s test{SpecTestCase}[277] Time elapsed: 0.001 s test{SpecTestCase}[278] Time elapsed: 0 s test{SpecTestCase}[279] Time elapsed: 0 s test{SpecTestCase}[280] Time elapsed: 0 s test{SpecTestCase}[281] Time elapsed: 0 s test{SpecTestCase}[282] Time elapsed: 0.001 s test{SpecTestCase}[283] Time elapsed: 0 s test{SpecTestCase}[284] Time elapsed: 0 s test{SpecTestCase}[285] Time elapsed: 0.001 s test{SpecTestCase}[286] Time elapsed: 0 s test{SpecTestCase}[287] Time elapsed: 0 s test{SpecTestCase}[288] Time elapsed: 0.001 s test{SpecTestCase}[289] Time elapsed: 0 s test{SpecTestCase}[290] Time elapsed: 0.001 s test{SpecTestCase}[291] Time elapsed: 0.001 s test{SpecTestCase}[292] Time elapsed: 0 s test{SpecTestCase}[293] Time elapsed: 0.001 s test{SpecTestCase}[294] Time elapsed: 0.001 s test{SpecTestCase}[295] Time elapsed: 0 s test{SpecTestCase}[296] Time elapsed: 0.001 s test{SpecTestCase}[297] Time elapsed: 0 s test{SpecTestCase}[298] Time elapsed: 0 s test{SpecTestCase}[299] Time elapsed: 0.001 s test{SpecTestCase}[300] Time elapsed: 0.001 s test{SpecTestCase}[301] Time elapsed: 0 s test{SpecTestCase}[302] Time elapsed: 0.001 s test{SpecTestCase}[303] Time elapsed: 0.001 s test{SpecTestCase}[304] Time elapsed: 0 s test{SpecTestCase}[305] Time elapsed: 0.001 s test{SpecTestCase}[306] Time elapsed: 0 s test{SpecTestCase}[307] Time elapsed: 0 s test{SpecTestCase}[308] Time elapsed: 0.001 s test{SpecTestCase}[309] Time elapsed: 0.001 s test{SpecTestCase}[310] Time elapsed: 0 s test{SpecTestCase}[311] Time elapsed: 0 s test{SpecTestCase}[312] Time elapsed: 0 s test{SpecTestCase}[313] Time elapsed: 0 s test{SpecTestCase}[314] Time elapsed: 0.001 s test{SpecTestCase}[315] Time elapsed: 0 s test{SpecTestCase}[316] Time elapsed: 0 s test{SpecTestCase}[317] Time elapsed: 0.001 s test{SpecTestCase}[318] Time elapsed: 0 s test{SpecTestCase}[319] Time elapsed: 0 s test{SpecTestCase}[320] Time elapsed: 0.001 s test{SpecTestCase}[321] Time elapsed: 0.001 s test{SpecTestCase}[322] Time elapsed: 0 s test{SpecTestCase}[323] Time elapsed: 0.001 s test{SpecTestCase}[324] Time elapsed: 0 s test{SpecTestCase}[325] Time elapsed: 0 s test{SpecTestCase}[326] Time elapsed: 0.001 s test{SpecTestCase}[327] Time elapsed: 0 s test{SpecTestCase}[328] Time elapsed: 0.001 s test{SpecTestCase}[329] Time elapsed: 0 s test{SpecTestCase}[330] Time elapsed: 0.001 s test{SpecTestCase}[331] Time elapsed: 0 s test{SpecTestCase}[332] Time elapsed: 0.001 s test{SpecTestCase}[333] Time elapsed: 0 s test{SpecTestCase}[334] Time elapsed: 0 s test{SpecTestCase}[335] Time elapsed: 0 s test{SpecTestCase}[336] Time elapsed: 0 s test{SpecTestCase}[337] Time elapsed: 0 s test{SpecTestCase}[338] Time elapsed: 0 s test{SpecTestCase}[339] Time elapsed: 0 s test{SpecTestCase}[340] Time elapsed: 0 s test{SpecTestCase}[341] Time elapsed: 0 s test{SpecTestCase}[342] Time elapsed: 0 s test{SpecTestCase}[343] Time elapsed: 0 s test{SpecTestCase}[344] Time elapsed: 0.001 s test{SpecTestCase}[345] Time elapsed: 0 s test{SpecTestCase}[346] Time elapsed: 0.001 s test{SpecTestCase}[347] Time elapsed: 0 s test{SpecTestCase}[348] Time elapsed: 0 s test{SpecTestCase}[349] Time elapsed: 0 s test{SpecTestCase}[350] Time elapsed: 0 s test{SpecTestCase}[351] Time elapsed: 0.001 s test{SpecTestCase}[352] Time elapsed: 0 s test{SpecTestCase}[353] Time elapsed: 0.001 s test{SpecTestCase}[354] Time elapsed: 0 s test{SpecTestCase}[355] Time elapsed: 0.001 s test{SpecTestCase}[356] Time elapsed: 0 s test{SpecTestCase}[357] Time elapsed: 0 s test{SpecTestCase}[358] Time elapsed: 0 s test{SpecTestCase}[359] Time elapsed: 0 s test{SpecTestCase}[360] Time elapsed: 0 s test{SpecTestCase}[361] Time elapsed: 0 s test{SpecTestCase}[362] Time elapsed: 0 s test{SpecTestCase}[363] Time elapsed: 0 s test{SpecTestCase}[364] Time elapsed: 0 s test{SpecTestCase}[365] Time elapsed: 0 s test{SpecTestCase}[366] Time elapsed: 0.001 s test{SpecTestCase}[367] Time elapsed: 0 s test{SpecTestCase}[368] Time elapsed: 0.001 s test{SpecTestCase}[369] Time elapsed: 0 s test{SpecTestCase}[370] Time elapsed: 0 s test{SpecTestCase}[371] Time elapsed: 0 s test{SpecTestCase}[372] Time elapsed: 0.001 s test{SpecTestCase}[373] Time elapsed: 0 s test{SpecTestCase}[374] Time elapsed: 0.001 s test{SpecTestCase}[375] Time elapsed: 0 s test{SpecTestCase}[376] Time elapsed: 0 s test{SpecTestCase}[377] Time elapsed: 0 s test{SpecTestCase}[378] Time elapsed: 0 s test{SpecTestCase}[379] Time elapsed: 0 s test{SpecTestCase}[380] Time elapsed: 0 s test{SpecTestCase}[381] Time elapsed: 0.001 s test{SpecTestCase}[382] Time elapsed: 0.001 s test{SpecTestCase}[383] Time elapsed: 0 s test{SpecTestCase}[384] Time elapsed: 0.001 s test{SpecTestCase}[385] Time elapsed: 0 s test{SpecTestCase}[386] Time elapsed: 0 s test{SpecTestCase}[387] Time elapsed: 0 s test{SpecTestCase}[388] Time elapsed: 0.001 s test{SpecTestCase}[389] Time elapsed: 0 s test{SpecTestCase}[390] Time elapsed: 0 s test{SpecTestCase}[391] Time elapsed: 0 s test{SpecTestCase}[392] Time elapsed: 0 s test{SpecTestCase}[393] Time elapsed: 0 s test{SpecTestCase}[394] Time elapsed: 0 s test{SpecTestCase}[395] Time elapsed: 0 s test{SpecTestCase}[396] Time elapsed: 0 s test{SpecTestCase}[397] Time elapsed: 0 s test{SpecTestCase}[398] Time elapsed: 0 s test{SpecTestCase}[399] Time elapsed: 0 s test{SpecTestCase}[400] Time elapsed: 0 s test{SpecTestCase}[401] Time elapsed: 0.001 s test{SpecTestCase}[402] Time elapsed: 0 s test{SpecTestCase}[403] Time elapsed: 0.001 s test{SpecTestCase}[404] Time elapsed: 0 s test{SpecTestCase}[405] Time elapsed: 0 s test{SpecTestCase}[406] Time elapsed: 0 s test{SpecTestCase}[407] Time elapsed: 0 s test{SpecTestCase}[408] Time elapsed: 0 s test{SpecTestCase}[409] Time elapsed: 0 s test{SpecTestCase}[410] Time elapsed: 0 s test{SpecTestCase}[411] Time elapsed: 0 s test{SpecTestCase}[412] Time elapsed: 0.001 s test{SpecTestCase}[413] Time elapsed: 0 s test{SpecTestCase}[414] Time elapsed: 0.001 s test{SpecTestCase}[415] Time elapsed: 0 s test{SpecTestCase}[416] Time elapsed: 0.001 s test{SpecTestCase}[417] Time elapsed: 0 s test{SpecTestCase}[418] Time elapsed: 0.001 s test{SpecTestCase}[419] Time elapsed: 0 s test{SpecTestCase}[420] Time elapsed: 0 s test{SpecTestCase}[421] Time elapsed: 0 s test{SpecTestCase}[422] Time elapsed: 0 s test{SpecTestCase}[423] Time elapsed: 0 s test{SpecTestCase}[424] Time elapsed: 0 s test{SpecTestCase}[425] Time elapsed: 0 s test{SpecTestCase}[426] Time elapsed: 0 s test{SpecTestCase}[427] Time elapsed: 0 s test{SpecTestCase}[428] Time elapsed: 0 s test{SpecTestCase}[429] Time elapsed: 0 s test{SpecTestCase}[430] Time elapsed: 0 s test{SpecTestCase}[431] Time elapsed: 0 s test{SpecTestCase}[432] Time elapsed: 0 s test{SpecTestCase}[433] Time elapsed: 0 s test{SpecTestCase}[434] Time elapsed: 0 s test{SpecTestCase}[435] Time elapsed: 0 s test{SpecTestCase}[436] Time elapsed: 0 s test{SpecTestCase}[437] Time elapsed: 0.001 s test{SpecTestCase}[438] Time elapsed: 0 s test{SpecTestCase}[439] Time elapsed: 0.001 s test{SpecTestCase}[440] Time elapsed: 0 s test{SpecTestCase}[441] Time elapsed: 0 s test{SpecTestCase}[442] Time elapsed: 0 s test{SpecTestCase}[443] Time elapsed: 0 s test{SpecTestCase}[444] Time elapsed: 0 s test{SpecTestCase}[445] Time elapsed: 0 s test{SpecTestCase}[446] Time elapsed: 0.001 s test{SpecTestCase}[447] Time elapsed: 0 s test{SpecTestCase}[448] Time elapsed: 0 s test{SpecTestCase}[449] Time elapsed: 0 s test{SpecTestCase}[450] Time elapsed: 0 s test{SpecTestCase}[451] Time elapsed: 0 s test{SpecTestCase}[452] Time elapsed: 0 s test{SpecTestCase}[453] Time elapsed: 0.001 s test{SpecTestCase}[454] Time elapsed: 0 s test{SpecTestCase}[455] Time elapsed: 0 s test{SpecTestCase}[456] Time elapsed: 0 s test{SpecTestCase}[457] Time elapsed: 0.001 s test{SpecTestCase}[458] Time elapsed: 0 s test{SpecTestCase}[459] Time elapsed: 0 s test{SpecTestCase}[460] Time elapsed: 0 s test{SpecTestCase}[461] Time elapsed: 0 s test{SpecTestCase}[462] Time elapsed: 0 s test{SpecTestCase}[463] Time elapsed: 0 s test{SpecTestCase}[464] Time elapsed: 0.001 s test{SpecTestCase}[465] Time elapsed: 0 s test{SpecTestCase}[466] Time elapsed: 0 s test{SpecTestCase}[467] Time elapsed: 0 s test{SpecTestCase}[468] Time elapsed: 0 s test{SpecTestCase}[469] Time elapsed: 0.001 s test{SpecTestCase}[470] Time elapsed: 0 s test{SpecTestCase}[471] Time elapsed: 0 s test{SpecTestCase}[472] Time elapsed: 0 s test{SpecTestCase}[473] Time elapsed: 0 s test{SpecTestCase}[474] Time elapsed: 0.001 s test{SpecTestCase}[475] Time elapsed: 0 s test{SpecTestCase}[476] Time elapsed: 0 s test{SpecTestCase}[477] Time elapsed: 0 s test{SpecTestCase}[478] Time elapsed: 0 s test{SpecTestCase}[479] Time elapsed: 0 s test{SpecTestCase}[480] Time elapsed: 0 s test{SpecTestCase}[481] Time elapsed: 0.001 s test{SpecTestCase}[482] Time elapsed: 0 s test{SpecTestCase}[483] Time elapsed: 0 s test{SpecTestCase}[484] Time elapsed: 0 s test{SpecTestCase}[485] Time elapsed: 0 s test{SpecTestCase}[486] Time elapsed: 0.001 s test{SpecTestCase}[487] Time elapsed: 0 s test{SpecTestCase}[488] Time elapsed: 0 s test{SpecTestCase}[489] Time elapsed: 0 s test{SpecTestCase}[490] Time elapsed: 0 s test{SpecTestCase}[491] Time elapsed: 0.001 s test{SpecTestCase}[492] Time elapsed: 0 s test{SpecTestCase}[493] Time elapsed: 0.001 s test{SpecTestCase}[494] Time elapsed: 0 s test{SpecTestCase}[495] Time elapsed: 0 s test{SpecTestCase}[496] Time elapsed: 0 s test{SpecTestCase}[497] Time elapsed: 0 s test{SpecTestCase}[498] Time elapsed: 0.001 s test{SpecTestCase}[499] Time elapsed: 0 s test{SpecTestCase}[500] Time elapsed: 0.001 s test{SpecTestCase}[501] Time elapsed: 0 s test{SpecTestCase}[502] Time elapsed: 0 s test{SpecTestCase}[503] Time elapsed: 0 s test{SpecTestCase}[504] Time elapsed: 0 s test{SpecTestCase}[505] Time elapsed: 0.001 s test{SpecTestCase}[506] Time elapsed: 0 s test{SpecTestCase}[507] Time elapsed: 0.001 s test{SpecTestCase}[508] Time elapsed: 0 s test{SpecTestCase}[509] Time elapsed: 0.001 s test{SpecTestCase}[510] Time elapsed: 0 s test{SpecTestCase}[511] Time elapsed: 0.001 s test{SpecTestCase}[512] Time elapsed: 0 s test{SpecTestCase}[513] Time elapsed: 0.001 s test{SpecTestCase}[514] Time elapsed: 0 s test{SpecTestCase}[515] Time elapsed: 0.001 s test{SpecTestCase}[516] Time elapsed: 0.001 s test{SpecTestCase}[517] Time elapsed: 0 s test{SpecTestCase}[518] Time elapsed: 0 s test{SpecTestCase}[519] Time elapsed: 0 s test{SpecTestCase}[520] Time elapsed: 0.001 s test{SpecTestCase}[521] Time elapsed: 0 s test{SpecTestCase}[522] Time elapsed: 0 s test{SpecTestCase}[523] Time elapsed: 0 s test{SpecTestCase}[524] Time elapsed: 0 s test{SpecTestCase}[525] Time elapsed: 0.001 s test{SpecTestCase}[526] Time elapsed: 0 s test{SpecTestCase}[527] Time elapsed: 0.001 s test{SpecTestCase}[528] Time elapsed: 0 s test{SpecTestCase}[529] Time elapsed: 0.001 s test{SpecTestCase}[530] Time elapsed: 0 s test{SpecTestCase}[531] Time elapsed: 0.001 s test{SpecTestCase}[532] Time elapsed: 0 s test{SpecTestCase}[533] Time elapsed: 0 s test{SpecTestCase}[534] Time elapsed: 0 s test{SpecTestCase}[535] Time elapsed: 0.021 s test{SpecTestCase}[536] Time elapsed: 0 s test{SpecTestCase}[537] Time elapsed: 0 s test{SpecTestCase}[538] Time elapsed: 0 s test{SpecTestCase}[539] Time elapsed: 0 s test{SpecTestCase}[540] Time elapsed: 0 s test{SpecTestCase}[541] Time elapsed: 0 s test{SpecTestCase}[542] Time elapsed: 0 s test{SpecTestCase}[543] Time elapsed: 0 s test{SpecTestCase}[544] Time elapsed: 0 s test{SpecTestCase}[545] Time elapsed: 0 s test{SpecTestCase}[546] Time elapsed: 0 s test{SpecTestCase}[547] Time elapsed: 0 s test{SpecTestCase}[548] Time elapsed: 0.001 s test{SpecTestCase}[549] Time elapsed: 0 s test{SpecTestCase}[550] Time elapsed: 0.001 s test{SpecTestCase}[551] Time elapsed: 0 s test{SpecTestCase}[552] Time elapsed: 0.001 s test{SpecTestCase}[553] Time elapsed: 0 s test{SpecTestCase}[554] Time elapsed: 0.001 s test{SpecTestCase}[555] Time elapsed: 0 s test{SpecTestCase}[556] Time elapsed: 0 s test{SpecTestCase}[557] Time elapsed: 0 s test{SpecTestCase}[558] Time elapsed: 0 s test{SpecTestCase}[559] Time elapsed: 0 s test{SpecTestCase}[560] Time elapsed: 0 s test{SpecTestCase}[561] Time elapsed: 0 s test{SpecTestCase}[562] Time elapsed: 0 s test{SpecTestCase}[563] Time elapsed: 0 s test{SpecTestCase}[564] Time elapsed: 0 s test{SpecTestCase}[565] Time elapsed: 0 s test{SpecTestCase}[566] Time elapsed: 0 s test{SpecTestCase}[567] Time elapsed: 0 s test{SpecTestCase}[568] Time elapsed: 0 s test{SpecTestCase}[569] Time elapsed: 0.001 s test{SpecTestCase}[570] Time elapsed: 0 s test{SpecTestCase}[571] Time elapsed: 0.001 s test{SpecTestCase}[572] Time elapsed: 0.001 s test{SpecTestCase}[573] Time elapsed: 0 s test{SpecTestCase}[574] Time elapsed: 0.001 s test{SpecTestCase}[575] Time elapsed: 0 s test{SpecTestCase}[576] Time elapsed: 0 s test{SpecTestCase}[577] Time elapsed: 0.001 s test{SpecTestCase}[578] Time elapsed: 0 s test{SpecTestCase}[579] Time elapsed: 0.001 s test{SpecTestCase}[580] Time elapsed: 0 s test{SpecTestCase}[581] Time elapsed: 0.001 s test{SpecTestCase}[582] Time elapsed: 0 s test{SpecTestCase}[583] Time elapsed: 0 s test{SpecTestCase}[584] Time elapsed: 0 s test{SpecTestCase}[585] Time elapsed: 0 s test{SpecTestCase}[586] Time elapsed: 0.001 s test{SpecTestCase}[587] Time elapsed: 0 s test{SpecTestCase}[588] Time elapsed: 0 s test{SpecTestCase}[589] Time elapsed: 0 s test{SpecTestCase}[590] Time elapsed: 0 s test{SpecTestCase}[591] Time elapsed: 0 s test{SpecTestCase}[592] Time elapsed: 0 s test{SpecTestCase}[593] Time elapsed: 0 s test{SpecTestCase}[594] Time elapsed: 0 s test{SpecTestCase}[595] Time elapsed: 0 s test{SpecTestCase}[596] Time elapsed: 0.001 s test{SpecTestCase}[597] Time elapsed: 0 s test{SpecTestCase}[598] Time elapsed: 0 s test{SpecTestCase}[599] Time elapsed: 0 s test{SpecTestCase}[600] Time elapsed: 0 s test{SpecTestCase}[601] Time elapsed: 0.001 s test{SpecTestCase}[602] Time elapsed: 0 s test{SpecTestCase}[603] Time elapsed: 0 s test{SpecTestCase}[604] Time elapsed: 0 s test{SpecTestCase}[605] Time elapsed: 0 s test{SpecTestCase}[606] Time elapsed: 0 s test{SpecTestCase}[607] Time elapsed: 0 s test{SpecTestCase}[608] Time elapsed: 0 s test{SpecTestCase}[609] Time elapsed: 0.001 s test{SpecTestCase}[610] Time elapsed: 0 s test{SpecTestCase}[611] Time elapsed: 0 s test{SpecTestCase}[612] Time elapsed: 0 s test{SpecTestCase}[613] Time elapsed: 0 s test{SpecTestCase}[614] Time elapsed: 0 s test{SpecTestCase}[615] Time elapsed: 0 s test{SpecTestCase}[616] Time elapsed: 0 s test{SpecTestCase}[617] Time elapsed: 0.001 s test{SpecTestCase}[618] Time elapsed: 0 s test{SpecTestCase}[619] Time elapsed: 0.001 s test{SpecTestCase}[620] Time elapsed: 0 s test{SpecTestCase}[621] Time elapsed: 0.001 s test{SpecTestCase}[622] Time elapsed: 0 s test{SpecTestCase}[623] Time elapsed: 0.001 s test{SpecTestCase}[624] Time elapsed: 0 s test{SpecTestCase}[625] Time elapsed: 0 s test{SpecTestCase}[626] Time elapsed: 0.001 s test{SpecTestCase}[627] Time elapsed: 0 s test{SpecTestCase}[628] Time elapsed: 0.001 s test{SpecTestCase}[629] Time elapsed: 0 s test{SpecTestCase}[630] Time elapsed: 0 s test{SpecTestCase}[631] Time elapsed: 0 s test{SpecTestCase}[632] Time elapsed: 0 s test{SpecTestCase}[633] Time elapsed: 0 s test{SpecTestCase}[634] Time elapsed: 0 s test{SpecTestCase}[635] Time elapsed: 0.001 s test{SpecTestCase}[636] Time elapsed: 0 s test{SpecTestCase}[637] Time elapsed: 0.001 s test{SpecTestCase}[638] Time elapsed: 0 s test{SpecTestCase}[639] Time elapsed: 0.001 s test{SpecTestCase}[640] Time elapsed: 0 s test{SpecTestCase}[641] Time elapsed: 0.001 s test{SpecTestCase}[642] Time elapsed: 0 s test{SpecTestCase}[643] Time elapsed: 0 s test{SpecTestCase}[644] Time elapsed: 0 s test{SpecTestCase}[645] Time elapsed: 0 s test{SpecTestCase}[646] Time elapsed: 0 s test{SpecTestCase}[647] Time elapsed: 0 s test{SpecTestCase}[648] Time elapsed: 0 s test{SpecTestCase}[649] Time elapsed: 0 s test{SpecTestCase}[650] Time elapsed: 0 s test{SpecTestCase}[651] Time elapsed: 0 s test{SpecTestCase}[652] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[1] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[2] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[3] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[4] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[5] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[6] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[7] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[8] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[9] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[10] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[11] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[12] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[13] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[14] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[15] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[16] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[17] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[18] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[19] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[20] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[21] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[22] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[23] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[24] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[25] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[26] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[27] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[28] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[29] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[30] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[31] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[32] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[33] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[34] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[35] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[36] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[37] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[38] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[39] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[40] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[41] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[42] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[43] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[44] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[45] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[46] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[47] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[48] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[49] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[50] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[51] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[52] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[53] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[54] Time elapsed: 0.02 s test_SourceStruct{SpecTestCase}[55] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[56] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[57] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[58] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[59] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[60] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[61] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[62] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[63] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[64] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[65] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[66] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[67] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[68] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[69] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[70] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[71] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[72] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[73] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[74] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[75] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[76] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[77] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[78] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[79] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[80] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[81] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[82] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[83] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[84] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[85] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[86] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[87] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[88] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[89] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[90] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[91] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[92] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[93] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[94] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[95] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[96] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[97] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[98] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[99] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[100] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[101] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[102] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[103] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[104] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[105] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[106] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[107] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[108] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[109] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[110] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[111] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[112] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[113] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[114] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[115] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[116] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[117] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[118] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[119] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[120] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[121] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[122] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[123] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[124] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[125] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[126] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[127] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[128] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[129] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[130] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[131] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[132] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[133] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[134] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[135] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[136] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[137] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[138] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[139] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[140] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[141] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[142] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[143] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[144] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[145] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[146] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[147] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[148] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[149] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[150] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[151] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[152] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[153] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[154] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[155] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[156] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[157] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[158] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[159] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[160] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[161] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[162] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[163] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[164] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[165] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[166] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[167] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[168] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[169] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[170] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[171] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[172] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[173] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[174] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[175] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[176] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[177] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[178] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[179] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[180] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[181] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[182] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[183] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[184] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[185] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[186] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[187] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[188] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[189] Time elapsed: 0.007 s test_SourceStruct{SpecTestCase}[190] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[191] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[192] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[193] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[194] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[195] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[196] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[197] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[198] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[199] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[200] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[201] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[202] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[203] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[204] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[205] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[206] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[207] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[208] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[209] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[210] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[211] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[212] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[213] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[214] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[215] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[216] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[217] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[218] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[219] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[220] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[221] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[222] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[223] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[224] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[225] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[226] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[227] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[228] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[229] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[230] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[231] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[232] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[233] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[234] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[235] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[236] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[237] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[238] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[239] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[240] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[241] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[242] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[243] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[244] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[245] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[246] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[247] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[248] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[249] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[250] Time elapsed: 0.02 s test_SourceStruct{SpecTestCase}[251] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[252] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[253] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[254] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[255] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[256] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[257] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[258] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[259] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[260] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[261] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[262] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[263] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[264] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[265] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[266] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[267] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[268] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[269] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[270] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[271] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[272] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[273] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[274] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[275] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[276] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[277] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[278] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[279] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[280] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[281] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[282] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[283] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[284] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[285] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[286] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[287] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[288] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[289] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[290] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[291] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[292] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[293] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[294] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[295] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[296] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[297] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[298] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[299] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[300] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[301] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[302] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[303] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[304] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[305] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[306] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[307] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[308] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[309] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[310] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[311] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[312] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[313] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[314] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[315] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[316] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[317] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[318] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[319] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[320] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[321] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[322] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[323] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[324] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[325] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[326] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[327] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[328] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[329] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[330] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[331] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[332] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[333] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[334] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[335] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[336] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[337] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[338] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[339] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[340] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[341] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[342] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[343] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[344] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[345] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[346] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[347] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[348] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[349] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[350] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[351] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[352] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[353] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[354] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[355] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[356] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[357] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[358] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[359] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[360] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[361] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[362] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[363] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[364] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[365] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[366] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[367] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[368] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[369] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[370] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[371] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[372] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[373] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[374] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[375] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[376] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[377] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[378] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[379] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[380] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[381] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[382] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[383] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[384] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[385] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[386] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[387] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[388] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[389] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[390] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[391] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[392] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[393] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[394] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[395] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[396] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[397] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[398] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[399] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[400] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[401] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[402] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[403] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[404] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[405] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[406] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[407] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[408] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[409] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[410] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[411] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[412] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[413] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[414] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[415] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[416] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[417] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[418] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[419] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[420] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[421] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[422] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[423] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[424] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[425] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[426] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[427] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[428] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[429] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[430] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[431] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[432] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[433] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[434] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[435] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[436] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[437] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[438] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[439] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[440] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[441] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[442] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[443] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[444] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[445] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[446] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[447] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[448] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[449] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[450] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[451] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[452] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[453] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[454] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[455] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[456] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[457] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[458] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[459] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[460] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[461] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[462] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[463] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[464] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[465] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[466] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[467] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[468] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[469] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[470] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[471] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[472] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[473] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[474] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[475] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[476] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[477] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[478] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[479] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[480] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[481] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[482] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[483] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[484] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[485] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[486] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[487] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[488] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[489] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[490] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[491] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[492] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[493] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[494] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[495] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[496] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[497] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[498] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[499] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[500] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[501] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[502] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[503] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[504] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[505] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[506] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[507] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[508] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[509] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[510] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[511] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[512] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[513] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[514] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[515] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[516] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[517] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[518] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[519] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[520] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[521] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[522] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[523] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[524] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[525] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[526] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[527] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[528] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[529] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[530] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[531] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[532] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[533] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[534] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[535] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[536] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[537] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[538] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[539] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[540] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[541] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[542] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[543] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[544] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[545] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[546] Time elapsed: 0.002 s test_SourceStruct{SpecTestCase}[547] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[548] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[549] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[550] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[551] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[552] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[553] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[554] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[555] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[556] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[557] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[558] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[559] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[560] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[561] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[562] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[563] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[564] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[565] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[566] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[567] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[568] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[569] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[570] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[571] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[572] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[573] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[574] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[575] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[576] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[577] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[578] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[579] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[580] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[581] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[582] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[583] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[584] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[585] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[586] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[587] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[588] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[589] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[590] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[591] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[592] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[593] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[594] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[595] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[596] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[597] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[598] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[599] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[600] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[601] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[602] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[603] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[604] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[605] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[606] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[607] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[608] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[609] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[610] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[611] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[612] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[613] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[614] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[615] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[616] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[617] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[618] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[619] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[620] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[621] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[622] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[623] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[624] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[625] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[626] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[627] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[628] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[629] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[630] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[631] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[632] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[633] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[634] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[635] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[636] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[637] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[638] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[639] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[640] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[641] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[642] Time elapsed: 0.001 s test_SourceStruct{SpecTestCase}[643] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[644] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[645] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[646] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[647] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[648] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[649] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[650] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[651] Time elapsed: 0 s test_SourceStruct{SpecTestCase}[652] Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest toOffset Time elapsed: 0 s toOffset_withIndent Time elapsed: 0 s toTextOffset Time elapsed: 0 s getText Time elapsed: 0.001 s getLineAtOffset Time elapsed: 0 s toStringTest Time elapsed: 0 s toTextOffset_withIndent Time elapsed: 0 s requiresLines Time elapsed: 0.002 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest toStringValue Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest htmlTags Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest createInline Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest create Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest backslashEscapedChar Time elapsed: 0.001 s backslashEscapedLinebreak Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest parse_Markdown Time elapsed: 0.001 s createInline Time elapsed: 0 s parse_CommonMarkStrict Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest bracketsNoMarkup Time elapsed: 0.001 s link Time elapsed: 0 s image Time elapsed: 0 s noDef Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest advance Time elapsed: 0 s rewind Time elapsed: 0 s getNext Time elapsed: 0 s getText Time elapsed: 0 s empty Time elapsed: 0 s getOffset Time elapsed: 0 s getPrevious Time elapsed: 0 s matcher Time elapsed: 0 s getTextAtOffset Time elapsed: 0 s toCursorOffset Time elapsed: 0 s withContent Time elapsed: 0 s requiresTextSegment Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest createInline Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest parse Time elapsed: 0 s toStringContent Time elapsed: 0.001 s requiresSpans Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest createInline Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest createInline Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest subscript_STilde Time elapsed: 0.001 s together Time elapsed: 0.001 s strict Time elapsed: 0 s strikeout_DTilde Time elapsed: 0.001 s superscript_SCircumflex Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest createInline Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest eligibleForReferenceDefinitionImage Time elapsed: 0 s eligibleForReferenceDefinitionLinkIndented Time elapsed: 0 s linkEndPattern Time elapsed: 0 s eligibleForReferenceDefinitionLinkStartOfLine Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest isRightFlanking Time elapsed: 0 s parse_Emphasis_Asterisk Time elapsed: 0.001 s isLeftFlanking Time elapsed: 0 s underscoreEmphasis Time elapsed: 0 s underscoreStrongEmphasis Time elapsed: 0 s parse_StrongEmphasis_Asterisk Time elapsed: 0.001 s parse_MultiEmphasis_Asterisk Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest requiresBlocks Time elapsed: 0.001 s process Time elapsed: 0.003 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest titlePart Time elapsed: 0 s read_NoBracketUri Time elapsed: 0 s read_BracketUri Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest createRequiresContent Time elapsed: 0.001 s oneLine Time elapsed: 0 s lookAheadFailsFast Time elapsed: 0 s advance Time elapsed: 0 s empty Time elapsed: 0 s lookAhead Time elapsed: 0 s twoLines Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest generateHeadingId Time elapsed: 0 s referenceDefinition Time elapsed: 0.001 s referenceDefinitionDuplicate Time elapsed: 0 s empty Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest replaceHtmlEntities Time elapsed: 0.001 s unescape Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest punctuationAndSpecialCharacters Time elapsed: 0 s simple Time elapsed: 0 s hyphenated Time elapsed: 0 s allWhitespace Time elapsed: 0 s whitespace Time elapsed: 0 s mixedCase Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest requiresText Time elapsed: 0.001 s toLocator Time elapsed: 0 s requiresNonNegativeLineNumber Time elapsed: 0 s requiresNonNegativeLineOffset Time elapsed: 0.001 s getLineNumber Time elapsed: 0 s requiresDelimiter Time elapsed: 0 s getText Time elapsed: 0 s getColumn Time elapsed: 0 s toStringTest Time elapsed: 0 s getOffset Time elapsed: 0 s segment Time elapsed: 0 s isBlank Time elapsed: 0 s Running org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest blockQuoteWithBoldSpanMac Time elapsed: 0.001 s blockQuoteWithBoldSpanUnix Time elapsed: 0 s blockQuoteWithBoldSpanWindows Time elapsed: 0 s blockQuoteWithNestedListAndEmphasis Time elapsed: 0 s Running org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest modeStrictlyConforming Time elapsed: 0 s processDocumentFalse Time elapsed: 0 s processBlankLines Time elapsed: 0 s cloneTest Time elapsed: 0.001 s name Time elapsed: 0 s modeCompat Time elapsed: 0 s linksWithHash Time elapsed: 0 s processSimple Time elapsed: 0.001 s linksByDef Time elapsed: 0 s processEmpty Time elapsed: 0 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.6.0.202209080600-r [61/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [62/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.doc.user --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.docmlet.doc.user --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [63/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ docmlet --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ docmlet --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ docmlet --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ docmlet --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ docmlet --- [INFO] [INFO] -------------------< org.eclipse.statet.rj:rj.core >-------------------- [INFO] Building rj.core 4.6.0.202209080600-r [64/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [65/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.data --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[840] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 109. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[416] return new RDataFrame32Impl(colVectors, RObject.CLASSNAME_DATAFRAME, colNames, rowNames); ^^^^^^^^ Null type mismatch (type annotations): required '@Nullable String @NonNull[]' but this expression has type '@NonNull String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[543] return null; ^^^^ Null type mismatch: required '@NonNull RObject' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[547] return new RVectorImpl(io, this); } ^^^^^^^^^^^ RVectorImpl is a raw type. References to generic type RVectorImpl<TData> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[549] return new RArrayImpl(io, this); ^^^^^^^^^^ RArrayImpl is a raw type. References to generic type RArrayImpl<TData> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[586] if (robject == null) { io.writeByte(-1); return; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 135. INFO in /home/jenkins/agent/workspace/statet-4.6.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 136. INFO in /home/jenkins/agent/workspace/statet-4.6.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 137. INFO in /home/jenkins/agent/workspace/statet-4.6.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 138. INFO in /home/jenkins/agent/workspace/statet-4.6.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 139. INFO in /home/jenkins/agent/workspace/statet-4.6.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 140. INFO in /home/jenkins/agent/workspace/statet-4.6.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 141. INFO in /home/jenkins/agent/workspace/statet-4.6.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 142. INFO in /home/jenkins/agent/workspace/statet-4.6.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 143. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RReferenceImpl.java:[112] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable 151 problems (0 errors, 140 warnings, 11 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.data --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.data --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data --- [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [66/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.services.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.services.core --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[47] protected static void addXRef(final FunctionCall fcall, final FQRObjectRef ref) { ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[63] public void check(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[69] fcall.addChar("xClass1", referenceObject.getRClassName()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'TRObject', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[74] result= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[81] public TFragmentObject loadData(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[85] { final FunctionCall fcall= r.createFunctionCall(getLoadDataFName()); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[97] fragmentObject= fcall.evalData(null, getLoadOptions(), RService.DEPTH_INFINITE, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[113] public void setData(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[116] { final FunctionCall fcall= r.createFunctionCall(getSetDataFName()); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[130] fcall.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[136] public RVector<?> loadRowNames(final FQRObjectRef ref, final TRObject referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[140] { final FunctionCall fcall= r.createFunctionCall(getLoadRowNamesFName()); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[150] fragmentObject= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[86] RDataUtils.checkData(rObject.getData(), referenceObject.getData().getStoreType()); ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[96] public RVector<?> loadDimNames(final FQRObjectRef ref, final RArray<?> referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[107] fragmentObject= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[113] public RVector<?> loadDimItemNames(final FQRObjectRef ref, final RArray<?> referenceObject, ^^^^^^^^^^^^ FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[125] fragmentObject= fcall.evalData(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 63. INFO in /home/jenkins/agent/workspace/statet-4.6.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 64. INFO in /home/jenkins/agent/workspace/statet-4.6.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 65. INFO in /home/jenkins/agent/workspace/statet-4.6.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 66. INFO in /home/jenkins/agent/workspace/statet-4.6.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 67. INFO in /home/jenkins/agent/workspace/statet-4.6.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 68. INFO in /home/jenkins/agent/workspace/statet-4.6.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 69. INFO in /home/jenkins/agent/workspace/statet-4.6.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 70. INFO in /home/jenkins/agent/workspace/statet-4.6.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 71. INFO in /home/jenkins/agent/workspace/statet-4.6.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 72. INFO in /home/jenkins/agent/workspace/statet-4.6.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 73. INFO in /home/jenkins/agent/workspace/statet-4.6.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 74. INFO in /home/jenkins/agent/workspace/statet-4.6.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 75. INFO in /home/jenkins/agent/workspace/statet-4.6.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 76. INFO in /home/jenkins/agent/workspace/statet-4.6.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 77. INFO in /home/jenkins/agent/workspace/statet-4.6.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 78. INFO in /home/jenkins/agent/workspace/statet-4.6.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 79. INFO in /home/jenkins/agent/workspace/statet-4.6.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 80. INFO in /home/jenkins/agent/workspace/statet-4.6.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 81. INFO in /home/jenkins/agent/workspace/statet-4.6.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 82. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[105] array= ((List) o).toArray(); ^^^^ List is a raw type. References to generic type List<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[116] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[164] public BasicREnvConfiguration(final REnv rEnv, final Path stateRootDirectoryPath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field stateLocalDirectoryPath may not have been initialized 86. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 190) 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[522] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[563] this.rHomeDirectoryPath.toString() )); ^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 89. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 664) String.format("Libraries %1$s", num); ^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 92. INFO in /home/jenkins/agent/workspace/statet-4.6.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 93. INFO in /home/jenkins/agent/workspace/statet-4.6.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 94. INFO in /home/jenkins/agent/workspace/statet-4.6.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 95. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 113. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 135 problems (0 errors, 108 warnings, 27 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.services.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [67/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.data.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 4. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactorStoreTest.java (at line 185) assertEquals(data.ordered, store.isOrdered()); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 5. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/org/eclipse/statet/rj/data/impl/RFactorStoreTest.java (at line 185) assertEquals(data.ordered, store.isOrdered()); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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[]' 8 problems (0 errors, 6 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/org.eclipse.statet.rj.data.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.data.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.data.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.data-tests/target/surefire.properties] Running org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s - in org.eclipse.statet.rj.data.impl.RFactorFix64StoreTest isOrdered{FactorCaseData}[1] Time elapsed: 0.063 s isOrdered{FactorCaseData}[2] Time elapsed: 0.001 s isOrdered{FactorCaseData}[3] Time elapsed: 0 s isOrdered{FactorCaseData}[4] Time elapsed: 0.001 s isOrdered{FactorCaseData}[5] Time elapsed: 0.001 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0.002 s getInt{FactorCaseData}[1] Time elapsed: 0.004 s getInt{FactorCaseData}[2] Time elapsed: 0.001 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0.001 s getInt{FactorCaseData}[5] Time elapsed: 0.001 s getInt{FactorCaseData}[6] Time elapsed: 0.001 s getInt{FactorCaseData}[7] Time elapsed: 0.001 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0.001 s getInt{FactorCaseData}[10] Time elapsed: 0 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.032 s getNum{FactorCaseData}[1] Time elapsed: 0.002 s getNum{FactorCaseData}[2] Time elapsed: 0.001 s getNum{FactorCaseData}[3] Time elapsed: 0.001 s getNum{FactorCaseData}[4] Time elapsed: 0.001 s getNum{FactorCaseData}[5] Time elapsed: 0.001 s getNum{FactorCaseData}[6] Time elapsed: 0.001 s getNum{FactorCaseData}[7] Time elapsed: 0.001 s getNum{FactorCaseData}[8] Time elapsed: 0 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0.001 s getNum{FactorCaseData}[12] Time elapsed: 0.013 s getRaw{FactorCaseData}[1] Time elapsed: 0.002 s getRaw{FactorCaseData}[2] Time elapsed: 0.001 s getRaw{FactorCaseData}[3] Time elapsed: 0.001 s getRaw{FactorCaseData}[4] Time elapsed: 0.001 s getRaw{FactorCaseData}[5] Time elapsed: 0.001 s getRaw{FactorCaseData}[6] Time elapsed: 0 s getRaw{FactorCaseData}[7] Time elapsed: 0.001 s getRaw{FactorCaseData}[8] Time elapsed: 0.001 s getRaw{FactorCaseData}[9] Time elapsed: 0.001 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0.001 s getRaw{FactorCaseData}[12] Time elapsed: 0.015 s toArray{FactorCaseData}[1] Time elapsed: 0.001 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0.001 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0.001 s toArray{FactorCaseData}[9] Time elapsed: 0.001 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0.001 s toArray{FactorCaseData}[12] Time elapsed: 0.01 s length{FactorCaseData}[1] Time elapsed: 0.001 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0.001 s length{FactorCaseData}[6] Time elapsed: 0.001 s length{FactorCaseData}[7] Time elapsed: 0.001 s length{FactorCaseData}[8] Time elapsed: 0.001 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0 s length{FactorCaseData}[12] Time elapsed: 0.001 s getChar{FactorCaseData}[1] Time elapsed: 0.002 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0.001 s getChar{FactorCaseData}[5] Time elapsed: 0.001 s getChar{FactorCaseData}[6] Time elapsed: 0.001 s getChar{FactorCaseData}[7] Time elapsed: 0.001 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0.001 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0.001 s getChar{FactorCaseData}[12] Time elapsed: 0.011 s getLogi{FactorCaseData}[1] Time elapsed: 0.002 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0.001 s getLogi{FactorCaseData}[4] Time elapsed: 0.001 s getLogi{FactorCaseData}[5] Time elapsed: 0.001 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0.027 s getLogi{FactorCaseData}[10] Time elapsed: 0.001 s getLogi{FactorCaseData}[11] Time elapsed: 0.001 s getLogi{FactorCaseData}[12] Time elapsed: 0.013 s get{FactorCaseData}[1] Time elapsed: 0.001 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0 s get{FactorCaseData}[4] Time elapsed: 0.001 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0.001 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0 s get{FactorCaseData}[11] Time elapsed: 0.001 s get{FactorCaseData}[12] Time elapsed: 0.012 s isNA{FactorCaseData}[1] Time elapsed: 0.001 s isNA{FactorCaseData}[2] Time elapsed: 0 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0.001 s isNA{FactorCaseData}[5] Time elapsed: 0.001 s isNA{FactorCaseData}[6] Time elapsed: 0 s isNA{FactorCaseData}[7] Time elapsed: 0.001 s isNA{FactorCaseData}[8] Time elapsed: 0.001 s isNA{FactorCaseData}[9] Time elapsed: 0.001 s isNA{FactorCaseData}[10] Time elapsed: 0.001 s isNA{FactorCaseData}[11] Time elapsed: 0.001 s isNA{FactorCaseData}[12] Time elapsed: 0.01 s isMissing{FactorCaseData}[1] Time elapsed: 0.001 s isMissing{FactorCaseData}[2] Time elapsed: 0 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0.001 s isMissing{FactorCaseData}[10] Time elapsed: 0 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.008 s getLevels{FactorCaseData}[1] Time elapsed: 0.02 s getLevels{FactorCaseData}[2] Time elapsed: 0.001 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0.001 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0.001 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0.001 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0.001 s writeExternal{FactorCaseData}[1] Time elapsed: 0.001 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0.001 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0.001 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0 s writeExternal{FactorCaseData}[12] Time elapsed: 0.005 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0.001 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0.001 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0.001 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0 s getStoreType{FactorCaseData}[11] Time elapsed: 0.001 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.eclipse.statet.rj.data.impl.RNumericB32StoreReadTest getInt{NumCaseData}[1] Time elapsed: 0.005 s getInt{NumCaseData}[2] Time elapsed: 0.001 s getInt{NumCaseData}[3] Time elapsed: 0 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0.001 s getInt{NumCaseData}[6] Time elapsed: 0.001 s getInt{NumCaseData}[7] Time elapsed: 0.001 s getInt{NumCaseData}[8] Time elapsed: 0.001 s getInt{NumCaseData}[9] Time elapsed: 0.012 s getNum{NumCaseData}[1] Time elapsed: 0.001 s getNum{NumCaseData}[2] Time elapsed: 0 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0.001 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.011 s getRaw{NumCaseData}[1] Time elapsed: 0.002 s getRaw{NumCaseData}[2] Time elapsed: 0.001 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0.001 s getRaw{NumCaseData}[5] Time elapsed: 0.001 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0.001 s getRaw{NumCaseData}[9] Time elapsed: 0.001 s toArray{NumCaseData}[1] Time elapsed: 0.001 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0.001 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0.027 s toArray{NumCaseData}[8] Time elapsed: 0.001 s toArray{NumCaseData}[9] Time elapsed: 0.014 s length{NumCaseData}[1] Time elapsed: 0.001 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0.001 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0.001 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0.001 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0 s getChar{NumCaseData}[1] Time elapsed: 0.001 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0 s getChar{NumCaseData}[4] Time elapsed: 0 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0.001 s getChar{NumCaseData}[7] Time elapsed: 0.004 s getChar{NumCaseData}[8] Time elapsed: 0.002 s getChar{NumCaseData}[9] Time elapsed: 0.234 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0 s getCplx{NumCaseData}[3] Time elapsed: 0.001 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0.001 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.017 s getLogi{NumCaseData}[1] Time elapsed: 0.001 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0.001 s getLogi{NumCaseData}[5] Time elapsed: 0 s getLogi{NumCaseData}[6] Time elapsed: 0.001 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.013 s get{NumCaseData}[1] Time elapsed: 0.001 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0 s get{NumCaseData}[4] Time elapsed: 0.001 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0 s get{NumCaseData}[8] Time elapsed: 0 s get{NumCaseData}[9] Time elapsed: 0.011 s isNA{NumCaseData}[1] Time elapsed: 0.001 s isNA{NumCaseData}[2] Time elapsed: 0 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0 s isNA{NumCaseData}[6] Time elapsed: 0 s isNA{NumCaseData}[7] Time elapsed: 0.001 s isNA{NumCaseData}[8] Time elapsed: 0 s isNA{NumCaseData}[9] Time elapsed: 0.004 s isNaN{NumCaseData}[1] Time elapsed: 0.001 s isNaN{NumCaseData}[2] Time elapsed: 0.001 s isNaN{NumCaseData}[3] Time elapsed: 0 s isNaN{NumCaseData}[4] Time elapsed: 0.001 s isNaN{NumCaseData}[5] Time elapsed: 0 s isNaN{NumCaseData}[6] Time elapsed: 0.001 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0 s isNaN{NumCaseData}[9] Time elapsed: 0.009 s isMissing{NumCaseData}[1] Time elapsed: 0.001 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0.001 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.009 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0.001 s writeExternal{NumCaseData}[4] Time elapsed: 0 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0 s writeExternal{NumCaseData}[9] Time elapsed: 0.002 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0 s getStoreType{NumCaseData}[8] Time elapsed: 0 s getStoreType{NumCaseData}[9] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s - in org.eclipse.statet.rj.data.impl.RComplexBFix64StoreTest getInt{CplxCaseData}[1] Time elapsed: 0.002 s getInt{CplxCaseData}[2] Time elapsed: 0.001 s getInt{CplxCaseData}[3] Time elapsed: 0.001 s getInt{CplxCaseData}[4] Time elapsed: 0.001 s getInt{CplxCaseData}[5] Time elapsed: 0.001 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.002 s getNum{CplxCaseData}[1] Time elapsed: 0.001 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0 s getNum{CplxCaseData}[4] Time elapsed: 0.001 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0.001 s getNum{CplxCaseData}[7] Time elapsed: 0.001 s getRaw{CplxCaseData}[1] Time elapsed: 0.001 s getRaw{CplxCaseData}[2] Time elapsed: 0 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0.001 s getRaw{CplxCaseData}[7] Time elapsed: 0.001 s toArray{CplxCaseData}[1] Time elapsed: 0 s toArray{CplxCaseData}[2] Time elapsed: 0.001 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.012 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0.001 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0.001 s length{CplxCaseData}[6] Time elapsed: 0 s length{CplxCaseData}[7] Time elapsed: 0.003 s getChar{CplxCaseData}[1] Time elapsed: 0.001 s getChar{CplxCaseData}[2] Time elapsed: 0 s getChar{CplxCaseData}[3] Time elapsed: 0 s getChar{CplxCaseData}[4] Time elapsed: 0 s getChar{CplxCaseData}[5] Time elapsed: 0.001 s getChar{CplxCaseData}[6] Time elapsed: 0.002 s getChar{CplxCaseData}[7] Time elapsed: 0.396 s getCplx{CplxCaseData}[1] Time elapsed: 0.001 s getCplx{CplxCaseData}[2] Time elapsed: 0 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0.001 s getCplx{CplxCaseData}[5] Time elapsed: 0.001 s getCplx{CplxCaseData}[6] Time elapsed: 0.001 s getCplx{CplxCaseData}[7] Time elapsed: 0.021 s getLogi{CplxCaseData}[1] Time elapsed: 0.001 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0.001 s getLogi{CplxCaseData}[5] Time elapsed: 0 s getLogi{CplxCaseData}[6] Time elapsed: 0.001 s getLogi{CplxCaseData}[7] Time elapsed: 0 s get{CplxCaseData}[1] Time elapsed: 0.001 s get{CplxCaseData}[2] Time elapsed: 0.001 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0 s get{CplxCaseData}[5] Time elapsed: 0.001 s get{CplxCaseData}[6] Time elapsed: 0.001 s get{CplxCaseData}[7] Time elapsed: 0.015 s isNA{CplxCaseData}[1] Time elapsed: 0.001 s isNA{CplxCaseData}[2] Time elapsed: 0 s isNA{CplxCaseData}[3] Time elapsed: 0 s isNA{CplxCaseData}[4] Time elapsed: 0.001 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.005 s isNaN{CplxCaseData}[1] Time elapsed: 0.001 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0.001 s isNaN{CplxCaseData}[4] Time elapsed: 0 s isNaN{CplxCaseData}[5] Time elapsed: 0.001 s isNaN{CplxCaseData}[6] Time elapsed: 0 s isNaN{CplxCaseData}[7] Time elapsed: 0.009 s isMissing{CplxCaseData}[1] Time elapsed: 0.001 s isMissing{CplxCaseData}[2] Time elapsed: 0.001 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0.001 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.01 s writeExternal{CplxCaseData}[1] Time elapsed: 0 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.006 s getStoreType{CplxCaseData}[1] Time elapsed: 0.001 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0.001 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0.001 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0.001 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.078 s - in org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreTest getInt{CharCaseData}[1] Time elapsed: 0.001 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.027 s getNum{CharCaseData}[1] Time elapsed: 0.001 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.08 s getRaw{CharCaseData}[1] Time elapsed: 0.001 s getRaw{CharCaseData}[2] Time elapsed: 0.001 s getRaw{CharCaseData}[3] Time elapsed: 0.001 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.057 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.036 s length{CharCaseData}[1] Time elapsed: 0.001 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.085 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0.001 s indexOfNA{CharCaseData}[5] Time elapsed: 0.022 s indexOfNA{CharCaseData}[6] Time elapsed: 0.001 s indexOfNA{CharCaseData}[7] Time elapsed: 0.017 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0.001 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0.001 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0.001 s getChar{CharCaseData}[7] Time elapsed: 0.033 s getLogi{CharCaseData}[1] Time elapsed: 0.002 s getLogi{CharCaseData}[2] Time elapsed: 0.002 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0.001 s getLogi{CharCaseData}[7] Time elapsed: 2.285 s get{CharCaseData}[1] Time elapsed: 0.001 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0.001 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0.001 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.03 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0.001 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.016 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0.001 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0.001 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.056 s writeExternal{CharCaseData}[1] Time elapsed: 0.001 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0.001 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0.001 s writeExternal{CharCaseData}[7] Time elapsed: 0.045 s indexOfChar{CharCaseData}[1] Time elapsed: 0 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0.001 s indexOfChar{CharCaseData}[4] Time elapsed: 0.001 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0.001 s indexOfChar{CharCaseData}[7] Time elapsed: 0.029 s getStoreType{CharCaseData}[1] Time elapsed: 0.001 s getStoreType{CharCaseData}[2] Time elapsed: 0.001 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0.001 s getStoreType{CharCaseData}[7] Time elapsed: 0.024 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.019 s Running org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreTest getInt{LogiCaseData}[1] Time elapsed: 0.002 s getInt{LogiCaseData}[2] Time elapsed: 0.001 s getInt{LogiCaseData}[3] Time elapsed: 0.001 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.015 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0.001 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0.001 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0.001 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.015 s toArray{LogiCaseData}[1] Time elapsed: 0.001 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0.001 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.012 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0.001 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0.001 s getChar{LogiCaseData}[1] Time elapsed: 0 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0.001 s getChar{LogiCaseData}[6] Time elapsed: 0.014 s getLogi{LogiCaseData}[1] Time elapsed: 0.001 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0.009 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.015 s get{LogiCaseData}[1] Time elapsed: 0.001 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0.001 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.016 s isNA{LogiCaseData}[1] Time elapsed: 0.001 s isNA{LogiCaseData}[2] Time elapsed: 0.001 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0.001 s isNA{LogiCaseData}[6] Time elapsed: 0.005 s isMissing{LogiCaseData}[1] Time elapsed: 0.001 s isMissing{LogiCaseData}[2] Time elapsed: 0.001 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0.001 s isMissing{LogiCaseData}[6] Time elapsed: 0.011 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0.001 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0.001 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RNumericB32StoreTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.eclipse.statet.rj.data.impl.RNumericB32StoreTest getInt{NumCaseData}[1] Time elapsed: 0 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0.001 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0 s getInt{NumCaseData}[6] Time elapsed: 0.001 s getInt{NumCaseData}[7] Time elapsed: 0 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.003 s getNum{NumCaseData}[1] Time elapsed: 0 s getNum{NumCaseData}[2] Time elapsed: 0 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0.001 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.017 s getRaw{NumCaseData}[1] Time elapsed: 0 s getRaw{NumCaseData}[2] Time elapsed: 0.001 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0.001 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0.001 s getRaw{NumCaseData}[8] Time elapsed: 0 s getRaw{NumCaseData}[9] Time elapsed: 0.001 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0.001 s toArray{NumCaseData}[8] Time elapsed: 0.001 s toArray{NumCaseData}[9] Time elapsed: 0.004 s length{NumCaseData}[1] Time elapsed: 0.001 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0.001 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0 s getChar{NumCaseData}[1] Time elapsed: 0 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0.001 s getChar{NumCaseData}[4] Time elapsed: 0 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0 s getChar{NumCaseData}[7] Time elapsed: 0.002 s getChar{NumCaseData}[8] Time elapsed: 0 s getChar{NumCaseData}[9] Time elapsed: 0.107 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0.001 s getCplx{NumCaseData}[3] Time elapsed: 0 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.008 s getLogi{NumCaseData}[1] Time elapsed: 0 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0.001 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0.001 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.01 s get{NumCaseData}[1] Time elapsed: 0 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0.001 s get{NumCaseData}[4] Time elapsed: 0 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0.001 s get{NumCaseData}[7] Time elapsed: 0.001 s get{NumCaseData}[8] Time elapsed: 0.001 s get{NumCaseData}[9] Time elapsed: 0.007 s isNA{NumCaseData}[1] Time elapsed: 0 s isNA{NumCaseData}[2] Time elapsed: 0.001 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0.015 s isNA{NumCaseData}[5] Time elapsed: 0 s isNA{NumCaseData}[6] Time elapsed: 0 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0 s isNA{NumCaseData}[9] Time elapsed: 0.003 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0.001 s isNaN{NumCaseData}[3] Time elapsed: 0 s isNaN{NumCaseData}[4] Time elapsed: 0 s isNaN{NumCaseData}[5] Time elapsed: 0.001 s isNaN{NumCaseData}[6] Time elapsed: 0 s isNaN{NumCaseData}[7] Time elapsed: 0.001 s isNaN{NumCaseData}[8] Time elapsed: 0 s isNaN{NumCaseData}[9] Time elapsed: 0.003 s isMissing{NumCaseData}[1] Time elapsed: 0.001 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0.001 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0.001 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.004 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0 s writeExternal{NumCaseData}[4] Time elapsed: 0 s writeExternal{NumCaseData}[5] Time elapsed: 0.001 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0.001 s writeExternal{NumCaseData}[8] Time elapsed: 0 s writeExternal{NumCaseData}[9] Time elapsed: 0.002 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0.001 s getStoreType{NumCaseData}[8] Time elapsed: 0.001 s getStoreType{NumCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.statet.rj.data.impl.RLogicalInt32StoreTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0.001 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.019 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0.001 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0.001 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0.001 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.028 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0.001 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.008 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0.002 s getChar{LogiCaseData}[1] Time elapsed: 0.001 s getChar{LogiCaseData}[2] Time elapsed: 0.001 s getChar{LogiCaseData}[3] Time elapsed: 0.001 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.022 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0.001 s getLogi{LogiCaseData}[3] Time elapsed: 0.001 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.009 s get{LogiCaseData}[1] Time elapsed: 0.001 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0.001 s get{LogiCaseData}[5] Time elapsed: 0.001 s get{LogiCaseData}[6] Time elapsed: 0.005 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0.001 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0.001 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0.001 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.003 s writeExternal{LogiCaseData}[1] Time elapsed: 0.001 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0.003 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.3 s - in org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0.001 s getInt{CharCaseData}[4] Time elapsed: 0.001 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.003 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0.001 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.003 s getRaw{CharCaseData}[1] Time elapsed: 0.001 s getRaw{CharCaseData}[2] Time elapsed: 0.001 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.001 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0.001 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.005 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0.001 s length{CharCaseData}[7] Time elapsed: 0 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0.001 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.004 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0.001 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.008 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0.001 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0.001 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0.001 s getLogi{CharCaseData}[7] Time elapsed: 2.264 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0.001 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.007 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0.001 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0.001 s isNA{CharCaseData}[7] Time elapsed: 0.002 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.002 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0.001 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.013 s indexOfChar{CharCaseData}[1] Time elapsed: 0.001 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 2.936 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0.001 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0.001 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.483 s - in org.eclipse.statet.rj.data.impl.RCharacter32StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0.001 s getInt{CharCaseData}[2] Time elapsed: 0.001 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0.001 s getInt{CharCaseData}[7] Time elapsed: 0.012 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0.001 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.008 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0.001 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0.001 s getRaw{CharCaseData}[7] Time elapsed: 0.009 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0.001 s toArray{CharCaseData}[3] Time elapsed: 0.001 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.017 s length{CharCaseData}[1] Time elapsed: 0.001 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.003 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0.001 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0.001 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.006 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0.001 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.018 s getLogi{CharCaseData}[1] Time elapsed: 0.001 s getLogi{CharCaseData}[2] Time elapsed: 0.001 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 2.017 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0.001 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0.001 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.017 s isNA{CharCaseData}[1] Time elapsed: 0.001 s isNA{CharCaseData}[2] Time elapsed: 0.001 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0.001 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.018 s isMissing{CharCaseData}[1] Time elapsed: 0.001 s isMissing{CharCaseData}[2] Time elapsed: 0.001 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.004 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0.001 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0.001 s writeExternal{CharCaseData}[7] Time elapsed: 0.011 s indexOfChar{CharCaseData}[1] Time elapsed: 0 s indexOfChar{CharCaseData}[2] Time elapsed: 0.001 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0.014 s indexOfChar{CharCaseData}[6] Time elapsed: 0.001 s indexOfChar{CharCaseData}[7] Time elapsed: 2.272 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.003 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.003 s Running org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.761 s - in org.eclipse.statet.rj.data.impl.RCharacterFix64StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0.002 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0.001 s getInt{CharCaseData}[7] Time elapsed: 0.003 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0.001 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.003 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0.001 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.003 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0.001 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.008 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.004 s indexOfNA{CharCaseData}[1] Time elapsed: 0.001 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0.001 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.007 s getChar{CharCaseData}[1] Time elapsed: 0.001 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0.001 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0.001 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.015 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0.001 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0.001 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0.001 s getLogi{CharCaseData}[7] Time elapsed: 2.084 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0.001 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.015 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0.001 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0.001 s isNA{CharCaseData}[7] Time elapsed: 0.013 s isMissing{CharCaseData}[1] Time elapsed: 0.001 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0.001 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.008 s writeExternal{CharCaseData}[1] Time elapsed: 0.001 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.02 s indexOfChar{CharCaseData}[1] Time elapsed: 0.001 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0.001 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 2.521 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0.001 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.003 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.003 s Running org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.873 s - in org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0.002 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0.001 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.021 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.011 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.012 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0.001 s toArray{CharCaseData}[7] Time elapsed: 0.021 s length{CharCaseData}[1] Time elapsed: 0.001 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.012 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0.001 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.013 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.035 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0.001 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 2.046 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0.001 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0.001 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.018 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0.001 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0.001 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.006 s isMissing{CharCaseData}[1] Time elapsed: 0.001 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0.001 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.006 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0.001 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.024 s indexOfChar{CharCaseData}[1] Time elapsed: 0 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 1.602 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.004 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.004 s Running org.eclipse.statet.rj.data.impl.RFactor32StoreTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.statet.rj.data.impl.RFactor32StoreTest isOrdered{FactorCaseData}[1] Time elapsed: 0 s isOrdered{FactorCaseData}[2] Time elapsed: 0 s isOrdered{FactorCaseData}[3] Time elapsed: 0 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0.001 s getInt{FactorCaseData}[1] Time elapsed: 0.001 s getInt{FactorCaseData}[2] Time elapsed: 0 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0.001 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0 s getInt{FactorCaseData}[8] Time elapsed: 0.001 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.003 s getNum{FactorCaseData}[1] Time elapsed: 0.001 s getNum{FactorCaseData}[2] Time elapsed: 0 s getNum{FactorCaseData}[3] Time elapsed: 0 s getNum{FactorCaseData}[4] Time elapsed: 0.001 s getNum{FactorCaseData}[5] Time elapsed: 0 s getNum{FactorCaseData}[6] Time elapsed: 0.001 s getNum{FactorCaseData}[7] Time elapsed: 0 s getNum{FactorCaseData}[8] Time elapsed: 0 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0.001 s getNum{FactorCaseData}[12] Time elapsed: 0.005 s getRaw{FactorCaseData}[1] Time elapsed: 0.001 s getRaw{FactorCaseData}[2] Time elapsed: 0 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0.001 s getRaw{FactorCaseData}[5] Time elapsed: 0 s getRaw{FactorCaseData}[6] Time elapsed: 0.001 s getRaw{FactorCaseData}[7] Time elapsed: 0 s getRaw{FactorCaseData}[8] Time elapsed: 0.001 s getRaw{FactorCaseData}[9] Time elapsed: 0 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0 s getRaw{FactorCaseData}[12] Time elapsed: 0.003 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0.001 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0.001 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0 s toArray{FactorCaseData}[9] Time elapsed: 0 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0.001 s toArray{FactorCaseData}[12] Time elapsed: 0.005 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0.001 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0.001 s length{FactorCaseData}[7] Time elapsed: 0 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0.001 s length{FactorCaseData}[12] Time elapsed: 0 s getChar{FactorCaseData}[1] Time elapsed: 0 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0.001 s getChar{FactorCaseData}[5] Time elapsed: 0 s getChar{FactorCaseData}[6] Time elapsed: 0 s getChar{FactorCaseData}[7] Time elapsed: 0 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0 s getChar{FactorCaseData}[12] Time elapsed: 0.004 s getLogi{FactorCaseData}[1] Time elapsed: 0 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0 s getLogi{FactorCaseData}[4] Time elapsed: 0 s getLogi{FactorCaseData}[5] Time elapsed: 0 s getLogi{FactorCaseData}[6] Time elapsed: 0.001 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0 s getLogi{FactorCaseData}[10] Time elapsed: 0.001 s getLogi{FactorCaseData}[11] Time elapsed: 0 s getLogi{FactorCaseData}[12] Time elapsed: 0.005 s get{FactorCaseData}[1] Time elapsed: 0 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0 s get{FactorCaseData}[4] Time elapsed: 0.001 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0 s get{FactorCaseData}[11] Time elapsed: 0.001 s get{FactorCaseData}[12] Time elapsed: 0.005 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0.001 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0.001 s isNA{FactorCaseData}[5] Time elapsed: 0 s isNA{FactorCaseData}[6] Time elapsed: 0 s isNA{FactorCaseData}[7] Time elapsed: 0.001 s isNA{FactorCaseData}[8] Time elapsed: 0 s isNA{FactorCaseData}[9] Time elapsed: 0 s isNA{FactorCaseData}[10] Time elapsed: 0 s isNA{FactorCaseData}[11] Time elapsed: 0 s isNA{FactorCaseData}[12] Time elapsed: 0.001 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0.001 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0.001 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0.001 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0 s isMissing{FactorCaseData}[10] Time elapsed: 0.001 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.001 s getLevels{FactorCaseData}[1] Time elapsed: 0 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0.001 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0 s getLevels{FactorCaseData}[7] Time elapsed: 0.001 s getLevels{FactorCaseData}[8] Time elapsed: 0 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0 s writeExternal{FactorCaseData}[1] Time elapsed: 0 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0 s writeExternal{FactorCaseData}[12] Time elapsed: 0.004 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0.001 s getStoreType{FactorCaseData}[5] Time elapsed: 0 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0.001 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0 s getStoreType{FactorCaseData}[11] Time elapsed: 0.001 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.statet.rj.data.impl.RFactor32StoreReadTest isOrdered{FactorCaseData}[1] Time elapsed: 0.001 s isOrdered{FactorCaseData}[2] Time elapsed: 0 s isOrdered{FactorCaseData}[3] Time elapsed: 0.001 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0 s getInt{FactorCaseData}[1] Time elapsed: 0.001 s getInt{FactorCaseData}[2] Time elapsed: 0 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0.001 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.008 s getNum{FactorCaseData}[1] Time elapsed: 0 s getNum{FactorCaseData}[2] Time elapsed: 0 s getNum{FactorCaseData}[3] Time elapsed: 0 s getNum{FactorCaseData}[4] Time elapsed: 0 s getNum{FactorCaseData}[5] Time elapsed: 0.001 s getNum{FactorCaseData}[6] Time elapsed: 0 s getNum{FactorCaseData}[7] Time elapsed: 0 s getNum{FactorCaseData}[8] Time elapsed: 0 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0 s getNum{FactorCaseData}[12] Time elapsed: 0.044 s getRaw{FactorCaseData}[1] Time elapsed: 0 s getRaw{FactorCaseData}[2] Time elapsed: 0.001 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0 s getRaw{FactorCaseData}[5] Time elapsed: 0 s getRaw{FactorCaseData}[6] Time elapsed: 0.001 s getRaw{FactorCaseData}[7] Time elapsed: 0 s getRaw{FactorCaseData}[8] Time elapsed: 0.001 s getRaw{FactorCaseData}[9] Time elapsed: 0 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0 s getRaw{FactorCaseData}[12] Time elapsed: 0.009 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0 s toArray{FactorCaseData}[4] Time elapsed: 0 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0.001 s toArray{FactorCaseData}[9] Time elapsed: 0 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0 s toArray{FactorCaseData}[12] Time elapsed: 0.003 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0 s length{FactorCaseData}[7] Time elapsed: 0 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0 s length{FactorCaseData}[12] Time elapsed: 0.001 s getChar{FactorCaseData}[1] Time elapsed: 0 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0 s getChar{FactorCaseData}[5] Time elapsed: 0 s getChar{FactorCaseData}[6] Time elapsed: 0 s getChar{FactorCaseData}[7] Time elapsed: 0 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0 s getChar{FactorCaseData}[11] Time elapsed: 0 s getChar{FactorCaseData}[12] Time elapsed: 0.002 s getLogi{FactorCaseData}[1] Time elapsed: 0 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0 s getLogi{FactorCaseData}[4] Time elapsed: 0 s getLogi{FactorCaseData}[5] Time elapsed: 0 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0 s getLogi{FactorCaseData}[10] Time elapsed: 0 s getLogi{FactorCaseData}[11] Time elapsed: 0 s getLogi{FactorCaseData}[12] Time elapsed: 0.005 s get{FactorCaseData}[1] Time elapsed: 0 s get{FactorCaseData}[2] Time elapsed: 0 s get{FactorCaseData}[3] Time elapsed: 0 s get{FactorCaseData}[4] Time elapsed: 0 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0.001 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0 s get{FactorCaseData}[11] Time elapsed: 0 s get{FactorCaseData}[12] Time elapsed: 0.005 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0 s isNA{FactorCaseData}[5] Time elapsed: 0 s isNA{FactorCaseData}[6] Time elapsed: 0.001 s isNA{FactorCaseData}[7] Time elapsed: 0 s isNA{FactorCaseData}[8] Time elapsed: 0 s isNA{FactorCaseData}[9] Time elapsed: 0.001 s isNA{FactorCaseData}[10] Time elapsed: 0 s isNA{FactorCaseData}[11] Time elapsed: 0.001 s isNA{FactorCaseData}[12] Time elapsed: 0.001 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0.001 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0 s isMissing{FactorCaseData}[10] Time elapsed: 0 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.001 s getLevels{FactorCaseData}[1] Time elapsed: 0 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0.001 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0 s getLevels{FactorCaseData}[11] Time elapsed: 0.001 s getLevels{FactorCaseData}[12] Time elapsed: 0 s writeExternal{FactorCaseData}[1] Time elapsed: 0 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0.001 s writeExternal{FactorCaseData}[12] Time elapsed: 0 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0.001 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0.001 s getStoreType{FactorCaseData}[11] Time elapsed: 0 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.205 s - in org.eclipse.statet.rj.data.impl.RUniqueCharacter32StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0.001 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0.001 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.003 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0.001 s getNum{CharCaseData}[7] Time elapsed: 0.021 s getRaw{CharCaseData}[1] Time elapsed: 0.001 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.003 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.006 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.004 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0.001 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.004 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.008 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 1.935 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0.001 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.009 s isNA{CharCaseData}[1] Time elapsed: 0.001 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.004 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0.001 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.004 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0.001 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.011 s indexOfChar{CharCaseData}[1] Time elapsed: 0 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 2.153 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.004 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.004 s Running org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.statet.rj.data.impl.RIntegerFix64StoreReadTest getInt{IntCaseData}[1] Time elapsed: 0.001 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0.001 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0 s getInt{IntCaseData}[9] Time elapsed: 0.007 s getNum{IntCaseData}[1] Time elapsed: 0.001 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0.001 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0.001 s getNum{IntCaseData}[7] Time elapsed: 0 s getNum{IntCaseData}[8] Time elapsed: 0.001 s getNum{IntCaseData}[9] Time elapsed: 0.009 s getRaw{IntCaseData}[1] Time elapsed: 0.001 s getRaw{IntCaseData}[2] Time elapsed: 0.001 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0 s getRaw{IntCaseData}[5] Time elapsed: 0.001 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0.001 s getRaw{IntCaseData}[8] Time elapsed: 0 s getRaw{IntCaseData}[9] Time elapsed: 0.003 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.009 s length{IntCaseData}[1] Time elapsed: 0.001 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0.001 s getChar{IntCaseData}[2] Time elapsed: 0 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0.001 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.021 s getLogi{IntCaseData}[1] Time elapsed: 0.001 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0.001 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0.001 s getLogi{IntCaseData}[9] Time elapsed: 0.009 s get{IntCaseData}[1] Time elapsed: 0.001 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0 s get{IntCaseData}[4] Time elapsed: 0.001 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0.001 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.01 s isNA{IntCaseData}[1] Time elapsed: 0.001 s isNA{IntCaseData}[2] Time elapsed: 0 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0.001 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0.011 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.003 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0.001 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0.001 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0.001 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.003 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0.001 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0.001 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0.01 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0.001 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0.001 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.statet.rj.data.impl.RRaw32StoreReadTest getInt{RawCaseData}[1] Time elapsed: 0.001 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0 s getInt{RawCaseData}[4] Time elapsed: 0.001 s getInt{RawCaseData}[5] Time elapsed: 0 s getInt{RawCaseData}[6] Time elapsed: 0.007 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0.001 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0.001 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.006 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0.001 s toArray{RawCaseData}[5] Time elapsed: 0 s toArray{RawCaseData}[6] Time elapsed: 0.044 s length{RawCaseData}[1] Time elapsed: 0.001 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0.001 s getChar{RawCaseData}[1] Time elapsed: 0.001 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0 s getChar{RawCaseData}[6] Time elapsed: 0.017 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0.001 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0 s getLogi{RawCaseData}[5] Time elapsed: 0.001 s getLogi{RawCaseData}[6] Time elapsed: 0.011 s get{RawCaseData}[1] Time elapsed: 0.001 s get{RawCaseData}[2] Time elapsed: 0.001 s get{RawCaseData}[3] Time elapsed: 0 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0.001 s get{RawCaseData}[6] Time elapsed: 0.007 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0.001 s isNA{RawCaseData}[4] Time elapsed: 0 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.001 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0.004 s isMissing{RawCaseData}[1] Time elapsed: 0.001 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0.001 s isMissing{RawCaseData}[4] Time elapsed: 0 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.004 s writeExternal{RawCaseData}[1] Time elapsed: 0 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0.001 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0.001 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.statet.rj.data.impl.RLogicalByteFix64StoreReadTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0.001 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.003 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0.001 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0.001 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.023 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.003 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0 s getChar{LogiCaseData}[1] Time elapsed: 0 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.004 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0.001 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0.001 s getLogi{LogiCaseData}[6] Time elapsed: 0.004 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0.001 s get{LogiCaseData}[6] Time elapsed: 0.007 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.001 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0.001 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.001 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0.001 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 s - in org.eclipse.statet.rj.data.impl.RUniqueCharacterHash32StoreReadTest getInt{CharCaseData}[1] Time elapsed: 0.001 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0.001 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.015 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0.001 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.015 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0.001 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0.001 s getRaw{CharCaseData}[7] Time elapsed: 0.02 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.017 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0.001 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.016 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0.001 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.169 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0.001 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.071 s getLogi{CharCaseData}[1] Time elapsed: 0.001 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0.001 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0.001 s getLogi{CharCaseData}[7] Time elapsed: 2.025 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0.001 s get{CharCaseData}[7] Time elapsed: 0.035 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0.001 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.024 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.015 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.136 s indexOfChar{CharCaseData}[1] Time elapsed: 0.001 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0.001 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 0.02 s getStoreType{CharCaseData}[1] Time elapsed: 0.001 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.054 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.022 s Running org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.statet.rj.data.impl.RLogicalByte32StoreReadTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0.001 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.01 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0.001 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.027 s toArray{LogiCaseData}[1] Time elapsed: 0.001 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.005 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0 s getChar{LogiCaseData}[1] Time elapsed: 0.001 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.006 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.005 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0.001 s get{LogiCaseData}[6] Time elapsed: 0.005 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0.001 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.002 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0.001 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RCharacter32StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.969 s - in org.eclipse.statet.rj.data.impl.RCharacter32StoreTest getInt{CharCaseData}[1] Time elapsed: 0.001 s getInt{CharCaseData}[2] Time elapsed: 0 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0.001 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0 s getInt{CharCaseData}[7] Time elapsed: 0.001 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0.001 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.001 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.001 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.002 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.001 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.001 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.003 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 2.077 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0.001 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.004 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.001 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.001 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.015 s indexOfChar{CharCaseData}[1] Time elapsed: 0 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 2.833 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.eclipse.statet.rj.data.impl.RComplexBFix64StoreReadTest getInt{CplxCaseData}[1] Time elapsed: 0.001 s getInt{CplxCaseData}[2] Time elapsed: 0 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0.001 s getInt{CplxCaseData}[5] Time elapsed: 0 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.003 s getNum{CplxCaseData}[1] Time elapsed: 0 s getNum{CplxCaseData}[2] Time elapsed: 0.001 s getNum{CplxCaseData}[3] Time elapsed: 0 s getNum{CplxCaseData}[4] Time elapsed: 0.001 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0.001 s getNum{CplxCaseData}[7] Time elapsed: 0.001 s getRaw{CplxCaseData}[1] Time elapsed: 0.001 s getRaw{CplxCaseData}[2] Time elapsed: 0.001 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0.001 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0.001 s toArray{CplxCaseData}[1] Time elapsed: 0 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.007 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0.001 s length{CplxCaseData}[7] Time elapsed: 0.001 s getChar{CplxCaseData}[1] Time elapsed: 0 s getChar{CplxCaseData}[2] Time elapsed: 0 s getChar{CplxCaseData}[3] Time elapsed: 0 s getChar{CplxCaseData}[4] Time elapsed: 0.001 s getChar{CplxCaseData}[5] Time elapsed: 0 s getChar{CplxCaseData}[6] Time elapsed: 0.001 s getChar{CplxCaseData}[7] Time elapsed: 0.242 s getCplx{CplxCaseData}[1] Time elapsed: 0 s getCplx{CplxCaseData}[2] Time elapsed: 0 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0.001 s getCplx{CplxCaseData}[6] Time elapsed: 0 s getCplx{CplxCaseData}[7] Time elapsed: 0.017 s getLogi{CplxCaseData}[1] Time elapsed: 0.001 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0.001 s getLogi{CplxCaseData}[4] Time elapsed: 0 s getLogi{CplxCaseData}[5] Time elapsed: 0.001 s getLogi{CplxCaseData}[6] Time elapsed: 0 s getLogi{CplxCaseData}[7] Time elapsed: 0.001 s get{CplxCaseData}[1] Time elapsed: 0 s get{CplxCaseData}[2] Time elapsed: 0.001 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0.001 s get{CplxCaseData}[5] Time elapsed: 0 s get{CplxCaseData}[6] Time elapsed: 0.001 s get{CplxCaseData}[7] Time elapsed: 0.009 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0 s isNA{CplxCaseData}[3] Time elapsed: 0.001 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.002 s isNaN{CplxCaseData}[1] Time elapsed: 0 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0 s isNaN{CplxCaseData}[4] Time elapsed: 0 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0 s isNaN{CplxCaseData}[7] Time elapsed: 0.009 s isMissing{CplxCaseData}[1] Time elapsed: 0 s isMissing{CplxCaseData}[2] Time elapsed: 0 s isMissing{CplxCaseData}[3] Time elapsed: 0.001 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.004 s writeExternal{CplxCaseData}[1] Time elapsed: 0 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.002 s getStoreType{CplxCaseData}[1] Time elapsed: 0 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.statet.rj.data.impl.RInteger32StoreReadTest getInt{IntCaseData}[1] Time elapsed: 0.001 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0.001 s getInt{IntCaseData}[4] Time elapsed: 0 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0.001 s getInt{IntCaseData}[7] Time elapsed: 0.001 s getInt{IntCaseData}[8] Time elapsed: 0.001 s getInt{IntCaseData}[9] Time elapsed: 0.002 s getNum{IntCaseData}[1] Time elapsed: 0 s getNum{IntCaseData}[2] Time elapsed: 0.001 s getNum{IntCaseData}[3] Time elapsed: 0 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0.001 s getNum{IntCaseData}[7] Time elapsed: 0.001 s getNum{IntCaseData}[8] Time elapsed: 0 s getNum{IntCaseData}[9] Time elapsed: 0.005 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0 s getRaw{IntCaseData}[5] Time elapsed: 0.001 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0 s getRaw{IntCaseData}[8] Time elapsed: 0 s getRaw{IntCaseData}[9] Time elapsed: 0.002 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0.001 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.006 s length{IntCaseData}[1] Time elapsed: 0 s length{IntCaseData}[2] Time elapsed: 0.001 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0.001 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0.001 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.019 s getLogi{IntCaseData}[1] Time elapsed: 0.001 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0.001 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0.001 s getLogi{IntCaseData}[9] Time elapsed: 0.014 s get{IntCaseData}[1] Time elapsed: 0 s get{IntCaseData}[2] Time elapsed: 0.001 s get{IntCaseData}[3] Time elapsed: 0 s get{IntCaseData}[4] Time elapsed: 0 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0.001 s get{IntCaseData}[7] Time elapsed: 0 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.005 s isNA{IntCaseData}[1] Time elapsed: 0 s isNA{IntCaseData}[2] Time elapsed: 0.001 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0.001 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.002 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0.001 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0.001 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0.001 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.002 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0.001 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0.001 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0.004 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0 s getStoreType{IntCaseData}[3] Time elapsed: 0.001 s getStoreType{IntCaseData}[4] Time elapsed: 0.001 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0.001 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0.001 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.statet.rj.data.impl.RFactorFix64StoreReadTest isOrdered{FactorCaseData}[1] Time elapsed: 0.001 s isOrdered{FactorCaseData}[2] Time elapsed: 0.001 s isOrdered{FactorCaseData}[3] Time elapsed: 0 s isOrdered{FactorCaseData}[4] Time elapsed: 0 s isOrdered{FactorCaseData}[5] Time elapsed: 0 s isOrdered{FactorCaseData}[6] Time elapsed: 0 s isOrdered{FactorCaseData}[7] Time elapsed: 0 s isOrdered{FactorCaseData}[8] Time elapsed: 0 s isOrdered{FactorCaseData}[9] Time elapsed: 0 s isOrdered{FactorCaseData}[10] Time elapsed: 0 s isOrdered{FactorCaseData}[11] Time elapsed: 0 s isOrdered{FactorCaseData}[12] Time elapsed: 0 s getInt{FactorCaseData}[1] Time elapsed: 0 s getInt{FactorCaseData}[2] Time elapsed: 0.001 s getInt{FactorCaseData}[3] Time elapsed: 0 s getInt{FactorCaseData}[4] Time elapsed: 0 s getInt{FactorCaseData}[5] Time elapsed: 0 s getInt{FactorCaseData}[6] Time elapsed: 0 s getInt{FactorCaseData}[7] Time elapsed: 0 s getInt{FactorCaseData}[8] Time elapsed: 0 s getInt{FactorCaseData}[9] Time elapsed: 0 s getInt{FactorCaseData}[10] Time elapsed: 0.001 s getInt{FactorCaseData}[11] Time elapsed: 0 s getInt{FactorCaseData}[12] Time elapsed: 0.002 s getNum{FactorCaseData}[1] Time elapsed: 0 s getNum{FactorCaseData}[2] Time elapsed: 0 s getNum{FactorCaseData}[3] Time elapsed: 0 s getNum{FactorCaseData}[4] Time elapsed: 0 s getNum{FactorCaseData}[5] Time elapsed: 0 s getNum{FactorCaseData}[6] Time elapsed: 0 s getNum{FactorCaseData}[7] Time elapsed: 0 s getNum{FactorCaseData}[8] Time elapsed: 0.001 s getNum{FactorCaseData}[9] Time elapsed: 0 s getNum{FactorCaseData}[10] Time elapsed: 0 s getNum{FactorCaseData}[11] Time elapsed: 0 s getNum{FactorCaseData}[12] Time elapsed: 0.012 s getRaw{FactorCaseData}[1] Time elapsed: 0.001 s getRaw{FactorCaseData}[2] Time elapsed: 0 s getRaw{FactorCaseData}[3] Time elapsed: 0 s getRaw{FactorCaseData}[4] Time elapsed: 0 s getRaw{FactorCaseData}[5] Time elapsed: 0 s getRaw{FactorCaseData}[6] Time elapsed: 0 s getRaw{FactorCaseData}[7] Time elapsed: 0 s getRaw{FactorCaseData}[8] Time elapsed: 0 s getRaw{FactorCaseData}[9] Time elapsed: 0.001 s getRaw{FactorCaseData}[10] Time elapsed: 0 s getRaw{FactorCaseData}[11] Time elapsed: 0 s getRaw{FactorCaseData}[12] Time elapsed: 0.004 s toArray{FactorCaseData}[1] Time elapsed: 0 s toArray{FactorCaseData}[2] Time elapsed: 0 s toArray{FactorCaseData}[3] Time elapsed: 0 s toArray{FactorCaseData}[4] Time elapsed: 0.001 s toArray{FactorCaseData}[5] Time elapsed: 0 s toArray{FactorCaseData}[6] Time elapsed: 0 s toArray{FactorCaseData}[7] Time elapsed: 0 s toArray{FactorCaseData}[8] Time elapsed: 0 s toArray{FactorCaseData}[9] Time elapsed: 0 s toArray{FactorCaseData}[10] Time elapsed: 0 s toArray{FactorCaseData}[11] Time elapsed: 0 s toArray{FactorCaseData}[12] Time elapsed: 0.002 s length{FactorCaseData}[1] Time elapsed: 0 s length{FactorCaseData}[2] Time elapsed: 0 s length{FactorCaseData}[3] Time elapsed: 0 s length{FactorCaseData}[4] Time elapsed: 0 s length{FactorCaseData}[5] Time elapsed: 0 s length{FactorCaseData}[6] Time elapsed: 0 s length{FactorCaseData}[7] Time elapsed: 0 s length{FactorCaseData}[8] Time elapsed: 0 s length{FactorCaseData}[9] Time elapsed: 0 s length{FactorCaseData}[10] Time elapsed: 0 s length{FactorCaseData}[11] Time elapsed: 0 s length{FactorCaseData}[12] Time elapsed: 0 s getChar{FactorCaseData}[1] Time elapsed: 0.001 s getChar{FactorCaseData}[2] Time elapsed: 0 s getChar{FactorCaseData}[3] Time elapsed: 0 s getChar{FactorCaseData}[4] Time elapsed: 0.001 s getChar{FactorCaseData}[5] Time elapsed: 0 s getChar{FactorCaseData}[6] Time elapsed: 0.001 s getChar{FactorCaseData}[7] Time elapsed: 0.001 s getChar{FactorCaseData}[8] Time elapsed: 0 s getChar{FactorCaseData}[9] Time elapsed: 0 s getChar{FactorCaseData}[10] Time elapsed: 0.001 s getChar{FactorCaseData}[11] Time elapsed: 0 s getChar{FactorCaseData}[12] Time elapsed: 0.01 s getLogi{FactorCaseData}[1] Time elapsed: 0 s getLogi{FactorCaseData}[2] Time elapsed: 0 s getLogi{FactorCaseData}[3] Time elapsed: 0 s getLogi{FactorCaseData}[4] Time elapsed: 0 s getLogi{FactorCaseData}[5] Time elapsed: 0 s getLogi{FactorCaseData}[6] Time elapsed: 0 s getLogi{FactorCaseData}[7] Time elapsed: 0 s getLogi{FactorCaseData}[8] Time elapsed: 0 s getLogi{FactorCaseData}[9] Time elapsed: 0 s getLogi{FactorCaseData}[10] Time elapsed: 0 s getLogi{FactorCaseData}[11] Time elapsed: 0 s getLogi{FactorCaseData}[12] Time elapsed: 0.006 s get{FactorCaseData}[1] Time elapsed: 0 s get{FactorCaseData}[2] Time elapsed: 0.001 s get{FactorCaseData}[3] Time elapsed: 0 s get{FactorCaseData}[4] Time elapsed: 0 s get{FactorCaseData}[5] Time elapsed: 0 s get{FactorCaseData}[6] Time elapsed: 0 s get{FactorCaseData}[7] Time elapsed: 0 s get{FactorCaseData}[8] Time elapsed: 0 s get{FactorCaseData}[9] Time elapsed: 0 s get{FactorCaseData}[10] Time elapsed: 0 s get{FactorCaseData}[11] Time elapsed: 0 s get{FactorCaseData}[12] Time elapsed: 0.008 s isNA{FactorCaseData}[1] Time elapsed: 0 s isNA{FactorCaseData}[2] Time elapsed: 0.001 s isNA{FactorCaseData}[3] Time elapsed: 0 s isNA{FactorCaseData}[4] Time elapsed: 0 s isNA{FactorCaseData}[5] Time elapsed: 0.001 s isNA{FactorCaseData}[6] Time elapsed: 0 s isNA{FactorCaseData}[7] Time elapsed: 0 s isNA{FactorCaseData}[8] Time elapsed: 0 s isNA{FactorCaseData}[9] Time elapsed: 0 s isNA{FactorCaseData}[10] Time elapsed: 0.001 s isNA{FactorCaseData}[11] Time elapsed: 0 s isNA{FactorCaseData}[12] Time elapsed: 0.005 s isMissing{FactorCaseData}[1] Time elapsed: 0 s isMissing{FactorCaseData}[2] Time elapsed: 0.001 s isMissing{FactorCaseData}[3] Time elapsed: 0 s isMissing{FactorCaseData}[4] Time elapsed: 0 s isMissing{FactorCaseData}[5] Time elapsed: 0 s isMissing{FactorCaseData}[6] Time elapsed: 0 s isMissing{FactorCaseData}[7] Time elapsed: 0 s isMissing{FactorCaseData}[8] Time elapsed: 0 s isMissing{FactorCaseData}[9] Time elapsed: 0 s isMissing{FactorCaseData}[10] Time elapsed: 0 s isMissing{FactorCaseData}[11] Time elapsed: 0 s isMissing{FactorCaseData}[12] Time elapsed: 0.002 s getLevels{FactorCaseData}[1] Time elapsed: 0.001 s getLevels{FactorCaseData}[2] Time elapsed: 0 s getLevels{FactorCaseData}[3] Time elapsed: 0 s getLevels{FactorCaseData}[4] Time elapsed: 0.001 s getLevels{FactorCaseData}[5] Time elapsed: 0 s getLevels{FactorCaseData}[6] Time elapsed: 0 s getLevels{FactorCaseData}[7] Time elapsed: 0 s getLevels{FactorCaseData}[8] Time elapsed: 0 s getLevels{FactorCaseData}[9] Time elapsed: 0 s getLevels{FactorCaseData}[10] Time elapsed: 0 s getLevels{FactorCaseData}[11] Time elapsed: 0 s getLevels{FactorCaseData}[12] Time elapsed: 0 s writeExternal{FactorCaseData}[1] Time elapsed: 0 s writeExternal{FactorCaseData}[2] Time elapsed: 0 s writeExternal{FactorCaseData}[3] Time elapsed: 0 s writeExternal{FactorCaseData}[4] Time elapsed: 0 s writeExternal{FactorCaseData}[5] Time elapsed: 0 s writeExternal{FactorCaseData}[6] Time elapsed: 0 s writeExternal{FactorCaseData}[7] Time elapsed: 0 s writeExternal{FactorCaseData}[8] Time elapsed: 0 s writeExternal{FactorCaseData}[9] Time elapsed: 0 s writeExternal{FactorCaseData}[10] Time elapsed: 0 s writeExternal{FactorCaseData}[11] Time elapsed: 0 s writeExternal{FactorCaseData}[12] Time elapsed: 0.008 s getStoreType{FactorCaseData}[1] Time elapsed: 0 s getStoreType{FactorCaseData}[2] Time elapsed: 0 s getStoreType{FactorCaseData}[3] Time elapsed: 0 s getStoreType{FactorCaseData}[4] Time elapsed: 0 s getStoreType{FactorCaseData}[5] Time elapsed: 0 s getStoreType{FactorCaseData}[6] Time elapsed: 0 s getStoreType{FactorCaseData}[7] Time elapsed: 0 s getStoreType{FactorCaseData}[8] Time elapsed: 0 s getStoreType{FactorCaseData}[9] Time elapsed: 0 s getStoreType{FactorCaseData}[10] Time elapsed: 0 s getStoreType{FactorCaseData}[11] Time elapsed: 0 s getStoreType{FactorCaseData}[12] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[7] Time elapsed: 0.001 s getBaseVectorRClassName{FactorCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[10] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[11] Time elapsed: 0 s getBaseVectorRClassName{FactorCaseData}[12] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.statet.rj.data.impl.RIntegerFix64StoreTest getInt{IntCaseData}[1] Time elapsed: 0 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0 s getInt{IntCaseData}[9] Time elapsed: 0.003 s getNum{IntCaseData}[1] Time elapsed: 0.001 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0.001 s getNum{IntCaseData}[6] Time elapsed: 0 s getNum{IntCaseData}[7] Time elapsed: 0 s getNum{IntCaseData}[8] Time elapsed: 0.001 s getNum{IntCaseData}[9] Time elapsed: 0.002 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0.001 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0 s getRaw{IntCaseData}[5] Time elapsed: 0 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0 s getRaw{IntCaseData}[8] Time elapsed: 0 s getRaw{IntCaseData}[9] Time elapsed: 0.002 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.03 s length{IntCaseData}[1] Time elapsed: 0.001 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0 s getChar{IntCaseData}[9] Time elapsed: 0.009 s getLogi{IntCaseData}[1] Time elapsed: 0.001 s getLogi{IntCaseData}[2] Time elapsed: 0 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0.001 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0 s getLogi{IntCaseData}[9] Time elapsed: 0.001 s get{IntCaseData}[1] Time elapsed: 0 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0 s get{IntCaseData}[4] Time elapsed: 0.001 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.002 s isNA{IntCaseData}[1] Time elapsed: 0 s isNA{IntCaseData}[2] Time elapsed: 0 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.001 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.002 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0 s writeExternal{IntCaseData}[3] Time elapsed: 0.001 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0.001 s writeExternal{IntCaseData}[9] Time elapsed: 0.005 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0.001 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0.001 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRaw32StoreTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.statet.rj.data.impl.RRaw32StoreTest getInt{RawCaseData}[1] Time elapsed: 0 s getInt{RawCaseData}[2] Time elapsed: 0.001 s getInt{RawCaseData}[3] Time elapsed: 0 s getInt{RawCaseData}[4] Time elapsed: 0 s getInt{RawCaseData}[5] Time elapsed: 0.001 s getInt{RawCaseData}[6] Time elapsed: 0.002 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0.001 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.002 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0 s toArray{RawCaseData}[6] Time elapsed: 0.002 s length{RawCaseData}[1] Time elapsed: 0 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0 s getChar{RawCaseData}[1] Time elapsed: 0 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0 s getChar{RawCaseData}[6] Time elapsed: 0.01 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0.025 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.012 s get{RawCaseData}[1] Time elapsed: 0 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0.001 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0 s get{RawCaseData}[6] Time elapsed: 0.004 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0 s isNA{RawCaseData}[4] Time elapsed: 0 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.002 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0.001 s isMissing{RawCaseData}[1] Time elapsed: 0 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0 s isMissing{RawCaseData}[4] Time elapsed: 0 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.001 s writeExternal{RawCaseData}[1] Time elapsed: 0 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0.001 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.eclipse.statet.rj.data.impl.RNumericBFix64StoreTest getInt{NumCaseData}[1] Time elapsed: 0.002 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0 s getInt{NumCaseData}[6] Time elapsed: 0.001 s getInt{NumCaseData}[7] Time elapsed: 0 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.018 s getNum{NumCaseData}[1] Time elapsed: 0 s getNum{NumCaseData}[2] Time elapsed: 0.001 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0.001 s getNum{NumCaseData}[9] Time elapsed: 0.053 s getRaw{NumCaseData}[1] Time elapsed: 0.001 s getRaw{NumCaseData}[2] Time elapsed: 0 s getRaw{NumCaseData}[3] Time elapsed: 0.001 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0 s getRaw{NumCaseData}[9] Time elapsed: 0.001 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0.001 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0 s toArray{NumCaseData}[8] Time elapsed: 0 s toArray{NumCaseData}[9] Time elapsed: 0.008 s length{NumCaseData}[1] Time elapsed: 0.001 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0 s length{NumCaseData}[5] Time elapsed: 0 s length{NumCaseData}[6] Time elapsed: 0.001 s length{NumCaseData}[7] Time elapsed: 0 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0.006 s getChar{NumCaseData}[1] Time elapsed: 0.001 s getChar{NumCaseData}[2] Time elapsed: 0 s getChar{NumCaseData}[3] Time elapsed: 0 s getChar{NumCaseData}[4] Time elapsed: 0.001 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0.001 s getChar{NumCaseData}[7] Time elapsed: 0.001 s getChar{NumCaseData}[8] Time elapsed: 0.001 s getChar{NumCaseData}[9] Time elapsed: 0.169 s getCplx{NumCaseData}[1] Time elapsed: 0.001 s getCplx{NumCaseData}[2] Time elapsed: 0 s getCplx{NumCaseData}[3] Time elapsed: 0.001 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0.001 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0.001 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.02 s getLogi{NumCaseData}[1] Time elapsed: 0.001 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0 s getLogi{NumCaseData}[9] Time elapsed: 0.017 s get{NumCaseData}[1] Time elapsed: 0 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0 s get{NumCaseData}[4] Time elapsed: 0 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0.001 s get{NumCaseData}[8] Time elapsed: 0 s get{NumCaseData}[9] Time elapsed: 0.048 s isNA{NumCaseData}[1] Time elapsed: 0 s isNA{NumCaseData}[2] Time elapsed: 0 s isNA{NumCaseData}[3] Time elapsed: 0.001 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0 s isNA{NumCaseData}[6] Time elapsed: 0.001 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0.001 s isNA{NumCaseData}[9] Time elapsed: 0.003 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0 s isNaN{NumCaseData}[3] Time elapsed: 0.001 s isNaN{NumCaseData}[4] Time elapsed: 0 s isNaN{NumCaseData}[5] Time elapsed: 0.001 s isNaN{NumCaseData}[6] Time elapsed: 0.001 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0 s isNaN{NumCaseData}[9] Time elapsed: 0.015 s isMissing{NumCaseData}[1] Time elapsed: 0.001 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0.001 s isMissing{NumCaseData}[7] Time elapsed: 0 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.012 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0 s writeExternal{NumCaseData}[4] Time elapsed: 0 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0.001 s writeExternal{NumCaseData}[9] Time elapsed: 0.041 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0 s getStoreType{NumCaseData}[8] Time elapsed: 0 s getStoreType{NumCaseData}[9] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.statet.rj.data.impl.RRawFix64StoreReadTest getInt{RawCaseData}[1] Time elapsed: 0.003 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0 s getInt{RawCaseData}[4] Time elapsed: 0.001 s getInt{RawCaseData}[5] Time elapsed: 0 s getInt{RawCaseData}[6] Time elapsed: 0.014 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0 s getNum{RawCaseData}[3] Time elapsed: 0.001 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0.001 s getRaw{RawCaseData}[4] Time elapsed: 0.001 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.005 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0.001 s toArray{RawCaseData}[6] Time elapsed: 0.004 s length{RawCaseData}[1] Time elapsed: 0 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0 s getChar{RawCaseData}[1] Time elapsed: 0.001 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0.001 s getChar{RawCaseData}[5] Time elapsed: 0 s getChar{RawCaseData}[6] Time elapsed: 0.014 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0.001 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0.001 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.007 s get{RawCaseData}[1] Time elapsed: 0 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0.001 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0 s get{RawCaseData}[6] Time elapsed: 0.006 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0 s isNA{RawCaseData}[4] Time elapsed: 0.001 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.002 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0.001 s toRawArray{RawCaseData}[6] Time elapsed: 0.001 s isMissing{RawCaseData}[1] Time elapsed: 0.015 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0 s isMissing{RawCaseData}[4] Time elapsed: 0.001 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.003 s writeExternal{RawCaseData}[1] Time elapsed: 0.001 s writeExternal{RawCaseData}[2] Time elapsed: 0 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0.001 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0.001 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in org.eclipse.statet.rj.data.impl.RComplexB32StoreReadTest getInt{CplxCaseData}[1] Time elapsed: 0.001 s getInt{CplxCaseData}[2] Time elapsed: 0 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0 s getInt{CplxCaseData}[5] Time elapsed: 0.001 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.006 s getNum{CplxCaseData}[1] Time elapsed: 0.001 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0.001 s getNum{CplxCaseData}[4] Time elapsed: 0 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0.001 s getNum{CplxCaseData}[7] Time elapsed: 0 s getRaw{CplxCaseData}[1] Time elapsed: 0 s getRaw{CplxCaseData}[2] Time elapsed: 0.001 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0.001 s toArray{CplxCaseData}[1] Time elapsed: 0 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0 s toArray{CplxCaseData}[5] Time elapsed: 0.001 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.005 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0 s length{CplxCaseData}[3] Time elapsed: 0.001 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0 s length{CplxCaseData}[7] Time elapsed: 0.001 s getChar{CplxCaseData}[1] Time elapsed: 0.001 s getChar{CplxCaseData}[2] Time elapsed: 0.001 s getChar{CplxCaseData}[3] Time elapsed: 0 s getChar{CplxCaseData}[4] Time elapsed: 0.001 s getChar{CplxCaseData}[5] Time elapsed: 0 s getChar{CplxCaseData}[6] Time elapsed: 0.001 s getChar{CplxCaseData}[7] Time elapsed: 0.219 s getCplx{CplxCaseData}[1] Time elapsed: 0 s getCplx{CplxCaseData}[2] Time elapsed: 0.001 s getCplx{CplxCaseData}[3] Time elapsed: 0 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0 s getCplx{CplxCaseData}[6] Time elapsed: 0 s getCplx{CplxCaseData}[7] Time elapsed: 0.029 s getLogi{CplxCaseData}[1] Time elapsed: 0 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0 s getLogi{CplxCaseData}[5] Time elapsed: 0 s getLogi{CplxCaseData}[6] Time elapsed: 0 s getLogi{CplxCaseData}[7] Time elapsed: 0.001 s get{CplxCaseData}[1] Time elapsed: 0 s get{CplxCaseData}[2] Time elapsed: 0 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0 s get{CplxCaseData}[5] Time elapsed: 0 s get{CplxCaseData}[6] Time elapsed: 0.001 s get{CplxCaseData}[7] Time elapsed: 0.021 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0.001 s isNA{CplxCaseData}[3] Time elapsed: 0 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.003 s isNaN{CplxCaseData}[1] Time elapsed: 0.001 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0 s isNaN{CplxCaseData}[4] Time elapsed: 0 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0.001 s isNaN{CplxCaseData}[7] Time elapsed: 0.013 s isMissing{CplxCaseData}[1] Time elapsed: 0 s isMissing{CplxCaseData}[2] Time elapsed: 0 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0 s isMissing{CplxCaseData}[6] Time elapsed: 0 s isMissing{CplxCaseData}[7] Time elapsed: 0.018 s writeExternal{CplxCaseData}[1] Time elapsed: 0.001 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.002 s getStoreType{CplxCaseData}[1] Time elapsed: 0 s getStoreType{CplxCaseData}[2] Time elapsed: 0.001 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0.001 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0.027 s Running org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.statet.rj.data.impl.RLogicalInt32StoreReadTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0.001 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0.001 s getInt{LogiCaseData}[6] Time elapsed: 0.013 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0 s getRaw{LogiCaseData}[6] Time elapsed: 0.003 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.003 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0.001 s getChar{LogiCaseData}[1] Time elapsed: 0.001 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0.001 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.003 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0 s getLogi{LogiCaseData}[5] Time elapsed: 0.001 s getLogi{LogiCaseData}[6] Time elapsed: 0.003 s get{LogiCaseData}[1] Time elapsed: 0 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0.001 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.003 s isNA{LogiCaseData}[1] Time elapsed: 0.001 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0.001 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0.001 s isMissing{LogiCaseData}[6] Time elapsed: 0.002 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0.003 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0.001 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0.001 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest Tests run: 135, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.statet.rj.data.impl.RNumericBFix64StoreReadTest getInt{NumCaseData}[1] Time elapsed: 0.001 s getInt{NumCaseData}[2] Time elapsed: 0 s getInt{NumCaseData}[3] Time elapsed: 0 s getInt{NumCaseData}[4] Time elapsed: 0 s getInt{NumCaseData}[5] Time elapsed: 0.001 s getInt{NumCaseData}[6] Time elapsed: 0 s getInt{NumCaseData}[7] Time elapsed: 0 s getInt{NumCaseData}[8] Time elapsed: 0 s getInt{NumCaseData}[9] Time elapsed: 0.007 s getNum{NumCaseData}[1] Time elapsed: 0.001 s getNum{NumCaseData}[2] Time elapsed: 0 s getNum{NumCaseData}[3] Time elapsed: 0 s getNum{NumCaseData}[4] Time elapsed: 0 s getNum{NumCaseData}[5] Time elapsed: 0 s getNum{NumCaseData}[6] Time elapsed: 0 s getNum{NumCaseData}[7] Time elapsed: 0 s getNum{NumCaseData}[8] Time elapsed: 0 s getNum{NumCaseData}[9] Time elapsed: 0.001 s getRaw{NumCaseData}[1] Time elapsed: 0.001 s getRaw{NumCaseData}[2] Time elapsed: 0 s getRaw{NumCaseData}[3] Time elapsed: 0 s getRaw{NumCaseData}[4] Time elapsed: 0 s getRaw{NumCaseData}[5] Time elapsed: 0.018 s getRaw{NumCaseData}[6] Time elapsed: 0 s getRaw{NumCaseData}[7] Time elapsed: 0 s getRaw{NumCaseData}[8] Time elapsed: 0 s getRaw{NumCaseData}[9] Time elapsed: 0.001 s toArray{NumCaseData}[1] Time elapsed: 0 s toArray{NumCaseData}[2] Time elapsed: 0 s toArray{NumCaseData}[3] Time elapsed: 0 s toArray{NumCaseData}[4] Time elapsed: 0 s toArray{NumCaseData}[5] Time elapsed: 0 s toArray{NumCaseData}[6] Time elapsed: 0 s toArray{NumCaseData}[7] Time elapsed: 0.001 s toArray{NumCaseData}[8] Time elapsed: 0 s toArray{NumCaseData}[9] Time elapsed: 0.002 s length{NumCaseData}[1] Time elapsed: 0 s length{NumCaseData}[2] Time elapsed: 0 s length{NumCaseData}[3] Time elapsed: 0 s length{NumCaseData}[4] Time elapsed: 0.001 s length{NumCaseData}[5] Time elapsed: 0 s length{NumCaseData}[6] Time elapsed: 0 s length{NumCaseData}[7] Time elapsed: 0 s length{NumCaseData}[8] Time elapsed: 0 s length{NumCaseData}[9] Time elapsed: 0.001 s getChar{NumCaseData}[1] Time elapsed: 0 s getChar{NumCaseData}[2] Time elapsed: 0.001 s getChar{NumCaseData}[3] Time elapsed: 0 s getChar{NumCaseData}[4] Time elapsed: 0 s getChar{NumCaseData}[5] Time elapsed: 0 s getChar{NumCaseData}[6] Time elapsed: 0.001 s getChar{NumCaseData}[7] Time elapsed: 0 s getChar{NumCaseData}[8] Time elapsed: 0 s getChar{NumCaseData}[9] Time elapsed: 0.115 s getCplx{NumCaseData}[1] Time elapsed: 0 s getCplx{NumCaseData}[2] Time elapsed: 0.001 s getCplx{NumCaseData}[3] Time elapsed: 0 s getCplx{NumCaseData}[4] Time elapsed: 0 s getCplx{NumCaseData}[5] Time elapsed: 0 s getCplx{NumCaseData}[6] Time elapsed: 0 s getCplx{NumCaseData}[7] Time elapsed: 0 s getCplx{NumCaseData}[8] Time elapsed: 0 s getCplx{NumCaseData}[9] Time elapsed: 0.007 s getLogi{NumCaseData}[1] Time elapsed: 0 s getLogi{NumCaseData}[2] Time elapsed: 0 s getLogi{NumCaseData}[3] Time elapsed: 0 s getLogi{NumCaseData}[4] Time elapsed: 0 s getLogi{NumCaseData}[5] Time elapsed: 0 s getLogi{NumCaseData}[6] Time elapsed: 0 s getLogi{NumCaseData}[7] Time elapsed: 0 s getLogi{NumCaseData}[8] Time elapsed: 0.001 s getLogi{NumCaseData}[9] Time elapsed: 0.001 s get{NumCaseData}[1] Time elapsed: 0 s get{NumCaseData}[2] Time elapsed: 0 s get{NumCaseData}[3] Time elapsed: 0 s get{NumCaseData}[4] Time elapsed: 0 s get{NumCaseData}[5] Time elapsed: 0 s get{NumCaseData}[6] Time elapsed: 0 s get{NumCaseData}[7] Time elapsed: 0 s get{NumCaseData}[8] Time elapsed: 0.001 s get{NumCaseData}[9] Time elapsed: 0.012 s isNA{NumCaseData}[1] Time elapsed: 0 s isNA{NumCaseData}[2] Time elapsed: 0 s isNA{NumCaseData}[3] Time elapsed: 0 s isNA{NumCaseData}[4] Time elapsed: 0 s isNA{NumCaseData}[5] Time elapsed: 0 s isNA{NumCaseData}[6] Time elapsed: 0 s isNA{NumCaseData}[7] Time elapsed: 0 s isNA{NumCaseData}[8] Time elapsed: 0 s isNA{NumCaseData}[9] Time elapsed: 0.001 s isNaN{NumCaseData}[1] Time elapsed: 0 s isNaN{NumCaseData}[2] Time elapsed: 0 s isNaN{NumCaseData}[3] Time elapsed: 0 s isNaN{NumCaseData}[4] Time elapsed: 0.001 s isNaN{NumCaseData}[5] Time elapsed: 0 s isNaN{NumCaseData}[6] Time elapsed: 0 s isNaN{NumCaseData}[7] Time elapsed: 0 s isNaN{NumCaseData}[8] Time elapsed: 0.001 s isNaN{NumCaseData}[9] Time elapsed: 0.021 s isMissing{NumCaseData}[1] Time elapsed: 0 s isMissing{NumCaseData}[2] Time elapsed: 0 s isMissing{NumCaseData}[3] Time elapsed: 0 s isMissing{NumCaseData}[4] Time elapsed: 0 s isMissing{NumCaseData}[5] Time elapsed: 0 s isMissing{NumCaseData}[6] Time elapsed: 0 s isMissing{NumCaseData}[7] Time elapsed: 0.001 s isMissing{NumCaseData}[8] Time elapsed: 0 s isMissing{NumCaseData}[9] Time elapsed: 0.032 s writeExternal{NumCaseData}[1] Time elapsed: 0 s writeExternal{NumCaseData}[2] Time elapsed: 0 s writeExternal{NumCaseData}[3] Time elapsed: 0 s writeExternal{NumCaseData}[4] Time elapsed: 0.001 s writeExternal{NumCaseData}[5] Time elapsed: 0 s writeExternal{NumCaseData}[6] Time elapsed: 0 s writeExternal{NumCaseData}[7] Time elapsed: 0 s writeExternal{NumCaseData}[8] Time elapsed: 0.001 s writeExternal{NumCaseData}[9] Time elapsed: 0.005 s getStoreType{NumCaseData}[1] Time elapsed: 0 s getStoreType{NumCaseData}[2] Time elapsed: 0 s getStoreType{NumCaseData}[3] Time elapsed: 0 s getStoreType{NumCaseData}[4] Time elapsed: 0 s getStoreType{NumCaseData}[5] Time elapsed: 0 s getStoreType{NumCaseData}[6] Time elapsed: 0 s getStoreType{NumCaseData}[7] Time elapsed: 0 s getStoreType{NumCaseData}[8] Time elapsed: 0 s getStoreType{NumCaseData}[9] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[1] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[3] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[5] Time elapsed: 0.001 s getBaseVectorRClassName{NumCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{NumCaseData}[9] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RRawFix64StoreTest Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.statet.rj.data.impl.RRawFix64StoreTest getInt{RawCaseData}[1] Time elapsed: 0 s getInt{RawCaseData}[2] Time elapsed: 0 s getInt{RawCaseData}[3] Time elapsed: 0 s getInt{RawCaseData}[4] Time elapsed: 0 s getInt{RawCaseData}[5] Time elapsed: 0 s getInt{RawCaseData}[6] Time elapsed: 0.001 s getNum{RawCaseData}[1] Time elapsed: 0 s getNum{RawCaseData}[2] Time elapsed: 0 s getNum{RawCaseData}[3] Time elapsed: 0 s getNum{RawCaseData}[4] Time elapsed: 0 s getNum{RawCaseData}[5] Time elapsed: 0 s getNum{RawCaseData}[6] Time elapsed: 0 s getRaw{RawCaseData}[1] Time elapsed: 0 s getRaw{RawCaseData}[2] Time elapsed: 0 s getRaw{RawCaseData}[3] Time elapsed: 0 s getRaw{RawCaseData}[4] Time elapsed: 0 s getRaw{RawCaseData}[5] Time elapsed: 0 s getRaw{RawCaseData}[6] Time elapsed: 0.001 s toArray{RawCaseData}[1] Time elapsed: 0 s toArray{RawCaseData}[2] Time elapsed: 0 s toArray{RawCaseData}[3] Time elapsed: 0 s toArray{RawCaseData}[4] Time elapsed: 0 s toArray{RawCaseData}[5] Time elapsed: 0.001 s toArray{RawCaseData}[6] Time elapsed: 0.001 s length{RawCaseData}[1] Time elapsed: 0.001 s length{RawCaseData}[2] Time elapsed: 0 s length{RawCaseData}[3] Time elapsed: 0 s length{RawCaseData}[4] Time elapsed: 0 s length{RawCaseData}[5] Time elapsed: 0 s length{RawCaseData}[6] Time elapsed: 0.001 s getChar{RawCaseData}[1] Time elapsed: 0 s getChar{RawCaseData}[2] Time elapsed: 0 s getChar{RawCaseData}[3] Time elapsed: 0 s getChar{RawCaseData}[4] Time elapsed: 0 s getChar{RawCaseData}[5] Time elapsed: 0 s getChar{RawCaseData}[6] Time elapsed: 0.005 s getLogi{RawCaseData}[1] Time elapsed: 0 s getLogi{RawCaseData}[2] Time elapsed: 0 s getLogi{RawCaseData}[3] Time elapsed: 0 s getLogi{RawCaseData}[4] Time elapsed: 0 s getLogi{RawCaseData}[5] Time elapsed: 0 s getLogi{RawCaseData}[6] Time elapsed: 0.002 s get{RawCaseData}[1] Time elapsed: 0.001 s get{RawCaseData}[2] Time elapsed: 0 s get{RawCaseData}[3] Time elapsed: 0 s get{RawCaseData}[4] Time elapsed: 0 s get{RawCaseData}[5] Time elapsed: 0.001 s get{RawCaseData}[6] Time elapsed: 0.001 s isNA{RawCaseData}[1] Time elapsed: 0 s isNA{RawCaseData}[2] Time elapsed: 0 s isNA{RawCaseData}[3] Time elapsed: 0 s isNA{RawCaseData}[4] Time elapsed: 0 s isNA{RawCaseData}[5] Time elapsed: 0 s isNA{RawCaseData}[6] Time elapsed: 0.001 s toRawArray{RawCaseData}[1] Time elapsed: 0 s toRawArray{RawCaseData}[2] Time elapsed: 0 s toRawArray{RawCaseData}[3] Time elapsed: 0 s toRawArray{RawCaseData}[4] Time elapsed: 0 s toRawArray{RawCaseData}[5] Time elapsed: 0 s toRawArray{RawCaseData}[6] Time elapsed: 0 s isMissing{RawCaseData}[1] Time elapsed: 0 s isMissing{RawCaseData}[2] Time elapsed: 0 s isMissing{RawCaseData}[3] Time elapsed: 0 s isMissing{RawCaseData}[4] Time elapsed: 0.001 s isMissing{RawCaseData}[5] Time elapsed: 0 s isMissing{RawCaseData}[6] Time elapsed: 0.001 s writeExternal{RawCaseData}[1] Time elapsed: 0 s writeExternal{RawCaseData}[2] Time elapsed: 0.001 s writeExternal{RawCaseData}[3] Time elapsed: 0 s writeExternal{RawCaseData}[4] Time elapsed: 0 s writeExternal{RawCaseData}[5] Time elapsed: 0 s writeExternal{RawCaseData}[6] Time elapsed: 0 s getStoreType{RawCaseData}[1] Time elapsed: 0 s getStoreType{RawCaseData}[2] Time elapsed: 0 s getStoreType{RawCaseData}[3] Time elapsed: 0 s getStoreType{RawCaseData}[4] Time elapsed: 0 s getStoreType{RawCaseData}[5] Time elapsed: 0 s getStoreType{RawCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{RawCaseData}[6] Time elapsed: 0.008 s Running org.eclipse.statet.rj.data.impl.RInteger32StoreTest Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.statet.rj.data.impl.RInteger32StoreTest getInt{IntCaseData}[1] Time elapsed: 0.001 s getInt{IntCaseData}[2] Time elapsed: 0 s getInt{IntCaseData}[3] Time elapsed: 0 s getInt{IntCaseData}[4] Time elapsed: 0 s getInt{IntCaseData}[5] Time elapsed: 0 s getInt{IntCaseData}[6] Time elapsed: 0 s getInt{IntCaseData}[7] Time elapsed: 0 s getInt{IntCaseData}[8] Time elapsed: 0 s getInt{IntCaseData}[9] Time elapsed: 0.001 s getNum{IntCaseData}[1] Time elapsed: 0 s getNum{IntCaseData}[2] Time elapsed: 0 s getNum{IntCaseData}[3] Time elapsed: 0.001 s getNum{IntCaseData}[4] Time elapsed: 0 s getNum{IntCaseData}[5] Time elapsed: 0 s getNum{IntCaseData}[6] Time elapsed: 0 s getNum{IntCaseData}[7] Time elapsed: 0 s getNum{IntCaseData}[8] Time elapsed: 0 s getNum{IntCaseData}[9] Time elapsed: 0.009 s getRaw{IntCaseData}[1] Time elapsed: 0 s getRaw{IntCaseData}[2] Time elapsed: 0 s getRaw{IntCaseData}[3] Time elapsed: 0 s getRaw{IntCaseData}[4] Time elapsed: 0.001 s getRaw{IntCaseData}[5] Time elapsed: 0 s getRaw{IntCaseData}[6] Time elapsed: 0 s getRaw{IntCaseData}[7] Time elapsed: 0 s getRaw{IntCaseData}[8] Time elapsed: 0.001 s getRaw{IntCaseData}[9] Time elapsed: 0.004 s toArray{IntCaseData}[1] Time elapsed: 0 s toArray{IntCaseData}[2] Time elapsed: 0.001 s toArray{IntCaseData}[3] Time elapsed: 0 s toArray{IntCaseData}[4] Time elapsed: 0 s toArray{IntCaseData}[5] Time elapsed: 0 s toArray{IntCaseData}[6] Time elapsed: 0 s toArray{IntCaseData}[7] Time elapsed: 0.001 s toArray{IntCaseData}[8] Time elapsed: 0 s toArray{IntCaseData}[9] Time elapsed: 0.003 s length{IntCaseData}[1] Time elapsed: 0 s length{IntCaseData}[2] Time elapsed: 0 s length{IntCaseData}[3] Time elapsed: 0 s length{IntCaseData}[4] Time elapsed: 0 s length{IntCaseData}[5] Time elapsed: 0 s length{IntCaseData}[6] Time elapsed: 0 s length{IntCaseData}[7] Time elapsed: 0 s length{IntCaseData}[8] Time elapsed: 0 s length{IntCaseData}[9] Time elapsed: 0 s getChar{IntCaseData}[1] Time elapsed: 0 s getChar{IntCaseData}[2] Time elapsed: 0 s getChar{IntCaseData}[3] Time elapsed: 0 s getChar{IntCaseData}[4] Time elapsed: 0.001 s getChar{IntCaseData}[5] Time elapsed: 0 s getChar{IntCaseData}[6] Time elapsed: 0 s getChar{IntCaseData}[7] Time elapsed: 0 s getChar{IntCaseData}[8] Time elapsed: 0.001 s getChar{IntCaseData}[9] Time elapsed: 0.016 s getLogi{IntCaseData}[1] Time elapsed: 0 s getLogi{IntCaseData}[2] Time elapsed: 0.001 s getLogi{IntCaseData}[3] Time elapsed: 0 s getLogi{IntCaseData}[4] Time elapsed: 0 s getLogi{IntCaseData}[5] Time elapsed: 0 s getLogi{IntCaseData}[6] Time elapsed: 0 s getLogi{IntCaseData}[7] Time elapsed: 0 s getLogi{IntCaseData}[8] Time elapsed: 0 s getLogi{IntCaseData}[9] Time elapsed: 0.007 s get{IntCaseData}[1] Time elapsed: 0 s get{IntCaseData}[2] Time elapsed: 0 s get{IntCaseData}[3] Time elapsed: 0.001 s get{IntCaseData}[4] Time elapsed: 0 s get{IntCaseData}[5] Time elapsed: 0 s get{IntCaseData}[6] Time elapsed: 0 s get{IntCaseData}[7] Time elapsed: 0.001 s get{IntCaseData}[8] Time elapsed: 0 s get{IntCaseData}[9] Time elapsed: 0.027 s isNA{IntCaseData}[1] Time elapsed: 0 s isNA{IntCaseData}[2] Time elapsed: 0 s isNA{IntCaseData}[3] Time elapsed: 0 s isNA{IntCaseData}[4] Time elapsed: 0 s isNA{IntCaseData}[5] Time elapsed: 0 s isNA{IntCaseData}[6] Time elapsed: 0 s isNA{IntCaseData}[7] Time elapsed: 0.001 s isNA{IntCaseData}[8] Time elapsed: 0 s isNA{IntCaseData}[9] Time elapsed: 0.001 s isMissing{IntCaseData}[1] Time elapsed: 0 s isMissing{IntCaseData}[2] Time elapsed: 0 s isMissing{IntCaseData}[3] Time elapsed: 0 s isMissing{IntCaseData}[4] Time elapsed: 0 s isMissing{IntCaseData}[5] Time elapsed: 0 s isMissing{IntCaseData}[6] Time elapsed: 0 s isMissing{IntCaseData}[7] Time elapsed: 0.001 s isMissing{IntCaseData}[8] Time elapsed: 0 s isMissing{IntCaseData}[9] Time elapsed: 0.001 s writeExternal{IntCaseData}[1] Time elapsed: 0 s writeExternal{IntCaseData}[2] Time elapsed: 0 s writeExternal{IntCaseData}[3] Time elapsed: 0 s writeExternal{IntCaseData}[4] Time elapsed: 0 s writeExternal{IntCaseData}[5] Time elapsed: 0 s writeExternal{IntCaseData}[6] Time elapsed: 0 s writeExternal{IntCaseData}[7] Time elapsed: 0 s writeExternal{IntCaseData}[8] Time elapsed: 0 s writeExternal{IntCaseData}[9] Time elapsed: 0.008 s getStoreType{IntCaseData}[1] Time elapsed: 0 s getStoreType{IntCaseData}[2] Time elapsed: 0 s getStoreType{IntCaseData}[3] Time elapsed: 0 s getStoreType{IntCaseData}[4] Time elapsed: 0 s getStoreType{IntCaseData}[5] Time elapsed: 0 s getStoreType{IntCaseData}[6] Time elapsed: 0 s getStoreType{IntCaseData}[7] Time elapsed: 0 s getStoreType{IntCaseData}[8] Time elapsed: 0 s getStoreType{IntCaseData}[9] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[8] Time elapsed: 0 s getBaseVectorRClassName{IntCaseData}[9] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.814 s - in org.eclipse.statet.rj.data.impl.RCharacter32Utf8StoreTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0.001 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0.001 s getInt{CharCaseData}[7] Time elapsed: 0.01 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.005 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0.001 s getRaw{CharCaseData}[4] Time elapsed: 0 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0.001 s getRaw{CharCaseData}[7] Time elapsed: 0.012 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0.001 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.038 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.004 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0.001 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.004 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.013 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0.001 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0.001 s getLogi{CharCaseData}[7] Time elapsed: 1.972 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0.001 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.015 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.006 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.005 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.025 s indexOfChar{CharCaseData}[1] Time elapsed: 0.001 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0.001 s indexOfChar{CharCaseData}[6] Time elapsed: 0 s indexOfChar{CharCaseData}[7] Time elapsed: 1.665 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0.001 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0.003 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0.004 s Running org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.statet.rj.data.impl.RLogicalByte32StoreTest getInt{LogiCaseData}[1] Time elapsed: 0.001 s getInt{LogiCaseData}[2] Time elapsed: 0 s getInt{LogiCaseData}[3] Time elapsed: 0 s getInt{LogiCaseData}[4] Time elapsed: 0 s getInt{LogiCaseData}[5] Time elapsed: 0 s getInt{LogiCaseData}[6] Time elapsed: 0.002 s getNum{LogiCaseData}[1] Time elapsed: 0 s getNum{LogiCaseData}[2] Time elapsed: 0 s getNum{LogiCaseData}[3] Time elapsed: 0 s getNum{LogiCaseData}[4] Time elapsed: 0 s getNum{LogiCaseData}[5] Time elapsed: 0 s getNum{LogiCaseData}[6] Time elapsed: 0 s getRaw{LogiCaseData}[1] Time elapsed: 0 s getRaw{LogiCaseData}[2] Time elapsed: 0.001 s getRaw{LogiCaseData}[3] Time elapsed: 0 s getRaw{LogiCaseData}[4] Time elapsed: 0 s getRaw{LogiCaseData}[5] Time elapsed: 0.001 s getRaw{LogiCaseData}[6] Time elapsed: 0.002 s toArray{LogiCaseData}[1] Time elapsed: 0 s toArray{LogiCaseData}[2] Time elapsed: 0 s toArray{LogiCaseData}[3] Time elapsed: 0 s toArray{LogiCaseData}[4] Time elapsed: 0 s toArray{LogiCaseData}[5] Time elapsed: 0 s toArray{LogiCaseData}[6] Time elapsed: 0.002 s length{LogiCaseData}[1] Time elapsed: 0 s length{LogiCaseData}[2] Time elapsed: 0 s length{LogiCaseData}[3] Time elapsed: 0 s length{LogiCaseData}[4] Time elapsed: 0 s length{LogiCaseData}[5] Time elapsed: 0 s length{LogiCaseData}[6] Time elapsed: 0 s getChar{LogiCaseData}[1] Time elapsed: 0.001 s getChar{LogiCaseData}[2] Time elapsed: 0 s getChar{LogiCaseData}[3] Time elapsed: 0 s getChar{LogiCaseData}[4] Time elapsed: 0 s getChar{LogiCaseData}[5] Time elapsed: 0 s getChar{LogiCaseData}[6] Time elapsed: 0.001 s getLogi{LogiCaseData}[1] Time elapsed: 0 s getLogi{LogiCaseData}[2] Time elapsed: 0 s getLogi{LogiCaseData}[3] Time elapsed: 0 s getLogi{LogiCaseData}[4] Time elapsed: 0.001 s getLogi{LogiCaseData}[5] Time elapsed: 0 s getLogi{LogiCaseData}[6] Time elapsed: 0.001 s get{LogiCaseData}[1] Time elapsed: 0.001 s get{LogiCaseData}[2] Time elapsed: 0 s get{LogiCaseData}[3] Time elapsed: 0 s get{LogiCaseData}[4] Time elapsed: 0 s get{LogiCaseData}[5] Time elapsed: 0 s get{LogiCaseData}[6] Time elapsed: 0.003 s isNA{LogiCaseData}[1] Time elapsed: 0 s isNA{LogiCaseData}[2] Time elapsed: 0 s isNA{LogiCaseData}[3] Time elapsed: 0 s isNA{LogiCaseData}[4] Time elapsed: 0 s isNA{LogiCaseData}[5] Time elapsed: 0 s isNA{LogiCaseData}[6] Time elapsed: 0.002 s isMissing{LogiCaseData}[1] Time elapsed: 0 s isMissing{LogiCaseData}[2] Time elapsed: 0 s isMissing{LogiCaseData}[3] Time elapsed: 0.001 s isMissing{LogiCaseData}[4] Time elapsed: 0 s isMissing{LogiCaseData}[5] Time elapsed: 0 s isMissing{LogiCaseData}[6] Time elapsed: 0.002 s writeExternal{LogiCaseData}[1] Time elapsed: 0 s writeExternal{LogiCaseData}[2] Time elapsed: 0 s writeExternal{LogiCaseData}[3] Time elapsed: 0 s writeExternal{LogiCaseData}[4] Time elapsed: 0.001 s writeExternal{LogiCaseData}[5] Time elapsed: 0 s writeExternal{LogiCaseData}[6] Time elapsed: 0 s getStoreType{LogiCaseData}[1] Time elapsed: 0 s getStoreType{LogiCaseData}[2] Time elapsed: 0 s getStoreType{LogiCaseData}[3] Time elapsed: 0 s getStoreType{LogiCaseData}[4] Time elapsed: 0 s getStoreType{LogiCaseData}[5] Time elapsed: 0 s getStoreType{LogiCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{LogiCaseData}[6] Time elapsed: 0.001 s Running org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.685 s - in org.eclipse.statet.rj.data.impl.RCharacterFix64StoreTest getInt{CharCaseData}[1] Time elapsed: 0 s getInt{CharCaseData}[2] Time elapsed: 0.001 s getInt{CharCaseData}[3] Time elapsed: 0 s getInt{CharCaseData}[4] Time elapsed: 0 s getInt{CharCaseData}[5] Time elapsed: 0 s getInt{CharCaseData}[6] Time elapsed: 0.001 s getInt{CharCaseData}[7] Time elapsed: 0.001 s getNum{CharCaseData}[1] Time elapsed: 0 s getNum{CharCaseData}[2] Time elapsed: 0 s getNum{CharCaseData}[3] Time elapsed: 0 s getNum{CharCaseData}[4] Time elapsed: 0 s getNum{CharCaseData}[5] Time elapsed: 0 s getNum{CharCaseData}[6] Time elapsed: 0 s getNum{CharCaseData}[7] Time elapsed: 0.001 s getRaw{CharCaseData}[1] Time elapsed: 0 s getRaw{CharCaseData}[2] Time elapsed: 0 s getRaw{CharCaseData}[3] Time elapsed: 0 s getRaw{CharCaseData}[4] Time elapsed: 0.001 s getRaw{CharCaseData}[5] Time elapsed: 0 s getRaw{CharCaseData}[6] Time elapsed: 0 s getRaw{CharCaseData}[7] Time elapsed: 0.001 s toArray{CharCaseData}[1] Time elapsed: 0 s toArray{CharCaseData}[2] Time elapsed: 0 s toArray{CharCaseData}[3] Time elapsed: 0.001 s toArray{CharCaseData}[4] Time elapsed: 0 s toArray{CharCaseData}[5] Time elapsed: 0 s toArray{CharCaseData}[6] Time elapsed: 0 s toArray{CharCaseData}[7] Time elapsed: 0.002 s length{CharCaseData}[1] Time elapsed: 0 s length{CharCaseData}[2] Time elapsed: 0.001 s length{CharCaseData}[3] Time elapsed: 0 s length{CharCaseData}[4] Time elapsed: 0 s length{CharCaseData}[5] Time elapsed: 0 s length{CharCaseData}[6] Time elapsed: 0 s length{CharCaseData}[7] Time elapsed: 0.001 s indexOfNA{CharCaseData}[1] Time elapsed: 0 s indexOfNA{CharCaseData}[2] Time elapsed: 0 s indexOfNA{CharCaseData}[3] Time elapsed: 0 s indexOfNA{CharCaseData}[4] Time elapsed: 0 s indexOfNA{CharCaseData}[5] Time elapsed: 0 s indexOfNA{CharCaseData}[6] Time elapsed: 0 s indexOfNA{CharCaseData}[7] Time elapsed: 0.001 s getChar{CharCaseData}[1] Time elapsed: 0 s getChar{CharCaseData}[2] Time elapsed: 0 s getChar{CharCaseData}[3] Time elapsed: 0 s getChar{CharCaseData}[4] Time elapsed: 0 s getChar{CharCaseData}[5] Time elapsed: 0 s getChar{CharCaseData}[6] Time elapsed: 0 s getChar{CharCaseData}[7] Time elapsed: 0.004 s getLogi{CharCaseData}[1] Time elapsed: 0 s getLogi{CharCaseData}[2] Time elapsed: 0 s getLogi{CharCaseData}[3] Time elapsed: 0 s getLogi{CharCaseData}[4] Time elapsed: 0 s getLogi{CharCaseData}[5] Time elapsed: 0 s getLogi{CharCaseData}[6] Time elapsed: 0 s getLogi{CharCaseData}[7] Time elapsed: 2.009 s get{CharCaseData}[1] Time elapsed: 0 s get{CharCaseData}[2] Time elapsed: 0 s get{CharCaseData}[3] Time elapsed: 0 s get{CharCaseData}[4] Time elapsed: 0 s get{CharCaseData}[5] Time elapsed: 0 s get{CharCaseData}[6] Time elapsed: 0 s get{CharCaseData}[7] Time elapsed: 0.008 s isNA{CharCaseData}[1] Time elapsed: 0 s isNA{CharCaseData}[2] Time elapsed: 0 s isNA{CharCaseData}[3] Time elapsed: 0 s isNA{CharCaseData}[4] Time elapsed: 0 s isNA{CharCaseData}[5] Time elapsed: 0.001 s isNA{CharCaseData}[6] Time elapsed: 0 s isNA{CharCaseData}[7] Time elapsed: 0.001 s isMissing{CharCaseData}[1] Time elapsed: 0 s isMissing{CharCaseData}[2] Time elapsed: 0 s isMissing{CharCaseData}[3] Time elapsed: 0 s isMissing{CharCaseData}[4] Time elapsed: 0.001 s isMissing{CharCaseData}[5] Time elapsed: 0 s isMissing{CharCaseData}[6] Time elapsed: 0 s isMissing{CharCaseData}[7] Time elapsed: 0.002 s writeExternal{CharCaseData}[1] Time elapsed: 0 s writeExternal{CharCaseData}[2] Time elapsed: 0.001 s writeExternal{CharCaseData}[3] Time elapsed: 0 s writeExternal{CharCaseData}[4] Time elapsed: 0 s writeExternal{CharCaseData}[5] Time elapsed: 0 s writeExternal{CharCaseData}[6] Time elapsed: 0 s writeExternal{CharCaseData}[7] Time elapsed: 0.022 s indexOfChar{CharCaseData}[1] Time elapsed: 0 s indexOfChar{CharCaseData}[2] Time elapsed: 0 s indexOfChar{CharCaseData}[3] Time elapsed: 0 s indexOfChar{CharCaseData}[4] Time elapsed: 0 s indexOfChar{CharCaseData}[5] Time elapsed: 0 s indexOfChar{CharCaseData}[6] Time elapsed: 0.001 s indexOfChar{CharCaseData}[7] Time elapsed: 2.604 s getStoreType{CharCaseData}[1] Time elapsed: 0 s getStoreType{CharCaseData}[2] Time elapsed: 0 s getStoreType{CharCaseData}[3] Time elapsed: 0.001 s getStoreType{CharCaseData}[4] Time elapsed: 0 s getStoreType{CharCaseData}[5] Time elapsed: 0 s getStoreType{CharCaseData}[6] Time elapsed: 0 s getStoreType{CharCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[5] Time elapsed: 0.001 s getBaseVectorRClassName{CharCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CharCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.impl.RComplexB32StoreTest Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s - in org.eclipse.statet.rj.data.impl.RComplexB32StoreTest getInt{CplxCaseData}[1] Time elapsed: 0.001 s getInt{CplxCaseData}[2] Time elapsed: 0 s getInt{CplxCaseData}[3] Time elapsed: 0 s getInt{CplxCaseData}[4] Time elapsed: 0 s getInt{CplxCaseData}[5] Time elapsed: 0 s getInt{CplxCaseData}[6] Time elapsed: 0 s getInt{CplxCaseData}[7] Time elapsed: 0.007 s getNum{CplxCaseData}[1] Time elapsed: 0.001 s getNum{CplxCaseData}[2] Time elapsed: 0 s getNum{CplxCaseData}[3] Time elapsed: 0 s getNum{CplxCaseData}[4] Time elapsed: 0 s getNum{CplxCaseData}[5] Time elapsed: 0 s getNum{CplxCaseData}[6] Time elapsed: 0 s getNum{CplxCaseData}[7] Time elapsed: 0.001 s getRaw{CplxCaseData}[1] Time elapsed: 0 s getRaw{CplxCaseData}[2] Time elapsed: 0 s getRaw{CplxCaseData}[3] Time elapsed: 0 s getRaw{CplxCaseData}[4] Time elapsed: 0 s getRaw{CplxCaseData}[5] Time elapsed: 0 s getRaw{CplxCaseData}[6] Time elapsed: 0 s getRaw{CplxCaseData}[7] Time elapsed: 0 s toArray{CplxCaseData}[1] Time elapsed: 0 s toArray{CplxCaseData}[2] Time elapsed: 0 s toArray{CplxCaseData}[3] Time elapsed: 0 s toArray{CplxCaseData}[4] Time elapsed: 0.001 s toArray{CplxCaseData}[5] Time elapsed: 0 s toArray{CplxCaseData}[6] Time elapsed: 0 s toArray{CplxCaseData}[7] Time elapsed: 0.003 s length{CplxCaseData}[1] Time elapsed: 0 s length{CplxCaseData}[2] Time elapsed: 0 s length{CplxCaseData}[3] Time elapsed: 0 s length{CplxCaseData}[4] Time elapsed: 0 s length{CplxCaseData}[5] Time elapsed: 0 s length{CplxCaseData}[6] Time elapsed: 0 s length{CplxCaseData}[7] Time elapsed: 0.001 s getChar{CplxCaseData}[1] Time elapsed: 0 s getChar{CplxCaseData}[2] Time elapsed: 0.001 s getChar{CplxCaseData}[3] Time elapsed: 0 s getChar{CplxCaseData}[4] Time elapsed: 0 s getChar{CplxCaseData}[5] Time elapsed: 0 s getChar{CplxCaseData}[6] Time elapsed: 0 s getChar{CplxCaseData}[7] Time elapsed: 0.199 s getCplx{CplxCaseData}[1] Time elapsed: 0 s getCplx{CplxCaseData}[2] Time elapsed: 0 s getCplx{CplxCaseData}[3] Time elapsed: 0.001 s getCplx{CplxCaseData}[4] Time elapsed: 0 s getCplx{CplxCaseData}[5] Time elapsed: 0 s getCplx{CplxCaseData}[6] Time elapsed: 0.001 s getCplx{CplxCaseData}[7] Time elapsed: 0.017 s getLogi{CplxCaseData}[1] Time elapsed: 0 s getLogi{CplxCaseData}[2] Time elapsed: 0 s getLogi{CplxCaseData}[3] Time elapsed: 0 s getLogi{CplxCaseData}[4] Time elapsed: 0.001 s getLogi{CplxCaseData}[5] Time elapsed: 0 s getLogi{CplxCaseData}[6] Time elapsed: 0.001 s getLogi{CplxCaseData}[7] Time elapsed: 0 s get{CplxCaseData}[1] Time elapsed: 0 s get{CplxCaseData}[2] Time elapsed: 0 s get{CplxCaseData}[3] Time elapsed: 0 s get{CplxCaseData}[4] Time elapsed: 0 s get{CplxCaseData}[5] Time elapsed: 0.001 s get{CplxCaseData}[6] Time elapsed: 0 s get{CplxCaseData}[7] Time elapsed: 0.016 s isNA{CplxCaseData}[1] Time elapsed: 0 s isNA{CplxCaseData}[2] Time elapsed: 0 s isNA{CplxCaseData}[3] Time elapsed: 0.001 s isNA{CplxCaseData}[4] Time elapsed: 0 s isNA{CplxCaseData}[5] Time elapsed: 0 s isNA{CplxCaseData}[6] Time elapsed: 0 s isNA{CplxCaseData}[7] Time elapsed: 0.001 s isNaN{CplxCaseData}[1] Time elapsed: 0.001 s isNaN{CplxCaseData}[2] Time elapsed: 0 s isNaN{CplxCaseData}[3] Time elapsed: 0 s isNaN{CplxCaseData}[4] Time elapsed: 0.001 s isNaN{CplxCaseData}[5] Time elapsed: 0 s isNaN{CplxCaseData}[6] Time elapsed: 0 s isNaN{CplxCaseData}[7] Time elapsed: 0.001 s isMissing{CplxCaseData}[1] Time elapsed: 0 s isMissing{CplxCaseData}[2] Time elapsed: 0 s isMissing{CplxCaseData}[3] Time elapsed: 0 s isMissing{CplxCaseData}[4] Time elapsed: 0 s isMissing{CplxCaseData}[5] Time elapsed: 0 s isMissing{CplxCaseData}[6] Time elapsed: 0.001 s isMissing{CplxCaseData}[7] Time elapsed: 0.012 s writeExternal{CplxCaseData}[1] Time elapsed: 0 s writeExternal{CplxCaseData}[2] Time elapsed: 0 s writeExternal{CplxCaseData}[3] Time elapsed: 0 s writeExternal{CplxCaseData}[4] Time elapsed: 0 s writeExternal{CplxCaseData}[5] Time elapsed: 0 s writeExternal{CplxCaseData}[6] Time elapsed: 0 s writeExternal{CplxCaseData}[7] Time elapsed: 0.034 s getStoreType{CplxCaseData}[1] Time elapsed: 0 s getStoreType{CplxCaseData}[2] Time elapsed: 0 s getStoreType{CplxCaseData}[3] Time elapsed: 0 s getStoreType{CplxCaseData}[4] Time elapsed: 0 s getStoreType{CplxCaseData}[5] Time elapsed: 0 s getStoreType{CplxCaseData}[6] Time elapsed: 0 s getStoreType{CplxCaseData}[7] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[1] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[2] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[3] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[4] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[5] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[6] Time elapsed: 0 s getBaseVectorRClassName{CplxCaseData}[7] Time elapsed: 0 s Running org.eclipse.statet.rj.data.RDataUtilsTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.statet.rj.data.RDataUtilsTest checkSingleCharValue Time elapsed: 0.005 s isSingleChar Time elapsed: 0 s isSingleLogi Time elapsed: 0 s checkSingleLogiValue Time elapsed: 0.002 s isSingleInt Time elapsed: 0 s isSingleNum Time elapsed: 0 s isSingleRaw Time elapsed: 0 s checkSingleRawValue Time elapsed: 0.001 s checkSingleIntValue Time elapsed: 0.002 s checkSingleInt Time elapsed: 0.001 s checkSingleNum Time elapsed: 0.002 s checkSingleRaw Time elapsed: 0.001 s checkSingleNumValue Time elapsed: 0.002 s checkSingleChar Time elapsed: 0.001 s checkSingleLogi Time elapsed: 0.001 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.6.0.202209080600-r [68/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.server --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 2. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 13. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 25. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 35. INFO in /home/jenkins/agent/workspace/statet-4.6.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 36. INFO in /home/jenkins/agent/workspace/statet-4.6.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 37. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java (at line 121) return String.format("%1$02X", commandId); ^^^^^^^^^ The expression of type byte is boxed into Byte [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 46. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[106] return System.getProperty("user.dir"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[123] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[149] if (name == null) { throw new NullPointerException("name"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[152] if (properties == null) { throw new NullPointerException("properties"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[37] public void writeExternal(final ObjectOutput out) throws IOException { ^^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[41] public void readExternal(final ObjectInput in) throws IOException, ClassNotFoundException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[57] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsPing.java:[63] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 92. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 94. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 105. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 109. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[372] factory= new RjRmiServerSocketFactory(factory, RMISERVER_SERVERSOCKET_PORT_RANGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull PortRange' but this expression has type '@Nullable PortRange' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 212. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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<?,?>> 215 problems (0 errors, 203 warnings, 12 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.server --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.server --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server --- [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [69/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.server.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.server.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server-tests/target/surefire.properties] Running org.eclipse.statet.rj.server.dgb.TracepointsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.statet.rj.server.dgb.TracepointsTest toTypeName Time elapsed: 0.023 s appendId{long}[1] Time elapsed: 0.024 s appendId{long}[2] Time elapsed: 0 s appendId{long}[3] Time elapsed: 0.001 s appendId{long}[4] Time elapsed: 0.001 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools >--- [INFO] Building [bundle] StatET RJ - Server - Remote Tools (Incubation) 4.6.0.202209080600-r [70/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.remotetools --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.server.remotetools --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/src does not exist [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.server.remotetools --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [71/143] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.statet.rj.server.rpkg --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1: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:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- maven-jar-plugin:3.2.2: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [72/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core-tests/target/surefire.properties] Running org.eclipse.statet.rj.services.util.RCodeBuilderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.statet.rj.services.util.RCodeBuilderTest appendChar Time elapsed: 0.022 s append_String Time elapsed: 0 s append_CharSequence Time elapsed: 0.001 s clear Time elapsed: 0 s append_CharSequenceStartEnd Time elapsed: 0 s toString_ Time elapsed: 0 s Running org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.637 s - in org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest get_directUpdate_randomLong Time elapsed: 0.363 s get_noUpdate_scrollCols Time elapsed: 0.783 s get_noUpdate_scrollRows Time elapsed: 0.676 s get_noUpdate_randomLong Time elapsed: 0.102 s get_noUpdate_random Time elapsed: 0.089 s get_ensureCached Time elapsed: 0 s get_directUpdate_random Time elapsed: 0.11 s get_directUpdate_scrollCols Time elapsed: 0.787 s get_directUpdate_scrollRows Time elapsed: 0.723 s Running org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest setget_RIncludeDirectory_Win Time elapsed: 0.003 s setget_RHomeDirectory_Nix Time elapsed: 0 s setget_RHomeDirectory_Win Time elapsed: 0 s setget_RShareDirectory_Win Time elapsed: 0 s setget_RArch_Win Time elapsed: 0.001 s 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.6.0.202209080600-r [73/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.client --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.client --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[145] System.arraycopy(this.array, 0, newArray, 0, oldCapacity); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Runnable[]' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[200] private final MainCmdC2SList mainC2SList= new MainCmdC2SList(this.mainIO); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO' 4. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 262) properties.put(RjsComConfig.RJ_COM_S2C_ID_PROPERTY_ID, id); ^^ The expression of type int is boxed into Integer 5. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 273) 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[408] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[455] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[459] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[509] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[522] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[527] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[623] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[634] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[665] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[680] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[695] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[759] final DbgCmdItem item= new DbgCmdItem(io); ^^ Null type safety (type annotations): The expression of type 'RJIO' needs unchecked conversion to conform to '@NonNull RJIO' 18. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 842) status.getCode() ))); ^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[848] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[879] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1031] "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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1134] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1157] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1195] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1223] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1224] (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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1225] (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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1226] (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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1227] (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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1228] (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.6.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.version") ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1418] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1598] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1625] 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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1703] return this.cancelHandler.toArray(new Callable[this.cancelHandler.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Callable[] needs unchecked conversion to conform to Callable<Boolean>[] [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 46 problems (0 errors, 43 warnings, 3 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.client --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.client --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.client --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.client --- [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.client:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.client:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [74/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core --- [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [75/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [76/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.rj.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.rj.core --- [WARNING] The following referenced plugins has missing sources org.eclipse.statet.rj.core_4.6.0.202209080600-r [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.6.0.202209080600-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.6.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core --- [WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:xml:p2artifacts:4.6.0.202209080600-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.6.0.202209080600-r [77/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- maven-assembly-plugin:3.4.1: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.6.0.202209080600-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.6.0.202209080600-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.6.0.202209080600-r; it doesn't have an associated file or directory. [INFO] Building tar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.6.0-202209080600-r.tar.gz [INFO] [INFO] -------------------< org.eclipse.statet.rj:rj.servi >------------------- [INFO] Building rj.servi 4.6.0.202209080600-r [78/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [79/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.servi --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 16. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 20. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 21. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[200] final int checkIntervalMillis= this.poolRef.getCheckIntervalMillis(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 36. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[161] if (poolId == null) { throw new NullPointerException("poolId"); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[164] if (context == null) { throw new NullPointerException("context"); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 39. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 168) this.factoryId= String.format("%1$s-%2$08X", poolId, ThreadLocalRandom.current().nextInt()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[222] CollectionUtils.toString(serverREnv.getRLibPaths(), "\n\t"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[520] 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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[533] node.runSnippet(line); ^^^^ Potential null pointer access: The variable node may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[546] handler.isConsoleEnabled= node.setConsole(p.authConfig); ^^^^ Potential null pointer access: The variable node may be null at this location 44. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 640) this.factoryId, System.nanoTime(), counter ); ^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 45. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 640) this.factoryId, System.nanoTime(), counter ); ^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 57. INFO in /home/jenkins/agent/workspace/statet-4.6.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 57 problems (0 errors, 39 warnings, 18 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.servi --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi --- [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [80/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.servi.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 3. INFO in /home/jenkins/agent/workspace/statet-4.6.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 4. INFO in /home/jenkins/agent/workspace/statet-4.6.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 5. INFO in /home/jenkins/agent/workspace/statet-4.6.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 6. INFO in /home/jenkins/agent/workspace/statet-4.6.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 7. INFO in /home/jenkins/agent/workspace/statet-4.6.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 8. INFO in /home/jenkins/agent/workspace/statet-4.6.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 9. INFO in /home/jenkins/agent/workspace/statet-4.6.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 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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 12. INFO in /home/jenkins/agent/workspace/statet-4.6.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 13. INFO in /home/jenkins/agent/workspace/statet-4.6.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 14. INFO in /home/jenkins/agent/workspace/statet-4.6.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 15. INFO in /home/jenkins/agent/workspace/statet-4.6.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 16. INFO in /home/jenkins/agent/workspace/statet-4.6.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 17. INFO in /home/jenkins/agent/workspace/statet-4.6.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 18. INFO in /home/jenkins/agent/workspace/statet-4.6.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 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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 20. INFO in /home/jenkins/agent/workspace/statet-4.6.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 21. INFO in /home/jenkins/agent/workspace/statet-4.6.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 22. INFO in /home/jenkins/agent/workspace/statet-4.6.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 23. INFO in /home/jenkins/agent/workspace/statet-4.6.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 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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 25. INFO in /home/jenkins/agent/workspace/statet-4.6.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 26. INFO in /home/jenkins/agent/workspace/statet-4.6.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 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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 29. INFO in /home/jenkins/agent/workspace/statet-4.6.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 30. INFO in /home/jenkins/agent/workspace/statet-4.6.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 31. INFO in /home/jenkins/agent/workspace/statet-4.6.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 32. INFO in /home/jenkins/agent/workspace/statet-4.6.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 33. INFO in /home/jenkins/agent/workspace/statet-4.6.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 34. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[362] clientCheckJob.cancel(false); ^^^^^^^^^^^^^^ Potential null pointer access: The variable clientCheckJob may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[435] 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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[637] 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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[666] final var poolNodeObjects= this.server.getManager().getPoolNodeObjects(); ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getManager() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 46. INFO in /home/jenkins/agent/workspace/statet-4.6.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 47. INFO in /home/jenkins/agent/workspace/statet-4.6.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 48. INFO in /home/jenkins/agent/workspace/statet-4.6.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 49. INFO in /home/jenkins/agent/workspace/statet-4.6.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 50. INFO in /home/jenkins/agent/workspace/statet-4.6.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 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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 51 problems (0 errors, 13 warnings, 38 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi-tests/target/surefire.properties] Running org.eclipse.statet.rj.servi.service.integrationtests.S4ObjExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.eclipse.statet.rj.servi.service.integrationtests.S4ObjExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.S4ObjExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreCplxExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreCplxExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreCplxExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreRawExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreRawExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreRawExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreOrderedExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreOrderedExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreOrderedExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreNumExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreNumExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreNumExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.EvalRExpressionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.EvalRExpressionTest org.eclipse.statet.rj.servi.service.integrationtests.EvalRExpressionTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.FCallTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.FCallTest org.eclipse.statet.rj.servi.service.integrationtests.FCallTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.VectorExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.VectorExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.VectorExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.DataFrameExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.DataFrameExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.DataFrameExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreCharExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreCharExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreCharExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreFactorExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreFactorExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreFactorExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreIntExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreIntExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreIntExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.FileExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.FileExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.FileExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StoreLogiExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StoreLogiExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StoreLogiExchangeTest skipped Running org.eclipse.statet.rj.servi.service.integrationtests.StructOnlyExchangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.service.integrationtests.StructOnlyExchangeTest org.eclipse.statet.rj.servi.service.integrationtests.StructOnlyExchangeTest skipped Running org.eclipse.statet.rj.servi.pool.JMPoolTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.pool.JMPoolTest org.eclipse.statet.rj.servi.pool.JMPoolTest skipped Running org.eclipse.statet.rj.servi.pool.LocalNodeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.pool.LocalNodeTest org.eclipse.statet.rj.servi.pool.LocalNodeTest skipped Results: Tests run: 17, Failures: 0, Errors: 0, Skipped: 17 [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.6.0.202209080600-r [81/143] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.statet.rj.servi.webapp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.statet.rj.servi.webapp --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/target/org.eclipse.statet.rj.servi.webapp-4.6.0.202209080600-r] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi.webapp/target/rservi.war [INFO] [INFO] --- tycho-source-plugin:2.7.4: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:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] -------------< org.eclipse.statet.rj-assemblies:rj.servi >-------------- [INFO] Building rj.servi 4.6.0.202209080600-r [82/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.servi --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ rj.servi --- [INFO] [INFO] ------------------< org.eclipse.statet.rj:rj.eclient >------------------ [INFO] Building rj.eclient 4.6.0.202209080600-r [83/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [84/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.eclient.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.eclient.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [85/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.eclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.eclient --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient --- [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [86/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[223] update= ImCollections.newList(EclipseRGraphic.this.instructionsUpdate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ERGraphicInstruction[]' needs unchecked conversion to conform to 'ERGraphicInstruction @NonNull[]' 3. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java (at line 322) private int currentFontRFace; ^^^^^^^^^^^^^^^^ The value of the field EclipseRGraphic.currentFontRFace is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[463] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[465] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[506] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[574] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[650] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[653] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[653] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[663] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[749] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[933] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[966] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[974] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1180] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1227] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1228] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1232] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1247] 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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1259] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 66. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 83. INFO in /home/jenkins/agent/workspace/statet-4.6.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 84. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 94. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 96. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 99. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 102. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 104. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 106. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 163 problems (0 errors, 153 warnings, 10 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [87/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [88/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.eclient --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.rj.eclient --- [WARNING] The following referenced plugins has missing sources org.eclipse.statet.rj.eclient_4.6.0.202209080600-r [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.6.0.202209080600-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.6.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient --- [WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:xml:p2artifacts:4.6.0.202209080600-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.6.0.202209080600-r [89/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.e --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.rj.servi.e --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.rj.servi.e --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.6.0.202209080600-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.6.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:xml:p2artifacts:4.6.0.202209080600-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.6.0.202209080600-r [90/143] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.repository --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rj.servi.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4: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 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:publish-products (default-publish-products) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:publish-categories (default-publish-categories) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:assemble-repository (default-assemble-repository) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:archive-repository (default-archive-repository) @ org.eclipse.statet.rj.servi.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/repository/target/org.eclipse.statet.rj.servi.repository-4.6.0.202209080600-r.zip [INFO] [INFO] --- tycho-source-plugin:2.7.4: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:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:verify-repository (verify) @ org.eclipse.statet.rj.servi.repository --- [INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/repository/target/repository [INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/_assemblies/repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r [91/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [92/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.demo --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.example.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.example.demo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.example.demo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [93/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[172] final RServiNodeFactory nodeFactory= RServiImpl.createLocalNodeFactory(this.name, context); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[176] final RServiNodeManager newLocalR= RServiImpl.createNodeManager(this.name, registry, nodeFactory); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[201] return RServiUtils.getRServi(config.address, key); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 24 problems (24 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [94/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[175] final RServiNodeFactory nodeFactory= RServiImpl.createLocalNodeFactory(this.name, context); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[179] final RServiNodeManager newLocalR= RServiImpl.createNodeManager(this.name, registry, nodeFactory); ^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[197] this.currentSession= new RServiSession(servi) { ^^^^^ Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RServi' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[224] status= session.getQueue().add(runnable); ^^^^^^^^ Null type safety (type annotations): The expression of type 'ToolRunnable' needs unchecked conversion to conform to '@NonNull ToolRunnable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[267] return RServiUtils.getRServi(config.address, key); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 33 problems (33 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [95/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rj.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rj.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [96/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-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.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --------------< org.eclipse.statet.rj-assemblies:rcpdemo >-------------- [INFO] Building [product] RServi RCP Demo 4.6.0.202209080600-r [97/143] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcpdemo --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ rcpdemo --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ rcpdemo --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ rcpdemo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4: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 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:publish-products (default-publish-products) @ rcpdemo --- [INFO] Fetching org.eclipse.equinox.executable_3.8.1700.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (421.74kB) [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:publish-categories (default-publish-categories) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:attach-artifacts (default-attach-artifacts) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:assemble-repository (default-assemble-repository) @ rcpdemo --- [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (219.73kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.34kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.48kB) [INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.62kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.09kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.3kB) [INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.9kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.94kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1700.v20220509-0833 from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/binary/ (35.65kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.97kB) [INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220607-0700 from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/binary/ (20.24kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1700.v20220509-0833 from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/binary/ (266.5kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1700.v20220509-0833 from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/binary/ (17.01kB) [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:archive-repository (default-archive-repository) @ rcpdemo --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/rcpdemo-4.6.0.202209080600-r.zip [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rcpdemo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-director-plugin:2.7.4:materialize-products (materialize-products) @ rcpdemo --- [INFO] Installing product rcpdemo for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/linux/gtk/x86_64 Installing rcpdemo 4.6.0.202209080600-r. Operation completed in 2015 ms. [INFO] Installing product rcpdemo for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/win32/win32/x86_64 Installing rcpdemo 4.6.0.202209080600-r. Operation completed in 1695 ms. [INFO] Installing product rcpdemo for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r. Operation completed in 1749 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.7.4:archive-products (archive-products) @ rcpdemo --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-macosx.cocoa.x86_64.zip [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:verify-repository (verify) @ rcpdemo --- [INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.0.202209080600-r [98/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rhelp --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rhelp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rhelp --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rhelp --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ rhelp --- [INFO] [INFO] -------< org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core >------- [INFO] Building org.eclipse.statet.rhelp.core 4.6.0.202209080600-r [99/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rhelp.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rhelp.core --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[108] public RdItem(final String pkg, final String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field imTopics may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[167] this.concepts.add(concept); ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[242] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[246] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[280] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[288] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[297] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[300] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[303] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[306] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[315] { 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[343] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[345] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[440] public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig, final RHelpManagerIntern rHelpManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field existingPackages may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[440] public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig, final RHelpManagerIntern rHelpManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field keywordGroups may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[440] public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig, final RHelpManagerIntern rHelpManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field luceneDirectory may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[440] public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig, final RHelpManagerIntern rHelpManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field luceneWriter may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[440] public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig, final RHelpManagerIntern rHelpManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field packages may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[464] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[472] this.status.add(status); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[472] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[473] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[476] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[497] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[498] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[498] this.existingPackages.put(name, pkgHelp); ^^^^^^^ Null type mismatch: required '@NonNull RPkgHelp' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[548] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[568] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[619] node= node.getNestedKeyword(path[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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[666] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[703] 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.6.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, sb.toString())); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[723] this.currentPkg.setPages(ImCollections.toList(this.currentPkgPages)); ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[728] if (this.luceneWriter == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[755] { for (final Iterator<RPkgHelp> iter= this.packages.values().iterator(); iter.hasNext(); ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'Iterator<@NonNull RPkgHelp>' but this expression has type '@NonNull Iterator<@Nullable RPkgHelp>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[756] if (iter.next() == null) { iter.remove(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[761] Arrays.sort(array); ^^^^^ Null type safety (type annotations): The expression of type 'RPkgHelp[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[762] packages= ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'RPkgHelp[]' needs unchecked conversion to conform to '@NonNull RPkgHelp @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[776] this.luceneWriter= null; ^^^^ Null type mismatch: required '@NonNull IndexWriter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[804] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[810] this.luceneWriter= null; ^^^^ Null type mismatch: required '@NonNull IndexWriter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[839] this.luceneWriter= null; ^^^^ Null type mismatch: required '@NonNull IndexWriter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[842] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[846] this.luceneDirectory= null; ^^^^ Null type mismatch: required '@NonNull FSDirectory' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[859] final DocResource res= iter.next(); ^^^^^^^^^^^ Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'ListIterator<@NonNull DocResource>'. Type 'ListIterator<E>' doesn't seem to be designed with null type annotations in mind [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[860] if (Files.isRegularFile(basePath.resolve(res.getPath()))) { ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[862] && !Files.isRegularFile(basePath.resolve(res.getPdfPath())) ) { ^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RHelpHtmlUtils.java:[82] final int endIdx= html.indexOf(RHelpSearchMatch.POST_TAGS[matchClass - 'A'], beginIdx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 70. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java (at line 70) response.getStatus(), response.getReason() ); ^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java:[108] return doGetDataStream(request, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull InputStream' but this expression has type '@Nullable InputStream' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1204] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1207] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1210] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1213] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1498] req.getPathInfo().substring(localId.length() + 1) ); ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getPathInfo() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1499] this.serverForwardHandler.forward(serverUrl, req, resp); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 96. INFO in /home/jenkins/agent/workspace/statet-4.6.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 97. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 100. INFO in /home/jenkins/agent/workspace/statet-4.6.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 101. INFO in /home/jenkins/agent/workspace/statet-4.6.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 102. INFO in /home/jenkins/agent/workspace/statet-4.6.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 103. INFO in /home/jenkins/agent/workspace/statet-4.6.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 104. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 108. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RequestStreamCollector.java:[165] new RHelpSearchMatchImpl.Fragment(fieldName, fragments[j]) ); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 112. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpSearchQuery.java:[97] if (this.rEnv.isDeleted()) { ^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpSearchQuery.java:[101] if (this.rEnv.get(REnvHelpConfiguration.class) == null) { ^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[335] this.oldHelp.dispose(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[527] item.help.lock(); ^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[537] item.help.lock(); ^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[118] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[118] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[177] throw this.exception; ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 122. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 228) (double) this.queueCumCount / this.count ))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type double is boxed into Double 123. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 331) tKeywords / 1_000_000, tPackages / 1_000_000 ))); ^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 124. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 331) tKeywords / 1_000_000, tPackages / 1_000_000 ))); ^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 125. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 396) this.index.addDefaultKeyword(line.split("\\|"), descr); //$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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[444] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[572] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[574] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[575] { 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[576] if (!store.isNA(0)) { ^^^^^ Potential null pointer access: The variable store may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[580] { 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[581] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[583] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[590] { 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[591] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[593] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[600] { 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[601] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[603] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[610] { 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.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/Highlighter.java:[47] return tags[num % tags.length]; ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' 143. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/Highlighter.java (at line 110) return this.fragmentsBuilder.createFragments(reader, docId, fieldName, fieldFragList, maxNumFragments, preTags, postTags, encoder ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/Highlighter.java:[112] preTags, postTags, encoder ); ^^^^^^^ 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/Highlighter.java:[112] preTags, postTags, encoder ); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 146. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[326] 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[328] final RHelpPage page= pkgHelp.getPage(info.detail); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[219] Files.newInputStream(serFile), 64 ))) { ^^^^^^^ Null type mismatch: required '@NonNull Path' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[248] Files.newInputStream(serFile) ))) { ^^^^^^^ Null type mismatch: required '@NonNull Path' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[328] manuals= ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'DocResource[]' needs unchecked conversion to conform to '@NonNull DocResource @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[336] miscRes= ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'DocResource[]' needs unchecked conversion to conform to '@NonNull DocResource @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[345] keywordGroups= ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'RHelpKeywordGroup[]' needs unchecked conversion to conform to '@NonNull RHelpKeywordGroup @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[354] pkgHelps= ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'RPkgHelp[]' needs unchecked conversion to conform to '@NonNull RPkgHelp @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[398] return new RHelpKeywordGroupImpl(label, description, ImCollections.newList(keywords)); ^^^^^^^^ Null type safety (type annotations): The expression of type 'RHelpKeyword[]' needs unchecked conversion to conform to '@NonNull RHelpKeyword @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[422] return new RHelpKeywordImpl(keyword, description, ImCollections.newList(nestedKeywords)); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RHelpKeyword[]' needs unchecked conversion to conform to '@NonNull RHelpKeyword @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[447] pkg.setPages(ImCollections.newList(pages)); ^^^^^ Null type safety (type annotations): The expression of type 'RHelpPage[]' needs unchecked conversion to conform to '@NonNull RHelpPage @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[537] topics= ImCollections.newList(array); ^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 162. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[413] final ImList<String >fields= ImCollections.newList(in.readNonNullStringArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[414] final ImList<String >keywords= ImCollections.newList(in.readNonNullStringArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[415] final ImList<String >packages= ImCollections.newList(in.readNonNullStringArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 169. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderUtils.java:[401] entries.sort(null); ^^^^ Null type mismatch: required '@NonNull Comparator<? super HttpHeaderUtils.@NonNull MediaTypeEntry>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderUtils.java:[416] entries.sort(null); ^^^^ Null type mismatch: required '@NonNull Comparator<? super HttpHeaderUtils.@NonNull MediaTypeEntry>' but the provided value is null 171 problems (0 errors, 153 warnings, 18 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rhelp.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rhelp.core --- [WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [100/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java:[130] entries.sort(null); ^^^^ Null type mismatch: required '@NonNull Comparator<? super HttpHeaderUtils.@NonNull MediaTypeEntry>' but the provided value is null 6. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 133) new BasicImMapEntry<>("level", "1"))), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java:[145] entries.sort(null); ^^^^ Null type mismatch: required '@NonNull Comparator<? super HttpHeaderUtils.@NonNull MediaTypeEntry>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java:[155] HttpHeaderUtils.parseMediaTypes(Collections.enumeration(Arrays.asList(headers)), ^^^^^^^ Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' 9. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 165) () -> String.format("media types differ at [%1$s] in basic properties", i0) ); ^^ The expression of type int is boxed into Integer 10. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 167) () -> String.format("media types differ at [%1$s] in qualityFactor ", i0) ); ^^ The expression of type int is boxed into Integer 11. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 179) new BasicImMapEntry<>("ver", "3") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 12. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 181) new BasicImMapEntry<>("ver", "2") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 13. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 183) new BasicImMapEntry<>("ver", "1") )) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 14. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 189) new BasicImMapEntry<>("ver", "3") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 15. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 191) new BasicImMapEntry<>("ver", "2") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 16. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 193) new BasicImMapEntry<>("ver", "1") )) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 17. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 202) new BasicImMapEntry<>("ver", "3") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 18. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 204) new BasicImMapEntry<>("ver", "2") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 19. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 206) new BasicImMapEntry<>("ver", "1") )) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 20. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 219) new BasicImMapEntry<>("ver", "2") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 21. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 221) new BasicImMapEntry<>("ver", "1") )) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 22. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 233) new BasicImMapEntry<>("ver", "") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 23. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 235) new BasicImMapEntry<>("ver", "x") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 24. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 237) new BasicImMapEntry<>("ver", "1") )) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 25. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 249) new BasicImMapEntry<>("ver", "3") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 26. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 251) new BasicImMapEntry<>("ver", "2") )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 27. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderTest.java (at line 253) new BasicImMapEntry<>("ver", "1") )) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicImMapEntry<@NonNull String,@NonNull String>' is made accessible using the less-annotated type '@NonNull BasicImMapEntry<String,@NonNull String>' 27 problems (0 errors, 3 warnings, 24 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rhelp.core.http.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.core-tests/target/surefire.properties] Running org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest parseMediaTypes_withQualityFactor Time elapsed: 0.026 s findFirstValid_noValid Time elapsed: 0.002 s findFirstValid_withInvalidSpec Time elapsed: 0.001 s findFirstValid Time elapsed: 0.002 s parseMediaTypes_empty Time elapsed: 0.001 s parseMediaTypes_withParameter Time elapsed: 0.001 s parseMediaTypes_withQualityFactor_invalid Time elapsed: 0.003 s findFirstValid_withMissingSpec Time elapsed: 0.001 s parseMediaTypes_precedence_bySpecific Time elapsed: 0.001 s parseMediaTypes_precedence_byQualityFactor Time elapsed: 0.001 s parseMediaTypes_simple Time elapsed: 0 s Running org.eclipse.statet.internal.rhelp.core.server.ServerREnvHelpAccessTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.rhelp.core.server.ServerREnvHelpAccessTest DS_VERSIONED_AcceptHeader_valid Time elapsed: 0.001 s DS_MODEST_AcceptHeader_valid Time elapsed: 0 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.statet.rhelp-assemblies:org.eclipse.statet.rhelp.server >-- [INFO] Building org.eclipse.statet.rhelp.server 4.6.0.202209080600-r [101/143] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rhelp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 0 resource [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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/test-classes [INFO] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 Sep 08, 2022 12:08:06 PM org.springframework.boot.test.context.SpringBootTestContextBootstrapper buildDefaultMergedContextConfiguration INFO: Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.ApplicationTests], using SpringBootContextLoader Sep 08, 2022 12:08:06 PM org.springframework.test.context.support.AbstractContextLoader generateDefaultLocations INFO: Could not detect default resource locations for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. Sep 08, 2022 12:08:06 PM org.springframework.test.context.support.AnnotationConfigContextLoaderUtils detectDefaultConfigurationClasses INFO: 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. Sep 08, 2022 12:08:07 PM org.springframework.boot.test.context.SpringBootTestContextBootstrapper getOrFindConfigurationClasses INFO: Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.RHelpServerApplication for test class org.eclipse.statet.rhelp.server.ApplicationTests Sep 08, 2022 12:08:07 PM org.springframework.boot.test.context.SpringBootTestContextBootstrapper getDefaultTestExecutionListenerClassNames INFO: 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] Sep 08, 2022 12:08:07 PM org.springframework.boot.test.context.SpringBootTestContextBootstrapper getTestExecutionListeners INFO: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@67ab1c47, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@b78a709, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@30bcf3c1, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2a3c96e3, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@15cafec7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5b444398, org.springframework.test.context.event.EventPublishingTestExecutionListener@cb191ca, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@42f48531, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@a776e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@792bbc74, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@79145d5a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1f2f9244, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@4c4d27c8] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.3) 2022-09-08 12:08:08.001 INFO 1847 --- [ main] o.e.s.rhelp.server.ApplicationTests : Starting ApplicationTests using Java 11.0.11 on basic-x3lwq with PID 1847 (started by jenkins in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.server) 2022-09-08 12:08:08.006 INFO 1847 --- [ main] o.e.s.rhelp.server.ApplicationTests : No active profile set, falling back to 1 default profile: "default" 2022-09-08 12:08:09.252 INFO 1847 --- [ main] o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 0 2022-09-08 12:08:09.263 INFO 1847 --- [ main] org.eclipse.jetty.server.Server : jetty-10.0.11; built: 2022-06-21T21:12:44.640Z; git: d988aa016e0bb2de6fba84c1659049c72eae3e32; jvm 11.0.11+9 2022-09-08 12:08:09.351 INFO 1847 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext 2022-09-08 12:08:09.351 INFO 1847 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1301 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> ]2022-09-08 12:08:09.809 INFO 1847 --- [ main] o.e.j.s.session.DefaultSessionIdManager : Session workerName=node0 2022-09-08 12:08:09.850 INFO 1847 --- [ main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@40c2ce52{application,/,[file:///tmp/jetty-docbase.0.6758920747985109960/],AVAILABLE} 2022-09-08 12:08:09.853 INFO 1847 --- [ main] org.eclipse.jetty.server.Server : Started Server@216e9ca3{STARTING}[10.0.11,sto=0] @4135ms 2022-09-08 12:08:09.868 INFO 1847 --- [ main] org.eclipse.statet.jcommons.util : [0] CommonsRuntime initialized with: AppEnvironment (org.eclipse.statet.rhelp.server.RHelpServerApplication$$EnhancerBySpringCGLIB$$ba0bff69) org.eclipse.statet.rhelp.server bundleResolvers= [ BundleResolver (org.eclipse.statet.jcommons.runtime.bundle.RefClassBundleResolver) RefClass ] 2022-09-08 12:08:09.869 INFO 1847 --- [ main] org.eclipse.statet.rhelp.server : [0] Application started. 2022-09-08 12:08:10.010 INFO 1847 --- [Pool [Thread-1]] org.eclipse.statet.rhelp.server : [0] REnv 'default': R environment index update started (EXPLICITE). 2022-09-08 12:08:10.041 ERROR 1847 --- [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.6.0.202209080600-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:207) ~[classes/:na] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[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:1128) ~[na:na] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na] 2022-09-08 12:08:10.163 INFO 1847 --- [ main] o.e.jetty.server.AbstractConnector : Started ServerConnector@6c841199{HTTP/1.1, (http/1.1)}{0.0.0.0:42001} 2022-09-08 12:08:10.167 INFO 1847 --- [ main] o.s.b.web.embedded.jetty.JettyWebServer : Jetty started on port(s) 42001 (http/1.1) with context path '/' 2022-09-08 12:08:10.177 INFO 1847 --- [ main] o.e.s.rhelp.server.ApplicationTests : Started ApplicationTests in 2.908 seconds (JVM running for 4.458) [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 3.57 s - in org.eclipse.statet.rhelp.server.ApplicationTests [INFO] Running org.eclipse.statet.rhelp.server.HttpAccesssTests 2022-09-08 12:08:10.254 INFO 1847 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests], using SpringBootContextLoader 2022-09-08 12:08:10.255 INFO 1847 --- [ 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}. 2022-09-08 12:08:10.255 INFO 1847 --- [ 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. 2022-09-08 12:08:10.258 INFO 1847 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.RHelpServerApplication for test class org.eclipse.statet.rhelp.server.HttpAccesssTests 2022-09-08 12:08:10.260 INFO 1847 --- [ 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] 2022-09-08 12:08:10.261 INFO 1847 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3aed69dd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f1a9a53, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@1ca3d25b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2287395, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@535a518c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38f981b6, org.springframework.test.context.event.EventPublishingTestExecutionListener@3a4aadf8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7bbfc5ff, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7a682d35, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@ee8e7ff, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@61a2aeb7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@64b70f41, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@5f8d9767] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.statet.rhelp.server.HttpAccesssTests 2022-09-08 12:08:10.288 INFO 1847 --- [ionShutdownHook] org.eclipse.jetty.server.Server : Stopped Server@216e9ca3{STOPPING}[10.0.11,sto=0] 2022-09-08 12:08:10.345 INFO 1847 --- [ionShutdownHook] o.e.jetty.server.AbstractConnector : Stopped ServerConnector@6c841199{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2022-09-08 12:08:10.349 INFO 1847 --- [ionShutdownHook] o.e.jetty.server.handler.ContextHandler : Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@40c2ce52{application,/,[file:///tmp/jetty-docbase.0.6758920747985109960/],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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/org.eclipse.statet.rhelp.server-4.6.0.202209080600-r.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.7.3: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.6.x-r/statet/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.6.0-202209080600-r.zip [INFO] [INFO] -----------------------< org.eclipse.statet.r:r >----------------------- [INFO] Building r 4.6.0.202209080600-r [102/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ r --- [INFO] [INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.ide.core >---------- [INFO] Building [bundle] StatET IDE - Core (Incubation) 4.6.0.202209080600-r [103/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.ide.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ide.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/SshSessionManager.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/SshSessionManager.java:[70] jschService.connect(session, SSH_TIMEOUT, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/SshSessionManager.java:[70] jschService.connect(session, SSH_TIMEOUT, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[58] private ServiceTracker sshTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[71] public void start(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[72] super.start(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[74] this.sshTracker= new ServiceTracker(context, "org.eclipse.jsch.core.IJSchService", null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[74] this.sshTracker= new ServiceTracker(context, "org.eclipse.jsch.core.IJSchService", null); //$NON-NLS-1$ ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[81] public void stop(final BundleContext context) throws Exception { ^^^^^^^^^^^^^ Missing non-null annotation: inherited method from Plugin specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[105] super.stop(context); ^^^^^^^ Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext' 11 problems (0 errors, 10 warnings, 1 info) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ide.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ide.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ide.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.core --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [104/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.ide.ui --- [INFO] Resolving class path of [bundle] StatET IDE - UI (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.ide.ui --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 39. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 181. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 277 problems (0 errors, 275 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.ide.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.ui --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.ui:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.ide.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [105/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.nico.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.nico.core --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 9. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[77] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[79] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[80] return super.getValue(argument).replaceAll("\\\\|\\/|\\:", "-"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getValue(String) may return null 14. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java (at line 142) 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[151] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[151] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[159] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[159] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[170] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[170] 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.6.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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[216] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[216] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[219] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[264] 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.6.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 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 35. INFO in /home/jenkins/agent/workspace/statet-4.6.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 'List<@NonNull String>' is made accessible using the less-annotated type 'List<String>' 36. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 40. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 60. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 73. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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) 78. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 81. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 83. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1480] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1493] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1731] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1731] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1751] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1762] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1762] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1762] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1781] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1827] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1832] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1842] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1908] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1923] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1924] 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.6.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 111. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[96] public String getTypeId() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ToolRunnable.getTypeId() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[101] public String getLabel() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from ToolRunnable.getLabel() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[106] public boolean canRunIn(final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[111] public boolean changed(final int event, final Tool tool) { ^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[121] public void run(final ToolService service, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[121] public void run(final ToolService service, final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[181] new DateVariable(NicoVariables.SESSION_STARTUP_DATE_VARIABLE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[187] new TimeVariable(NicoVariables.SESSION_STARTUP_TIME_VARIABLE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[193] new DateVariable(NicoVariables.SESSION_CONNECTION_DATE_VARIABLE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[199] new TimeVariable(NicoVariables.SESSION_CONNECTION_TIME_VARIABLE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[205] new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) { @Override public String getValue(final String argument) throws CoreException { return ToolWorkspace.this.process.getStartupWD(); } } ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor DynamicVariable.LocationVariable(IStringVariable) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[205] new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) { ^^^^^^^^^^^^^^^^ The type DynamicVariable.LocationVariable is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[205] new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[207] public String getValue(final String argument) throws CoreException { ^^^^^^ Missing nullable annotation: inherited method from DynamicVariable specifies this parameter as @Nullable 126. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java (at line 233) addPropertyChanged("AutoRefresh.enabled", enable); ^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[347] return URIUtil.toPath(fileStore.toURI()).toString(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method toPath(URI) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[407] final String oldSeparator= this.lineSeparator; ^^^^^^^^^^^^ The value of the local variable oldSeparator is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[430] final char oldSeparator= this.fileSeparator; ^^^^^^^^^^^^ The value of the local variable oldSeparator is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[480] this.propertyListener.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'ToolWorkspace.Listener' needs unchecked conversion to conform to 'ToolWorkspace.@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 134. INFO in /home/jenkins/agent/workspace/statet-4.6.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 135. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 137. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[237] public boolean equals(final Object obj) { ^^^^^^ Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 158. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 163. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 176. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java (at line 58) final int limitCount = prefs.getPreferenceValue(PREF_LIMIT_COUNT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java:[58] final int limitCount = prefs.getPreferenceValue(PREF_LIMIT_COUNT); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>' 178. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java (at line 70) map.put(PREF_LIMIT_COUNT, fLimitCount); ^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java:[94] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 184. INFO in /home/jenkins/agent/workspace/statet-4.6.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 185. INFO in /home/jenkins/agent/workspace/statet-4.6.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 186. INFO in /home/jenkins/agent/workspace/statet-4.6.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 187. INFO in /home/jenkins/agent/workspace/statet-4.6.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 188. INFO in /home/jenkins/agent/workspace/statet-4.6.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 189. INFO in /home/jenkins/agent/workspace/statet-4.6.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 190. INFO in /home/jenkins/agent/workspace/statet-4.6.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 191. INFO in /home/jenkins/agent/workspace/statet-4.6.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 192. INFO in /home/jenkins/agent/workspace/statet-4.6.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 193. INFO in /home/jenkins/agent/workspace/statet-4.6.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 194. INFO in /home/jenkins/agent/workspace/statet-4.6.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 195. INFO in /home/jenkins/agent/workspace/statet-4.6.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 196. INFO in /home/jenkins/agent/workspace/statet-4.6.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 197. INFO in /home/jenkins/agent/workspace/statet-4.6.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 198. INFO in /home/jenkins/agent/workspace/statet-4.6.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 199. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[106] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[109] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[112] public void launchesRemoved(final ILaunch[] launches) { ^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchesListener specifies this parameter as @NonNull 203. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 135) 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[139] nameEvent = doSet(attributes, IProcess.ATTR_PROCESS_LABEL, computeConsoleLabel()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@Nullable String>' 205. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 148) 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[149] doSet(attributes, IProcess.ATTR_PROCESS_LABEL, computeConsoleLabel()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@Nullable String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[150] doSet(attributes, IProcess.ATTR_PROCESS_TYPE, (fMainType+PROCESS_TYPE_SUFFIX).intern()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@Nullable String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[163] public boolean isProvidingFeatureSet(final String featureSetID) { ^^^^^^ Missing non-null annotation: inherited method from Tool specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[219] public final String getMainType() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Tool.getMainType() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[249] public String getLabel(final int config) { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Tool.getLabel(int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[265] public Queue getQueue() { ^^^^^ The return type is incompatible with '@NonNull ToolQueue' returned from Tool.getQueue() (mismatching null constraints) 212. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 318) 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[322] nameEvent = doSet(attributes, IProcess.ATTR_PROCESS_LABEL, computeConsoleLabel()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@Nullable String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[416] fTracks= ImCollections.toList(tracks); ^^^^^^ Null type safety (type annotations): The expression of type 'List<capture#of ? extends ITrack>' needs unchecked conversion to conform to '@NonNull Collection<? extends capture#of ? extends ITrack>', corresponding supertype is 'Collection<capture#of ? extends ITrack>' 215. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 436) return DateFormat.getDateTimeInstance().format(timestamp) + '\n'; ^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[103] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[104] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[136] 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.6.x-r/statet/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[137] 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.6.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 236 problems (0 errors, 195 warnings, 41 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.nico.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.nico.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.nico.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.core --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [106/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.nico.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.nico.ui --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[249] this.debugListener= null; ^^^^ Null type mismatch: required '@NonNull IDebugEventSetListener' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[264] public abstract IPageBookViewPage createPage(IConsoleView view); ^^^^^^^^^^^^ Illegal redefinition of parameter view, inherited method from TextConsole does not constrain this parameter 5. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java (at line 297) }, 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[342] return null; ^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[20] import org.eclipse.statet.ecommons.ui.actions.WindowContributionsProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WindowContributionsProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[23] import org.eclipse.statet.nico.ui.actions.WindowToolProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WindowToolProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[26] public class NicoWindowContributions extends WindowContributionsProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WindowContributionsProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[29] private static class Contributions extends WindowContributions { ^^^^^^^^^^^^^^^^^^^ The type WindowContributionsProvider.WindowContributions is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[32] super(window); ^^^^^^^^^^^^^^ The constructor WindowContributionsProvider.WindowContributions(IWorkbenchWindow) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[37] final IWorkbenchWindow window = getWindow(); ^^^^^^^^^^^ The method getWindow() from the type WindowContributionsProvider.WindowContributions is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[40] add(handlerService.activateHandler(NicoUI.PAUSE_COMMAND_ID, new PauseHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[40] add(handlerService.activateHandler(NicoUI.PAUSE_COMMAND_ID, ^^^^^^^^^^^^^^ Potential null pointer access: The variable handlerService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[41] new PauseHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^ The type WindowToolProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[41] new PauseHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor WindowToolProvider(IWorkbenchWindow) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[42] add(handlerService.activateHandler(NicoUI.DISCONNECT_COMMAND_ID, new DisconnectEngineHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[43] new DisconnectEngineHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^ The type WindowToolProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[43] new DisconnectEngineHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor WindowToolProvider(IWorkbenchWindow) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[44] add(handlerService.activateHandler(NicoUI.RECONNECT_COMMAND_ID, new ReconnectEngineHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[45] new ReconnectEngineHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^ The type WindowToolProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[45] new ReconnectEngineHandler(new WindowToolProvider(window), window))); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor WindowToolProvider(IWorkbenchWindow) is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[61] protected WindowContributions createWindowContributions(final IWorkbenchWindow window) { ^^^^^^^^^^^^^^^^^^^ The type WindowContributionsProvider.WindowContributions is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 safety (type annotations): The expression of type 'IFileStore' needs unchecked conversion to conform to '@NonNull IFileStore' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[43] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[44] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[288] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[292] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[293] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[294] if (bar.isVisible()) { ^^^ Potential null pointer access: The variable bar may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[336] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[457] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[458] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field clipboard may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field control may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field debugListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputCopyAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputCutAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputDeleteAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputEditor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputHandlers may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputMenuManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputPasteAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputRedoAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputSelectAllAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputServices may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field inputUndoAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field multiActionHandler may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputClearAllAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputContentListener may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputCopyAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputMenuManager may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputPasteAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputScrollLockAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputSelectAllAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field outputViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field pageHandlers may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field removeAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field removeAllAction may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field resizer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[470] public NIConsolePage(final NIConsole console, final IConsoleView view) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field site may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[535] this.outputViewer.getTextWidget().addKeyListener(new KeyListener() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[567] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[590] { final var scrollBar= this.outputViewer.getTextWidget().getHorizontalBar(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[604] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[686] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[690] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[690] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[691] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[691] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[706] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[711] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[717] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[719] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[721] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[723] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[725] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[728] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[730] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[950] this.debugListener= null; ^^^^ Null type mismatch: required 'NIConsolePage.@NonNull StatusListener' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[967] this.pageHandlers= null; ^^^^ Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[971] this.inputHandlers= null; ^^^^ Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[975] this.multiActionHandler= null; ^^^^ Null type mismatch: required '@NonNull MultiActionHandler' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[977] this.inputServices= null; ^^^^ Null type mismatch: required '@NonNull NestedServices' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[979] this.outputCopyAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[980] this.outputPasteAction= null; ^^^^ Null type mismatch: required '@NonNull SubmitPasteAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[981] this.outputSelectAllAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[982] this.outputClearAllAction= null; ^^^^ Null type mismatch: required '@NonNull ClearOutputAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[984] this.inputDeleteAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[985] this.inputCutAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[986] this.inputCopyAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[987] this.inputPasteAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[988] this.inputSelectAllAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[989] this.inputUndoAction= null; ^^^^ Null type mismatch: required '@NonNull TextViewerAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[991] this.debugListener= null; ^^^^ Null type mismatch: required 'NIConsolePage.@NonNull StatusListener' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[992] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[993] this.removeAction= null; ^^^^ Null type mismatch: required '@NonNull ConsoleRemoveLaunchAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[994] 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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[995] this.removeAllAction= null; ^^^^ Null type mismatch: required '@NonNull ConsoleRemoveAllTerminatedAction' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[997] this.outputViewer= null; ^^^^ Null type mismatch: required '@NonNull OutputViewer' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1002] this.inputEditor= null; ^^^^ Null type mismatch: required '@NonNull ConsolePageEditor' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1177] this.outputViewer.getTextWidget().redraw(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1180] this.outputViewer.getTextWidget().redraw(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getTextWidget() may return null 116. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java (at line 1206) 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>' 117. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java (at line 1206) 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 126. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 134. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 137. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 143. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 145. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 147. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 149. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 156. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' 162. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 165. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 167. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 171. INFO in /home/jenkins/agent/workspace/statet-4.6.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 172. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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<?>' 193. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>>' 197. INFO in /home/jenkins/agent/workspace/statet-4.6.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>>' 198. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>>' 200. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 201. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectEngineHandler.java (at line 101) 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>' 202. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectEngineHandler.java (at line 105) final ILaunchConfiguration reconnectConfig= new OverlayLaunchConfiguration(originalConfig, add); ^^^ 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>' 203. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectEngineHandler.java (at line 141) 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.6.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.6.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.6.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.6.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.6.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.6.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 210. INFO in /home/jenkins/agent/workspace/statet-4.6.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 211. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[339] if (runnable == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[413] workbenchPage= workbenchPart.getSite().getPage(); ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[30] import org.eclipse.statet.ecommons.ui.actions.WindowContributionsProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WindowContributionsProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[48] private static NicoUIPlugin instance; ^^^^^^^^ The @NonNull field instance may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[66] private WindowContributionsProvider fContributionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WindowContributionsProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[74] public NicoUIPlugin() { ^^^^^^^^^^^^^^ The @NonNull field fContributionProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[74] public NicoUIPlugin() { ^^^^^^^^^^^^^^ The @NonNull field toolRegistry may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[91] if (NicoUIPlugin.this.fContributionProvider == null) { NicoUIPlugin.this.fContributionProvider= new NicoWindowContributions(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[107] this.toolRegistry= null; ^^^^ Null type mismatch: required '@NonNull ToolRegistry' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[110] this.fContributionProvider.dispose(); ^^^^^^^^^ The method dispose() from the type WindowContributionsProvider is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[111] this.fContributionProvider = null; ^^^^ Null type mismatch: required '@NonNull WindowContributionsProvider' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[118] instance= null; ^^^^ Null type mismatch: required '@NonNull NicoUIPlugin' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[145] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[170] if (LoginDialog.this.username == null) { LoginDialog.this.username= field.getText(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[298] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[298] 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' 258. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 304) 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[389] boolean complete= true; ^^^^^^^^ The value of the local variable complete is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[403] 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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java:[95] public void updateElement(final UIElement element, final Map parameters) { ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java:[107] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[68] final StringBuilder msg= new StringBuilder(br); ^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' 276. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 278. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 289. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/CancelRunnableHandler.java (at line 85) options= Integer.decode(optionsParameter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 314. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 323. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 333. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 336. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 344. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 401. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 446. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 460. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/RelaunchToolHandler.java (at line 130) final ILaunchConfiguration relaunchConfig= new OverlayLaunchConfiguration(originalConfig, add); ^^^ 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.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 510. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 513. INFO in /home/jenkins/agent/workspace/statet-4.6.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<?> 514. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 517. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 518. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 523. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 537. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/TerminateToolHandler.java:[77] NicoUITools.showConsole((NIConsole)console, page, true); ^^^^ Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable 543 problems (0 errors, 497 warnings, 46 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.nico.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.nico.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.nico.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.ui --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.ui:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.nico.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [107/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.core --- [INFO] Compiling 240 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 14. INFO in /home/jenkins/agent/workspace/statet-4.6.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 15. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 41. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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>' 46. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 55. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 60. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 61. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[115] if (elementName == null) { throw new NullPointerException("elementName"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[124] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[139] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[161] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[162] if (elementName == null) { return (sb != null) ? sb.getString() : firstName; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[175] printScopeFQ(elementName, sb, options, true); ^^ Null type mismatch: required '@NonNull RValueFormatter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[183] printScopeFQ(elementName, sb, options, true); ^^ Null type mismatch: required '@NonNull RValueFormatter' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[219] sb.append(elementName.getSegmentName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[221] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[247] sb.append("[["); //$NON-NLS-1$ ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[252] sb.append('$'); ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[258] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[261] sb.append('@'); ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[266] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[270] sb.append("[…]"); //$NON-NLS-1$ ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[278] sb.append("[["); //$NON-NLS-1$ ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[279] sb.append(elementName.getSegmentName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[281] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[285] sb.append("[[…]]"); //$NON-NLS-1$ ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[286] elementName= elementName.getNextSegment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[294] sb.append(" …"); //$NON-NLS-1$ ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[300] return sb.getString(); ^^ Potential null pointer access: The variable sb may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[478] o1= o1.getNextSegment(); ^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ElementName' but this expression has type '@Nullable ElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[479] o2= o2.getNextSegment(); ^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull ElementName' but this expression has type '@Nullable ElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[488] else { return Integer.MIN_VALUE + 100; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[492] else if (n2 != null) { return Integer.MAX_VALUE - 100; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[495] return 0; ^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[663] segments.add(name.getScope()); ^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[827] last.nextSegment= tmp; ^^^^ Potential null pointer access: The variable last may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[896] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementName.java:[938] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/Util.java:[66] if (list.get(i).getName().equals(name)) { ^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#2-of ? extends org.eclipse.statet.rj.renv.core.RPkg', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/Util.java:[76] return RPkgType.valueOf(name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 139. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 141. INFO in /home/jenkins/agent/workspace/statet-4.6.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 142. INFO in /home/jenkins/agent/workspace/statet-4.6.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 143. INFO in /home/jenkins/agent/workspace/statet-4.6.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 144. INFO in /home/jenkins/agent/workspace/statet-4.6.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 145. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 157. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/IRPkgSet.java:[53] RPkgCompilation<? extends IRPkgInfo> getInstalled(); ^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull RPkgCompilation<? extends @NonNull RPkgBuilt>' returned from RPkgManagerDataset.getInstalled() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rmodel/RElementAccess.java:[117] public abstract RFrame getFrame(); ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[154] return this.numFormat.format(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/SelectedRepos.java:[20] public class SelectedRepos implements ISelectedRepos { ^^^^^^^^^^^^^ The type SelectedRepos should also implement hashCode() since it overrides Object.equals() [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/SelectedRepos.java:[73] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/SelectedRepos.java:[73] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 230. INFO in /home/jenkins/agent/workspace/statet-4.6.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 231. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 233. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 242. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 249. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RView.java:[64] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RView.java:[64] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 253. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 53) @SuppressWarnings({ "hiding", "nls" }) ^^^^^^^^ At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored 254. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 53) @SuppressWarnings({ "hiding", "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[158] for (final RLibLocation location : group.getLibLocations()) { ^^^^^ Potential null pointer access: The variable group may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[230] BasicRPkgCompilation<IRPkgInfo> loadInstalled(final List<? extends RLibGroup> envLibs) { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[234] final BasicRPkgCompilation<IRPkgInfo> newInstalled= new BasicRPkgCompilation<>(8); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 258. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 234) final BasicRPkgCompilation<IRPkgInfo> newInstalled= new BasicRPkgCompilation<>(8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'BasicRPkgCompilation<IRPkgInfo>' 259. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 256) this.libIdMap.put(location.getDirectory(), id); ^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[258] final RPkgListImpl<IRPkgInfo> list= new RPkgListImpl<>(16); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 261. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 258) final RPkgListImpl<IRPkgInfo> list= new RPkgListImpl<>(16); ^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<IRPkgInfo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[265] RNumVersion.create(pkgResult.getString(2)), ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[340] this.pkgDeleteStatement.setInt(1, id.intValue()); ^^ Potential null pointer access: The variable id may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[373] this.pkgChangeStatement.setInt(7, id.intValue()); ^^ Potential null pointer access: The variable id may be null at this location 265. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 406) final Integer id= result.getInt(1); ^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 294. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[257] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[323] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[324] null, this.toUpdateRSU, ^^^^ Null type mismatch: required '@NonNull List<@NonNull IFile>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[324] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[325] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[336] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[364] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[383] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[455] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[460] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[461] 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.6.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' 315. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[31] final RPkgListImpl<IRPkgInfo> added= new RPkgListImpl<>(8); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 318. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 31) final RPkgListImpl<IRPkgInfo> added= new RPkgListImpl<>(8); ^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<IRPkgInfo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[32] final RPkgListImpl<IRPkgInfo> changed= new RPkgListImpl<>(8); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 320. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 32) final RPkgListImpl<IRPkgInfo> changed= new RPkgListImpl<>(8); ^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<IRPkgInfo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[33] final RPkgListImpl<IRPkgInfo> deleted= new RPkgListImpl<>(8); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 322. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java (at line 33) final RPkgListImpl<IRPkgInfo> deleted= new RPkgListImpl<>(8); ^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<IRPkgInfo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[42] public RPkgListImpl<IRPkgInfo> getAdded() { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[47] public RPkgListImpl<IRPkgInfo> getChanged() { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[52] public RPkgListImpl<IRPkgInfo> getDeleted() { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 326. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 329. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 330. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 384. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[217] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[217] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[430] this.roxygen.init(); ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[481] if (expr.node == null) { node.expressions.remove(context.rootExpr); expr= null; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[488] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[588] appendNonOp(context, createNullConst(null)); ^^^^ Null type mismatch: required '@NonNull RAstNode' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[864] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[866] expr.node= null; ^^^^ Null type mismatch: required '@NonNull RAstNode' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1273] args.startOffset= args.endOffset= args.rParent.endOffset; ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1296] if (arg.argName == null) { arg.argName= errorNonExistingSymbol(arg, arg.endOffset, TYPE12_SYNTAX_SYMBOL_MISSING ); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1330] args.startOffset= args.endOffset= args.rParent.endOffset; ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1358] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1372] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1389] else { arg.startOffset= arg.endOffset= args.endOffset; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1419] args.startOffset= args.endOffset= args.rParent.endOffset; ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1447] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1461] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1478] else { arg.startOffset= arg.endOffset= args.endOffset; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1514] context.openExpr.node= newNode; ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1534] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1535] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1536] context.update(context.openExpr.node, null); ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1573] newNode.getLeftExpr().node= left; ^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLeftExpr() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1575] baseExpr.node= newNode; ^^^^^^^^ Potential null pointer access: The variable baseExpr may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1887] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1887] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1888] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParser.java:[1889] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 500. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[214] private RSourceUnitModelInfoImpl modelInfo; ^^^^^^^^^ The @NonNull field modelInfo may not have been initialized 504. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 402) private RCoreFunctions configuredRDef; ^^^^^^^^^^^^^^ The value of the field SourceAnalyzer.configuredRDef is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field configuredRDef may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field currentSourceContainerBuilder may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field dependencyEnvironments may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field fCallFallback may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field frames may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field genericDefaultEnvir may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field globalEnvir may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field packageRefs may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field topLevelEnvir may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[423] public SourceAnalyzer() { ^^^^^^^^^^^^^^^^ The @NonNull field topScope may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[520] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[606] this.sourceUnit= null; ^^^^ Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[665] this.sourceUnit= null; ^^^^ Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null 518. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 681) 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[707] && seb.element instanceof RSourceElementByElementAccess.RMethod) { final RSourceElementByElementAccess.RMethod element= (RSourceElementByElementAccess.RMethod)seb.element; element.occurrenceCount= anonymous++; registerAnonFunctionElement(element, seb.envir); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 520. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 732) (element.occurrenceCount= occ + 1) )); ^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[765] for (final EmbeddedRBuildElement element : this.chunkElements) { ^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 522. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 773) (element.occurrenceCount= occ + 1) )); ^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[776] for (final EmbeddedRBuildElement element : this.inlineElements) { ^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 524. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 784) (element.occurrenceCount= occ + 1) )); ^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[802] this.ast= null; ^^^^ Null type mismatch: required '@NonNull AstInfo' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[803] this.genericDefaultEnvir= null; ^^^^ Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[804] this.globalEnvir= null; ^^^^ Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[805] this.packageRefs= null; ^^^^ Null type mismatch: required '@NonNull BasicPackageReferences' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[806] this.topLevelEnvir= null; ^^^^ Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[807] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[808] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[811] this.currentSourceContainerBuilder= null; ^^^^ Null type mismatch: required 'SourceAnalyzer.@NonNull SourceElementBuilder' but the provided value is null 533. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 830) 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[851] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[890] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[934] buildFrame.add(argNameAccess.nameNode.getText(), argNameAccess); ^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type 537. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 961) 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[1021] switch (node.getOperator(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[1034] registerInEnvir(mode, name, access); ^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable 540. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2128] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2330] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2403] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2453] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2481] rClass.addSuperClasses(superClassNames); ^^^^^^ Potential null pointer access: The variable rClass may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2513] RSlot slot= null; ^^^^ The value of the local variable slot is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[2608] enterElement(rClassExt, envir, node); ^^^^^ Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is inferred as @Nullable 549. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java (at line 2865) private final int paramIdx_signature; ^^^^^^^^^^^^^^^^^^ The value of the field SourceAnalyzer.MethodsRemoveMethod.paramIdx_signature is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzer.java:[3098] 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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 554. INFO in /home/jenkins/agent/workspace/statet-4.6.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 555. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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>' 558. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 559. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 561. INFO in /home/jenkins/agent/workspace/statet-4.6.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 562. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 590. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 596. INFO in /home/jenkins/agent/workspace/statet-4.6.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 597. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[80] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[93] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[138] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable 603. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java (at line 146) return this.pkg.equals(other.pkg); ^^^^^^^^^ Unlikely argument type for equals(): IRPkgData seems to be unrelated to IRPkgInfo [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[151] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 608. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 610. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[39] public String getName() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RPkg.getName() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[44] public RNumVersion getVersion() { ^^^^^^^^^^^ The return type is incompatible with '@NonNull RNumVersion' returned from RPkg.getVersion() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[80] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[80] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[93] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[93] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 626. INFO in /home/jenkins/agent/workspace/statet-4.6.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 627. INFO in /home/jenkins/agent/workspace/statet-4.6.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 628. INFO in /home/jenkins/agent/workspace/statet-4.6.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 629. INFO in /home/jenkins/agent/workspace/statet-4.6.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 630. INFO in /home/jenkins/agent/workspace/statet-4.6.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 631. INFO in /home/jenkins/agent/workspace/statet-4.6.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 632. INFO in /home/jenkins/agent/workspace/statet-4.6.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 633. INFO in /home/jenkins/agent/workspace/statet-4.6.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 634. INFO in /home/jenkins/agent/workspace/statet-4.6.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 635. INFO in /home/jenkins/agent/workspace/statet-4.6.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 636. INFO in /home/jenkins/agent/workspace/statet-4.6.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 637. INFO in /home/jenkins/agent/workspace/statet-4.6.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 638. INFO in /home/jenkins/agent/workspace/statet-4.6.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 639. INFO in /home/jenkins/agent/workspace/statet-4.6.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 640. INFO in /home/jenkins/agent/workspace/statet-4.6.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 641. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) 643. INFO in /home/jenkins/agent/workspace/statet-4.6.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 644. INFO in /home/jenkins/agent/workspace/statet-4.6.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 645. INFO in /home/jenkins/agent/workspace/statet-4.6.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 646. INFO in /home/jenkins/agent/workspace/statet-4.6.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 647. INFO in /home/jenkins/agent/workspace/statet-4.6.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 648. INFO in /home/jenkins/agent/workspace/statet-4.6.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 649. INFO in /home/jenkins/agent/workspace/statet-4.6.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 650. INFO in /home/jenkins/agent/workspace/statet-4.6.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 651. INFO in /home/jenkins/agent/workspace/statet-4.6.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 652. INFO in /home/jenkins/agent/workspace/statet-4.6.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 653. INFO in /home/jenkins/agent/workspace/statet-4.6.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 654. INFO in /home/jenkins/agent/workspace/statet-4.6.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 655. INFO in /home/jenkins/agent/workspace/statet-4.6.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 656. INFO in /home/jenkins/agent/workspace/statet-4.6.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 657. INFO in /home/jenkins/agent/workspace/statet-4.6.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 658. INFO in /home/jenkins/agent/workspace/statet-4.6.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 659. INFO in /home/jenkins/agent/workspace/statet-4.6.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 660. INFO in /home/jenkins/agent/workspace/statet-4.6.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 661. INFO in /home/jenkins/agent/workspace/statet-4.6.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 662. INFO in /home/jenkins/agent/workspace/statet-4.6.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 663. INFO in /home/jenkins/agent/workspace/statet-4.6.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 664. INFO in /home/jenkins/agent/workspace/statet-4.6.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 665. INFO in /home/jenkins/agent/workspace/statet-4.6.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 666. INFO in /home/jenkins/agent/workspace/statet-4.6.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 667. INFO in /home/jenkins/agent/workspace/statet-4.6.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 668. INFO in /home/jenkins/agent/workspace/statet-4.6.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 669. INFO in /home/jenkins/agent/workspace/statet-4.6.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 670. INFO in /home/jenkins/agent/workspace/statet-4.6.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 671. INFO in /home/jenkins/agent/workspace/statet-4.6.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 672. INFO in /home/jenkins/agent/workspace/statet-4.6.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 673. INFO in /home/jenkins/agent/workspace/statet-4.6.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 674. INFO in /home/jenkins/agent/workspace/statet-4.6.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 675. INFO in /home/jenkins/agent/workspace/statet-4.6.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 676. INFO in /home/jenkins/agent/workspace/statet-4.6.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 677. INFO in /home/jenkins/agent/workspace/statet-4.6.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 678. INFO in /home/jenkins/agent/workspace/statet-4.6.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 679. INFO in /home/jenkins/agent/workspace/statet-4.6.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 680. INFO in /home/jenkins/agent/workspace/statet-4.6.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 681. INFO in /home/jenkins/agent/workspace/statet-4.6.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 682. INFO in /home/jenkins/agent/workspace/statet-4.6.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 683. INFO in /home/jenkins/agent/workspace/statet-4.6.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 684. INFO in /home/jenkins/agent/workspace/statet-4.6.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 685. INFO in /home/jenkins/agent/workspace/statet-4.6.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 686. INFO in /home/jenkins/agent/workspace/statet-4.6.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 687. INFO in /home/jenkins/agent/workspace/statet-4.6.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 688. INFO in /home/jenkins/agent/workspace/statet-4.6.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 689. INFO in /home/jenkins/agent/workspace/statet-4.6.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 690. INFO in /home/jenkins/agent/workspace/statet-4.6.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 691. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 702. INFO in /home/jenkins/agent/workspace/statet-4.6.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 703. INFO in /home/jenkins/agent/workspace/statet-4.6.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 704. INFO in /home/jenkins/agent/workspace/statet-4.6.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 705. INFO in /home/jenkins/agent/workspace/statet-4.6.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 706. INFO in /home/jenkins/agent/workspace/statet-4.6.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 707. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 721. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 723. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rmodel/RSourceElementByElementAccess.java:[627] else { sb.append(" <unnamed>"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[41] if (id.equals(repo.getId())) { ^^^^ Potential null pointer access: The variable repo may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[50] if (name.equals(repo.getName())) { ^^^^ Potential null pointer access: The variable repo may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[66] if (url.equals(repo.getURL())) { ^^^^ Potential null pointer access: The variable repo may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[101] final RLibGroup group= rLibPaths.getRLibGroup(groupId); ^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[122] if (!dataset.getInstalled().contains(pkgName)) { ^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParserPostExprVisitor.java:[111] child.rParent.status|= severityInChild; ^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RParserPostExprVisitor.java:[251] updateParentStatus(arg.getNameChild()); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/FCall.java:[79] 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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[398] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[398] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[404] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[406] return checkAssign(node.getRParent().getRParent()); ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getRParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[406] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[646] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[674] final String name= argNode.getNameChild().getText(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNameChild() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[761] ITER_ARGS: for (int nodeIdx= 0; nodeIdx < nodeArgCount; nodeIdx++) { ^^^^^^^^^ The label ITER_ARGS is never explicitly referenced [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1200] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1230] switch (node.getOperator(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1232] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1234] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1257] switch (node.getOperator(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1259] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1266] final Integer num= parseInt(node.getText()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 755. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1292) return (value != null) ? value : defaultValue; ^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1299] switch (node.getOperator(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1301] final Double num= parseNum(node.getText()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 758. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1303) return num.intValue(); ^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1308] return parseInt(node.getText()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 760. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1310) return (coerceNonNumeric) ? 1 : null; ^ The expression of type int is boxed into Integer 761. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1312) return (coerceNonNumeric) ? 0 : null; ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1335] switch (node.getOperator(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1337] final Double num= parseNum(node.getText()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 764. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1339) return num.floatValue(); ^^^^^^^^^^^^^^^^ The expression of type float is boxed into Float [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1344] final Integer num= parseInt(node.getText()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 766. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1346) return num.floatValue(); ^^^^^^^^^^^^^^^^ The expression of type float is boxed into Float 767. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1351) return 1f; ^^ The expression of type float is boxed into Float 768. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1353) return 0f; ^^ The expression of type float is boxed into Float [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1372] switch (node.getOperator(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1374] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java:[1381] final Integer num= parseInt(node.getText()); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 772. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1383) return num.doubleValue(); ^^^^^^^^^^^^^^^^^ The expression of type double is boxed into Double 773. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1388) return 1.0; ^^^ The expression of type double is boxed into Double 774. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/ast/RAsts.java (at line 1390) return 0.0; ^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 810. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 811. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 812. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 814. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 815. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 818. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 820. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 824. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 830. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 831. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 832. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 833. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 834. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 838. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[102] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[182] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[201] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[209] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[303] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[316] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[331] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[391] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[427] 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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[196] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[206] this.prefAccess.getPreferenceValue(this.selectedReposPref), ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoListPref' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>', corresponding supertype is 'Preference<List<RRepo>>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[207] this.prefAccess.getPreferenceValue(this.selectedCRANPref), ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[208] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[209] this.prefAccess.getPreferenceValue(this.selectedBioCPref) ); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[220] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[244] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[269] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[271] && (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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[272] || 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[273] || 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[285] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[285] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[341] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[370] if (this.rPlatform != null && !this.rPlatform.getRVersion().equals(rPlatform.getRVersion())) { ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[456] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[460] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[460] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[487] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[487] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[498] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[513] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[513] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[522] 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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[616] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[617] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[618] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[632] this.listeners.add(listener); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IRPkgManager.Listener' needs unchecked conversion to conform to 'IRPkgManager.@NonNull Listener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[725] PreferenceUtils.setPrefValue(envNode, this.selectedReposPref, repos.getRepos()); ^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[725] PreferenceUtils.setPrefValue(envNode, this.selectedReposPref, repos.getRepos()); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoListPref' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>', corresponding supertype is 'Preference<List<RRepo>>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[726] PreferenceUtils.setPrefValue(envNode, this.selectedCRANPref, repos.getCRANMirror()); ^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[726] PreferenceUtils.setPrefValue(envNode, this.selectedCRANPref, repos.getCRANMirror()); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[727] PreferenceUtils.setPrefValue(envNode, this.bioCVersionPref, repos.getBioCVersion()); ^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[727] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[728] PreferenceUtils.setPrefValue(envNode, this.selectedBioCPref, repos.getBioCMirror()); ^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[728] PreferenceUtils.setPrefValue(envNode, this.selectedBioCPref, repos.getBioCMirror()); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[731] PreferenceUtils.setPrefValue(globalNode, LAST_CRAN_PREF, repos.getCRANMirror()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[731] PreferenceUtils.setPrefValue(globalNode, LAST_CRAN_PREF, repos.getCRANMirror()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[734] PreferenceUtils.setPrefValue(globalNode, LAST_BIOC_PREF, repos.getBioCMirror()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IEclipsePreferences' needs unchecked conversion to conform to '@NonNull IEclipsePreferences' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[734] PreferenceUtils.setPrefValue(globalNode, LAST_BIOC_PREF, repos.getBioCMirror()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[799] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[799] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[885] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[890] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1027] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1035] { 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1083] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1123] call.addChar("BioC_mirror", repos.getBioCMirror().getURL()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1134] 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<?>' 905. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 1134) 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1135] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1135] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1155] RPkgCompilation<IRPkgData> available= null; ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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<?>' 911. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1232] this.rLibPaths= rLibLoader.load(libs, RuntimeRLibPathsLoader.FULL_CHECK, r, m); ^^^^ Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RVector<@NonNull RNumericStore>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1232] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1232] 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' 920. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java (at line 1236) 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 '@Nullable RPkgCompilation<IRPkgData>', corresponding supertype is 'RPkgCompilation<@NonNull IRPkgData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1243] this.rLibPaths= rLibLoader.load(libs, 0, r, m); ^^^^ Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RVector<@NonNull RNumericStore>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1243] this.rLibPaths= rLibLoader.load(libs, 0, r, m); ^ Null type safety (type annotations): The expression of type 'RService' needs unchecked conversion to conform to '@NonNull RService' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1243] this.rLibPaths= rLibLoader.load(libs, 0, r, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1298] final RPkgType type= RPkgUtils.checkPkgType(store.getName(), this.rPlatform); ^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RPlatform' but this expression has type '@Nullable RPlatform' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1313] final String label= (actions.get(0).getAction() == RPkgAction.UNINSTALL) ? ^^^^^^^^^^^^^^ Potential null pointer access: this expression has type 'capture#12-of ? extends org.eclipse.statet.r.core.pkgmanager.RPkgAction', a free type variable that may represent a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1318] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1318] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1321] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1321] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1346] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1346] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1347] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1347] checkNewCommand(r, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' 934. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[48] public String getTitle() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RPkgBuilt.getTitle() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[53] public String getBuilt() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from RPkgBuilt.getBuilt() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[58] public RLibLocation getLibLocation() { ^^^^^^^^^^^^ The return type is incompatible with '@NonNull RLibLocation' returned from RPkgBuilt.getLibLocation() (mismatching null constraints) 943. INFO in /home/jenkins/agent/workspace/statet-4.6.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 944. INFO in /home/jenkins/agent/workspace/statet-4.6.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 945. INFO in /home/jenkins/agent/workspace/statet-4.6.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 946. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[166] list.add(new BasicRPkg(name, RNumVersion.create(version))); ^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[227] private final BasicRPkgCompilation<IRPkgData> expectedPkgs= new BasicRPkgCompilation<>(4) { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 949. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 227) private final BasicRPkgCompilation<IRPkgData> expectedPkgs= new BasicRPkgCompilation<>(4) { @Override protected RPkgList<IRPkgData> newPkgList() { return new RPkgListImpl<>(4); } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull ' is made accessible using the less-annotated type 'BasicRPkgCompilation<IRPkgData>', corresponding supertype is 'BasicRPkgCompilation<@NonNull IRPkgData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[229] protected RPkgList<IRPkgData> newPkgList() { ^^^^^^^^ The return type is incompatible with '@NonNull RPkgList<@NonNull IRPkgData>' returned from BasicRPkgCompilation<IRPkgData>.newPkgList() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[229] protected RPkgList<IRPkgData> newPkgList() { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 952. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 230) return new RPkgListImpl<>(4); ^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgData>' is made accessible using the less-annotated type 'RPkgList<IRPkgData>', corresponding supertype is 'RPkgList<@NonNull IRPkgData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[241] final RPkgListImpl<IRPkgData> list= (RPkgListImpl<IRPkgData>) this.expectedPkgs.getOrAdd(path); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[241] final RPkgListImpl<IRPkgData> list= (RPkgListImpl<IRPkgData>) this.expectedPkgs.getOrAdd(path); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[246] final List<RPkgList<IRPkgData>> all= this.expectedPkgs.getAll(); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 956. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 246) final List<RPkgList<IRPkgData>> all= this.expectedPkgs.getAll(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull List<@NonNull RPkgList<IRPkgData>>' is made accessible using the less-annotated type 'List<RPkgList<IRPkgData>>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[247] for (final RPkgList<IRPkgData> list : all) { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[248] ((RPkgListImpl<IRPkgData>) list).clear(); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[253] RPkgCompilation<IRPkgData> loadAvailable(final REnv rEnv, final ISelectedRepos repoSettings, ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[261] final BasicRPkgCompilation<IRPkgData> newAvailable= new BasicRPkgCompilation<>(l); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 961. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 261) final BasicRPkgCompilation<IRPkgData> newAvailable= new BasicRPkgCompilation<>(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull IRPkgData>' is made accessible using the less-annotated type 'BasicRPkgCompilation<IRPkgData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[270] RArray<RCharacterStore> data; ^^^^^^^^^^^^^^^ Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[274] final String key= RPkgUtils.getPkgTypeInstallKey(r.getPlatform(), repo.getPkgType()); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RPkgType' needs unchecked conversion to conform to '@NonNull RPkgType' 964. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 279) data= RDataUtils.checkRCharArray(call.evalData(m), 2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RArray<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RArray<RCharacterStore>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[285] final RPkgListImpl<IRPkgData> list= new RPkgListImpl<>(nPkgs); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 966. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 285) final RPkgListImpl<IRPkgData> list= new RPkgListImpl<>(nPkgs); ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgData>' is made accessible using the less-annotated type 'RPkgListImpl<IRPkgData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[286] newAvailable.add(repo.getId(), list); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[319] RPkgCompilation<IRPkgInfo> loadInstalled(final RuntimeRLibPaths rLibPaths, final boolean[] update, ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[324] final BasicRPkgCompilation<IRPkgInfo> newInstalled= new BasicRPkgCompilation<>( ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 970. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 324) final BasicRPkgCompilation<IRPkgInfo> newInstalled= new BasicRPkgCompilation<>( rLibPaths.getRLibLocations().size() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull BasicRPkgCompilation<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'BasicRPkgCompilation<IRPkgInfo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[326] final RPkgCompilation<IRPkgInfo> prevInstalled= (RPkgCompilation<IRPkgInfo>) ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[326] final RPkgCompilation<IRPkgInfo> prevInstalled= (RPkgCompilation<IRPkgInfo>) ((event.oldPkgs != null) ? event.oldPkgs.getInstalled() : null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from RPkgCompilation<capture#2-of ? extends IRPkgInfo> to RPkgCompilation<IRPkgInfo> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[326] final RPkgCompilation<IRPkgInfo> prevInstalled= (RPkgCompilation<IRPkgInfo>) ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[339] final RArray<RCharacterStore> data; ^^^^^^^^^^^^^^^ Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>' 975. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 342) data= RDataUtils.checkRCharArray(call.evalData(m), 2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RArray<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RArray<RCharacterStore>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[348] final RPkgList<IRPkgInfo> oldList= (prevInstalled != null) ? ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[350] final RPkgListImpl<IRPkgInfo> newList= new RPkgListImpl<>(nPkgs); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 978. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 350) final RPkgListImpl<IRPkgInfo> newList= new RPkgListImpl<>(nPkgs); ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull IRPkgInfo>' is made accessible using the less-annotated type 'RPkgListImpl<IRPkgInfo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[351] final RPkgList<IRPkgData> expectedList= this.expectedPkgs.getBySource(libLocation.getDirectory()); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[358] if (built == null) { built= ""; //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[418] final RPkgList<IRPkgInfo> prevList= prevInstalled.getBySource(libLocation.getDirectory()); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[454] final RArray<RCharacterStore> data; ^^^^^^^^^^^^^^^ Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>' 983. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 457) data= RDataUtils.checkRCharArray(call.evalData(m), 2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RArray<@NonNull RCharacterStore>' is made accessible using the less-annotated type 'RArray<RCharacterStore>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[465] final RPkgListImpl<RPkgInfoAndData> newList= new RPkgListImpl<>(nPkgs); ^^^^^^^^^^^^^^^ Null constraint mismatch: The type 'RPkgInfoAndData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' 985. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java (at line 465) final RPkgListImpl<RPkgInfoAndData> newList= new RPkgListImpl<>(nPkgs); ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsafe null type conversion (type annotations): The value of type '@NonNull RPkgListImpl<@NonNull RPkgInfoAndData>' is made accessible using the less-annotated type 'RPkgListImpl<RPkgInfoAndData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[466] final RPkgList<IRPkgData> expectedList= this.expectedPkgs.getBySource(location.getDirectory()); ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[473] if (built == null) { built= ""; //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[489] (!changed) ? oldPkg.getVersion() : RNumVersion.create(version), ^^^^^^ Potential null pointer access: The variable oldPkg may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[494] (!changed) ? oldPkg.getFlags() : 0, ^^^^^^ Potential null pointer access: The variable oldPkg may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[495] (!changed) ? oldPkg.getInstallStamp() : event.stamp, ^^^^^^ Potential null pointer access: The variable oldPkg may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[496] (!changed) ? oldPkg.getRepoId() : ((expectedData != null) ? expectedData.getRepoId() : null) ); ^^^^^^ Potential null pointer access: The variable oldPkg may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[555] oldFullPkgs.getInstalled().getBySource(location.getDirectory()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RPkgList<RPkgInfoAndData>' but this expression has type '@Nullable RPkgList<RPkgInfoAndData>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1003. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[102] if (nameNode.getStartOffset() >= this.start && nameNode.getEndOffset() <= this.stop) { ^^^^^^^^ Potential null pointer access: The variable nameNode may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[111] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[115] final RFrame frame= access.getFrame(); ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[208] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[316] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[335] Collections.sort(this.variablesList, new Comparator<Variable>() { ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<ExtractFunctionRefactoring.Variable>' needs unchecked conversion to conform to '@NonNull List<ExtractFunctionRefactoring.Variable>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[338] return RElementAccess.NAME_POSITION_COMPARATOR.compare(o1.firstAccess, o2.firstAccess); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RElementAccess' needs unchecked conversion to conform to '@NonNull RElementAccess' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[338] return RElementAccess.NAME_POSITION_COMPARATOR.compare(o1.firstAccess, o2.firstAccess); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RElementAccess' needs unchecked conversion to conform to '@NonNull RElementAccess' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[354] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[367] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[382] final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label; ^^^^^^ The value of the local variable source is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[486] 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.6.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_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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[492] 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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[503] sb.append(assignment.getOperator(0).text); ^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getOperator(int) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[524] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1032. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgSet.java:[26] class RPkgSet extends BasicRPkgManagerData<IRPkgInfo> implements IRPkgSet { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'TInstalled extends @NonNull RPkgBuilt' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgSet.java:[30] final RPkgCompilation<IRPkgInfo> installed) { ^^^^^^^^^ Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[75] this.tempDir= RDataUtils.checkSingleCharValue(this.r.evalData("tempdir()", m)); //$NON-NLS-1$ ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[96] this.r.evalVoid(sb.toString(), m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[103] if (RDataUtils.checkSingleIntValue(this.r.evalData(sb.toString(), m)) != 0) { ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[114] this.r.evalVoid(sb.toString(), m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[129] if (action.getAction() == RPkgAction.INSTALL) { ^^^^^^ Potential null pointer access: The variable action may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[159] if (RPkgUtils.checkPkgType(store.getName(), this.manager.getRPlatform()) != repo.getPkgType()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RPlatform' but this expression has type '@Nullable RPlatform' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[167] this.r.uploadFile(in, store.fetchInfo().getLength(), fileName, 0, m.newSubMonitor(3)); ^^ Null type safety (type annotations): The expression of type 'InputStream' needs unchecked conversion to conform to '@NonNull InputStream' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[196] sb.append('"').append(RPkgUtils.getPkgTypeInstallKey(this.r.getPlatform(), repo.getPkgType())).append('"'); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RPkgType' needs unchecked conversion to conform to '@NonNull RPkgType' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[242] m.beginSubTask(NLS.bind("Loading R package ''{0}''...", pkgData.getName())); ^^^^^^^ Potential null pointer access: The variable pkgData may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[264] final RLibLocationInfo info= this.manager.getRLibPaths().getInfo(libLocation); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RLibLocation' needs unchecked conversion to conform to '@NonNull RLibLocation' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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<?>' 1083. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 1087. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 1088. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 1090. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1091. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RRepo.java:[129] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RRepo.java:[134] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 1101. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1110. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1110 problems (0 errors, 926 warnings, 184 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [108/143] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core.tests --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.core.tests --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[841] 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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[848] 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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RExpressionComputingTest.java:[855] 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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RAstTests.java:[42] return this.type + " » " + ((this.op0 != null) ? this.op0.name() : ""); ^^^ Potential null pointer access: this expression has a '@Nullable' type 19. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RAstTests.java (at line 97) assertEquals(String.format("0x%1$08X", statusCode), String.format("0x%1$08X", actual.getStatusCode()), ^^^^^^^^^^ The expression of type int is boxed into Integer 20. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RAstTests.java (at line 97) 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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/internal/r/core/rmodel/SourceAnalyzerTest.java:[174] final var placeholderAttachments= placeholder.getAttachments(); ^^^^^^^^^^^ Potential null pointer access: The variable placeholder may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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[]' 23. INFO in /home/jenkins/agent/workspace/statet-4.6.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 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RParserBasicTest.java:[166] RAstNode expr0; ^^^^^ The value of the local variable expr0 is not used 26. INFO in /home/jenkins/agent/workspace/statet-4.6.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 27. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 63) assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 28. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 64) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^ The expression of type boolean is boxed into Boolean 29. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 64) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 30. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 64) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 31. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 65) assertEquals(store.getLogi(i), vData.getLogi(0), () -> String.format("logi values differ for sample [%1$s]", index0)); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 32. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 65) assertEquals(store.getLogi(i), vData.getLogi(0), () -> String.format("logi values differ for sample [%1$s]", index0)); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 33. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 65) assertEquals(store.getLogi(i), vData.getLogi(0), () -> String.format("logi values differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 34. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 82) assertEquals(true, vData.isNA(0)); ^^^^ The expression of type boolean is boxed into Boolean 35. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 82) assertEquals(true, vData.isNA(0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 36. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 107) assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 37. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 108) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^ The expression of type boolean is boxed into Boolean 38. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 108) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 39. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 108) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 40. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 109) assertEquals(store.getNum(i), vData.getNum(0), 0, () -> String.format("num values differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 41. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 128) assertEquals(true, vData.isNA(0)); ^^^^ The expression of type boolean is boxed into Boolean 42. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 128) assertEquals(true, vData.isNA(0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 43. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 165) assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 44. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 166) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^ The expression of type boolean is boxed into Boolean 45. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 166) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 46. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 166) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 47. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 167) assertEquals(store.getNum(i), vData.getNum(0), 0, () -> String.format("num values differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 48. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 169) assertEquals(fString, aString, () -> String.format("formatted strings differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 49. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 184) assertEquals(true, vData.isNA(0)); ^^^^ The expression of type boolean is boxed into Boolean 50. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 184) assertEquals(true, vData.isNA(0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 51. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 200) assertEquals(true, vData.isNA(0)); ^^^^ The expression of type boolean is boxed into Boolean 52. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 200) assertEquals(true, vData.isNA(0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 53. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 232) assertEquals(false, vData.isNA(0)); ^^^^^ The expression of type boolean is boxed into Boolean 54. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 232) assertEquals(false, vData.isNA(0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 55. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 249) assertEquals(true, vData.isNA(0)); ^^^^ The expression of type boolean is boxed into Boolean 56. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 249) assertEquals(true, vData.isNA(0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 57. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 268) assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 58. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 269) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^ The expression of type boolean is boxed into Boolean 59. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 269) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean 60. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 269) assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 61. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 270) assertEquals(b, vData.getRaw(0), () -> String.format("raw values differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 62. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 272) assertEquals(fString, aString, () -> String.format("formatted strings differ for sample [%1$s]", index0)); ^^^^^^ The expression of type int is boxed into Integer 63. INFO in /home/jenkins/agent/workspace/statet-4.6.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 64. INFO in /home/jenkins/agent/workspace/statet-4.6.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 65. INFO in /home/jenkins/agent/workspace/statet-4.6.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 66. INFO in /home/jenkins/agent/workspace/statet-4.6.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 67. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/ast/RParserFCallArgsTest.java:[67] assertEquals(startOffset, callArgs.getStartOffset(), "args.startOffset"); ^^^^^^^^ Potential null pointer access: The variable callArgs may be null at this location 69. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporterTest.java (at line 438) assertEquals(String.format("0x%1$08X", expectedCode), String.format("0x%1$08X", actual.getCode()), "code"); ^^^^^^^^^^^^ The expression of type int is boxed into Integer 70. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/internal/r/core/rmodel/AstProblemReporterTest.java (at line 438) assertEquals(String.format("0x%1$08X", expectedCode), String.format("0x%1$08X", actual.getCode()), "code"); ^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 71. INFO in /home/jenkins/agent/workspace/statet-4.6.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 72. INFO in /home/jenkins/agent/workspace/statet-4.6.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 72 problems (0 errors, 22 warnings, 50 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.core.tests:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4: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/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.core-tests/target/surefire.properties] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Running org.eclipse.statet.r.core.source.ast.RExpressionComputingTest Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in org.eclipse.statet.r.core.source.ast.RExpressionComputingTest FCall_Arg Time elapsed: 0.03 s SubNamed{RTerminal}[1] Time elapsed: 0.021 s SubNamed{RTerminal}[2] Time elapsed: 0.001 s Assign_ALeft{RTerminal}[1] Time elapsed: 0.001 s Assign_ALeft{RTerminal}[2] Time elapsed: 0.001 s SubIndexed{NodeType, String, String}[1] Time elapsed: 0.001 s SubIndexed{NodeType, String, String}[2] Time elapsed: 0.001 s SourceComponent Time elapsed: 0.001 s CIf_withElse Time elapsed: 0.001 s PipeForward_withPlaceholder Time elapsed: 0.001 s FDef_Args Time elapsed: 0.001 s PipeForward Time elapsed: 0.002 s Special Time elapsed: 0.001 s CIf Time elapsed: 0.001 s Not Time elapsed: 0.002 s Seq Time elapsed: 0.001 s SubIndexed_Arg{NodeType, String, String}[1] Time elapsed: 0.001 s SubIndexed_Arg{NodeType, String, String}[2] Time elapsed: 0.001 s CFor Time elapsed: 0.027 s FDef Time elapsed: 0.001 s Sign{RTerminal}[1] Time elapsed: 0 s Sign{RTerminal}[2] Time elapsed: 0.001 s SubIndexed_Args{NodeType, String, String}[1] Time elapsed: 0 s SubIndexed_Args{NodeType, String, String}[2] Time elapsed: 0.001 s Block Time elapsed: 0.001 s FCall Time elapsed: 0.001 s Group Time elapsed: 0 s NsGet{RTerminal}[1] Time elapsed: 0.001 s NsGet{RTerminal}[2] Time elapsed: 0 s Power{RTerminal}[1] Time elapsed: 0.002 s FCall_Args Time elapsed: 0.001 s FDef_Arg Time elapsed: 0.001 s Arithmetic{RTerminal}[1] Time elapsed: 0 s Arithmetic{RTerminal}[2] Time elapsed: 0.001 s Arithmetic{RTerminal}[3] Time elapsed: 0.001 s Arithmetic{RTerminal}[4] Time elapsed: 0.001 s CRepeat Time elapsed: 0.001 s CWhile Time elapsed: 0.001 s Logical{RTerminal}[1] Time elapsed: 0.001 s Logical{RTerminal}[2] Time elapsed: 0.001 s Logical{RTerminal}[3] Time elapsed: 0.001 s Logical{RTerminal}[4] Time elapsed: 0 s Assign_ARight{RTerminal}[1] Time elapsed: 0.001 s Assign_ARight{RTerminal}[2] Time elapsed: 0.001 s Running org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.statet.r.core.source.ast.RArgumentMatchingTest PipeTarget_match_simple Time elapsed: 0.002 s ReplCall_match_partialMatch Time elapsed: 0.001 s ReplCall_match_ellipsisAtEnd_noValueArg Time elapsed: 0.001 s PipeTarget_match_emptyArg1 Time elapsed: 0.001 s PipeTarget_match_emptyArg2 Time elapsed: 0.001 s ReplCall_match_noValueArg Time elapsed: 0 s ReplCall_match_moreThanDef Time elapsed: 0.001 s PipeTarget_match_simple_withPlaceholder Time elapsed: 0.001 s Default_match_simple Time elapsed: 0 s PipeTarget_match_lessThanDef_withPlaceholder Time elapsed: 0 s Default_match_lessThanDef Time elapsed: 0.001 s Default_match_partialMatch Time elapsed: 0 s ReplCall_match_lessThanDef Time elapsed: 0.001 s ReplCall_match_ellipsisAtEnd Time elapsed: 0 s Default_match_ellipsisAtEnd Time elapsed: 0 s ReplCall_match_simple Time elapsed: 0 s ReplCall_match_emptyArg1 Time elapsed: 0.001 s ReplCall_match_emptyArg2 Time elapsed: 0 s PipeTarget_match_ellipsisAtEnd Time elapsed: 0 s PipeTarget_match_lessThanDef Time elapsed: 0.001 s Default_match_ellipsisAt0 Time elapsed: 0 s PipeTarget_match_partialMatch Time elapsed: 0 s PipeTarget_match_partialMatch_withPlaceholder Time elapsed: 0.001 s Default_match_emptyArg1 Time elapsed: 0 s Default_match_emptyArg2 Time elapsed: 0 s PipeTarget_match_ellipsisAtEnd_withPlaceholder Time elapsed: 0.001 s AutoContext_match Time elapsed: 0.001 s Running org.eclipse.statet.r.core.source.ast.RParserPipeTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.statet.r.core.source.ast.RParserPipeTest PipePlaceholder_invalidUse Time elapsed: 0.001 s PipeForward_missingTarget Time elapsed: 0.001 s PipeForward_withPlaceholder Time elapsed: 0.001 s PipeForward_invalidTarget Time elapsed: 0 s PipeForward_incompatible Time elapsed: 0 s PipeForward_withArgs Time elapsed: 0.001 s PipeForward_basic Time elapsed: 0.001 s PipePlaceholder_incompatible Time elapsed: 0.001 s Running org.eclipse.statet.r.core.source.ast.RParserFDefTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.r.core.source.ast.RParserFDefTest FDefStd_basic Time elapsed: 0 s FDefBackslash_bodyMissing Time elapsed: 0 s FDefStd_argsNotOpened Time elapsed: 0.001 s FDefBackslash_incompatible Time elapsed: 0.001 s FDefStd_bodyMissing Time elapsed: 0 s FDefBackslash_argsNotOpened Time elapsed: 0 s FDefBackslash_basic Time elapsed: 0.001 s Running org.eclipse.statet.r.core.source.ast.RParserSourceRangeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.r.core.source.ast.RParserSourceRangeTest scan_expand Time elapsed: 0 s scan Time elapsed: 0 s Running org.eclipse.statet.r.core.source.ast.RParserBasicTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.statet.r.core.source.ast.RParserBasicTest STRING Time elapsed: 0.002 s SYMBOL Time elapsed: 0.001 s HELP_assignOps{NodeDescr}[1] Time elapsed: 0.001 s HELP_assignOps{NodeDescr}[2] Time elapsed: 0.001 s HELP_assignOps{NodeDescr}[3] Time elapsed: 0.001 s HELP_assignOps{NodeDescr}[4] Time elapsed: 0.001 s HELP_assignOps{NodeDescr}[5] Time elapsed: 0.001 s HELP_commonOps{NodeDescr}[1] Time elapsed: 0.001 s HELP_commonOps{NodeDescr}[2] Time elapsed: 0 s HELP_commonOps{NodeDescr}[3] Time elapsed: 0.001 s HELP_commonOps{NodeDescr}[4] Time elapsed: 0 s HELP_commonOps{NodeDescr}[5] Time elapsed: 0.001 s ADD Time elapsed: 0.001 s HELP Time elapsed: 0 s ADD_withErrorInChild Time elapsed: 0.001 s ASSIGN_commonOps{NodeDescr}[1] Time elapsed: 0.001 s ASSIGN_commonOps{NodeDescr}[2] Time elapsed: 0.002 s ASSIGN_commonOps{NodeDescr}[3] Time elapsed: 0.001 s ASSIGN_commonOps{NodeDescr}[4] Time elapsed: 0.001 s ASSIGN_commonOps{NodeDescr}[5] Time elapsed: 0.001 s STRING_withError Time elapsed: 0 s Running org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.statet.r.core.source.ast.RParserFCallArgsTest scan_expand Time elapsed: 0.001 s scan Time elapsed: 0 s Running org.eclipse.statet.r.core.source.RLexerQuickCheckTest Tests run: 350, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.statet.r.core.source.RLexerQuickCheckTest matchBlockOpen{String}[1] Time elapsed: 0 s matchBlockOpen{String}[2] Time elapsed: 0 s matchBlockOpen{String}[3] Time elapsed: 0.001 s matchBlockOpen{String}[4] Time elapsed: 0.001 s matchBlockOpen{String}[5] Time elapsed: 0 s matchComment{String}[1] Time elapsed: 0 s matchComment{String}[2] Time elapsed: 0 s matchComment{String}[3] Time elapsed: 0 s matchComment{String}[4] Time elapsed: 0 s matchNsGetInt{String}[1] Time elapsed: 0 s matchNsGetInt{String}[2] Time elapsed: 0 s matchNsGetInt{String}[3] Time elapsed: 0.001 s matchNsGetInt{String}[4] Time elapsed: 0 s matchNsGetInt{String}[5] Time elapsed: 0 s matchKey_function{String}[1] Time elapsed: 0 s matchKey_function{String}[2] Time elapsed: 0.001 s matchKey_function{String}[3] Time elapsed: 0.001 s matchKey_function{String}[4] Time elapsed: 0 s matchKey_function{String}[5] Time elapsed: 0 s matchKey_function{String}[6] Time elapsed: 0 s matchKey_NA_integer{String}[1] Time elapsed: 0.001 s matchKey_NA_integer{String}[2] Time elapsed: 0.001 s matchKey_NA_integer{String}[3] Time elapsed: 0 s matchKey_NA_integer{String}[4] Time elapsed: 0 s matchKey_NA_integer{String}[5] Time elapsed: 0 s matchKey_NA_integer{String}[6] Time elapsed: 0 s matchSubNamedPart{String}[1] Time elapsed: 0 s matchSubNamedPart{String}[2] Time elapsed: 0.001 s matchSubNamedPart{String}[3] Time elapsed: 0 s matchSubNamedPart{String}[4] Time elapsed: 0 s matchSubNamedPart{String}[5] Time elapsed: 0 s matchLinebreakWin Time elapsed: 0 s matchArrowRightD{String}[1] Time elapsed: 0.001 s matchArrowRightD{String}[2] Time elapsed: 0 s matchArrowRightD{String}[3] Time elapsed: 0.001 s matchArrowRightD{String}[4] Time elapsed: 0 s matchArrowRightD{String}[5] Time elapsed: 0.001 s matchArrowRightS{String}[1] Time elapsed: 0.001 s matchArrowRightS{String}[2] Time elapsed: 0 s matchArrowRightS{String}[3] Time elapsed: 0 s matchArrowRightS{String}[4] Time elapsed: 0 s matchArrowRightS{String}[5] Time elapsed: 0 s matchPipeRight{String}[1] Time elapsed: 0 s matchPipeRight{String}[2] Time elapsed: 0 s matchPipeRight{String}[3] Time elapsed: 0 s matchPipeRight{String}[4] Time elapsed: 0 s matchPipeRight{String}[5] Time elapsed: 0 s matchKey_NULL{String}[1] Time elapsed: 0 s matchKey_NULL{String}[2] Time elapsed: 0.001 s matchKey_NULL{String}[3] Time elapsed: 0 s matchKey_NULL{String}[4] Time elapsed: 0.001 s matchKey_NULL{String}[5] Time elapsed: 0 s matchKey_NULL{String}[6] Time elapsed: 0.001 s matchKey_TRUE{String}[1] Time elapsed: 0 s matchKey_TRUE{String}[2] Time elapsed: 0 s matchKey_TRUE{String}[3] Time elapsed: 0 s matchKey_TRUE{String}[4] Time elapsed: 0 s matchKey_TRUE{String}[5] Time elapsed: 0 s matchKey_TRUE{String}[6] Time elapsed: 0 s matchQuestionmark{String}[1] Time elapsed: 0 s matchQuestionmark{String}[2] Time elapsed: 0 s matchQuestionmark{String}[3] Time elapsed: 0 s matchQuestionmark{String}[4] Time elapsed: 0 s matchQuestionmark{String}[5] Time elapsed: 0.001 s matchKey_else{String}[1] Time elapsed: 0 s matchKey_else{String}[2] Time elapsed: 0 s matchKey_else{String}[3] Time elapsed: 0 s matchKey_else{String}[4] Time elapsed: 0 s matchKey_else{String}[5] Time elapsed: 0 s matchKey_else{String}[6] Time elapsed: 0.001 s matchKey_next{String}[1] Time elapsed: 0 s matchKey_next{String}[2] Time elapsed: 0 s matchKey_next{String}[3] Time elapsed: 0 s matchKey_next{String}[4] Time elapsed: 0 s matchKey_next{String}[5] Time elapsed: 0 s matchKey_next{String}[6] Time elapsed: 0 s matchSpecial{String}[1] Time elapsed: 0.001 s matchSpecial{String}[2] Time elapsed: 0 s matchSpecial{String}[3] Time elapsed: 0 s matchSpecial{String}[4] Time elapsed: 0 s matchSpecial{String}[5] Time elapsed: 0.001 s skipComment{String}[1] Time elapsed: 0 s skipComment{String}[2] Time elapsed: 0 s skipComment{String}[3] Time elapsed: 0 s skipComment{String}[4] Time elapsed: 0 s matchLinebreak Time elapsed: 0 s matchWhitespace{String}[1] Time elapsed: 0 s matchWhitespace{String}[2] Time elapsed: 0 s matchWhitespace{String}[3] Time elapsed: 0 s matchWhitespace{String}[4] Time elapsed: 0 s matchKey_FALSE{String}[1] Time elapsed: 0 s matchKey_FALSE{String}[2] Time elapsed: 0.001 s matchKey_FALSE{String}[3] Time elapsed: 0 s matchKey_FALSE{String}[4] Time elapsed: 0.001 s matchKey_FALSE{String}[5] Time elapsed: 0 s matchKey_FALSE{String}[6] Time elapsed: 0.001 s matchKey_break{String}[1] Time elapsed: 0 s matchKey_break{String}[2] Time elapsed: 0 s matchKey_break{String}[3] Time elapsed: 0 s matchKey_break{String}[4] Time elapsed: 0.001 s matchKey_break{String}[5] Time elapsed: 0 s matchKey_break{String}[6] Time elapsed: 0 s matchKey_while{String}[1] Time elapsed: 0 s matchKey_while{String}[2] Time elapsed: 0 s matchKey_while{String}[3] Time elapsed: 0 s matchKey_while{String}[4] Time elapsed: 0 s matchKey_while{String}[5] Time elapsed: 0 s matchKey_while{String}[6] Time elapsed: 0 s matchKey_repeat{String}[1] Time elapsed: 0 s matchKey_repeat{String}[2] Time elapsed: 0 s matchKey_repeat{String}[3] Time elapsed: 0 s matchKey_repeat{String}[4] Time elapsed: 0 s matchKey_repeat{String}[5] Time elapsed: 0.001 s matchKey_repeat{String}[6] Time elapsed: 0 s matchGroupOpen{String}[1] Time elapsed: 0 s matchGroupOpen{String}[2] Time elapsed: 0 s matchGroupOpen{String}[3] Time elapsed: 0.001 s matchGroupOpen{String}[4] Time elapsed: 0 s matchGroupOpen{String}[5] Time elapsed: 0 s skipWhitespace{String}[1] Time elapsed: 0 s skipWhitespace{String}[2] Time elapsed: 0 s skipWhitespace{String}[3] Time elapsed: 0 s skipWhitespace{String}[4] Time elapsed: 0.001 s matchKey_NA_real{String}[1] Time elapsed: 0 s matchKey_NA_real{String}[2] Time elapsed: 0 s matchKey_NA_real{String}[3] Time elapsed: 0 s matchKey_NA_real{String}[4] Time elapsed: 0.001 s matchKey_NA_real{String}[5] Time elapsed: 0 s matchKey_NA_real{String}[6] Time elapsed: 0 s empty Time elapsed: 0 s matchSpecial_empty{String}[1] Time elapsed: 0.001 s matchSpecial_empty{String}[2] Time elapsed: 0 s matchSpecial_empty{String}[3] Time elapsed: 0 s matchSpecial_empty{String}[4] Time elapsed: 0 s matchSpecial_empty{String}[5] Time elapsed: 0 s matchAnd{String}[1] Time elapsed: 0 s matchAnd{String}[2] Time elapsed: 0 s matchAnd{String}[3] Time elapsed: 0 s matchAnd{String}[4] Time elapsed: 0 s matchAnd{String}[5] Time elapsed: 0.001 s matchDiv{String}[1] Time elapsed: 0 s matchDiv{String}[2] Time elapsed: 0 s matchDiv{String}[3] Time elapsed: 0 s matchDiv{String}[4] Time elapsed: 0.001 s matchDiv{String}[5] Time elapsed: 0 s matchNot{String}[1] Time elapsed: 0 s matchNot{String}[2] Time elapsed: 0 s matchNot{String}[3] Time elapsed: 0.001 s matchNot{String}[4] Time elapsed: 0 s matchNot{String}[5] Time elapsed: 0 s matchOrD{String}[1] Time elapsed: 0 s matchOrD{String}[2] Time elapsed: 0 s matchOrD{String}[3] Time elapsed: 0 s matchOrD{String}[4] Time elapsed: 0 s matchOrD{String}[5] Time elapsed: 0.001 s matchSeq{String}[1] Time elapsed: 0 s matchSeq{String}[2] Time elapsed: 0 s matchSeq{String}[3] Time elapsed: 0 s matchSeq{String}[4] Time elapsed: 0 s matchSeq{String}[5] Time elapsed: 0 s matchColonEqual_disabled Time elapsed: 0.001 s matchKey_NA_character{String}[1] Time elapsed: 0 s matchKey_NA_character{String}[2] Time elapsed: 0 s matchKey_NA_character{String}[3] Time elapsed: 0 s matchKey_NA_character{String}[4] Time elapsed: 0.001 s matchKey_NA_character{String}[5] Time elapsed: 0 s matchKey_NA_character{String}[6] Time elapsed: 0 s matchRoxygenComment{String}[1] Time elapsed: 0 s matchRoxygenComment{String}[2] Time elapsed: 0 s matchRoxygenComment{String}[3] Time elapsed: 0.001 s matchRoxygenComment{String}[4] Time elapsed: 0 s matchColonEqual{String}[1] Time elapsed: 0.001 s matchColonEqual{String}[2] Time elapsed: 0 s matchColonEqual{String}[3] Time elapsed: 0.001 s matchColonEqual{String}[4] Time elapsed: 0 s matchColonEqual{String}[5] Time elapsed: 0 s matchKey_Inf{String}[1] Time elapsed: 0 s matchKey_Inf{String}[2] Time elapsed: 0 s matchKey_Inf{String}[3] Time elapsed: 0 s matchKey_Inf{String}[4] Time elapsed: 0.001 s matchKey_Inf{String}[5] Time elapsed: 0 s matchKey_Inf{String}[6] Time elapsed: 0 s matchKey_NaN{String}[1] Time elapsed: 0 s matchKey_NaN{String}[2] Time elapsed: 0 s matchKey_NaN{String}[3] Time elapsed: 0 s matchKey_NaN{String}[4] Time elapsed: 0 s matchKey_NaN{String}[5] Time elapsed: 0 s matchKey_NaN{String}[6] Time elapsed: 0 s matchKey_for{String}[1] Time elapsed: 0.001 s matchKey_for{String}[2] Time elapsed: 0 s matchKey_for{String}[3] Time elapsed: 0 s matchKey_for{String}[4] Time elapsed: 0 s matchKey_for{String}[5] Time elapsed: 0 s matchKey_for{String}[6] Time elapsed: 0 s matchGroupClose{String}[1] Time elapsed: 0 s matchGroupClose{String}[2] Time elapsed: 0.001 s matchGroupClose{String}[3] Time elapsed: 0 s matchGroupClose{String}[4] Time elapsed: 0 s matchGroupClose{String}[5] Time elapsed: 0.001 s matchBlockClose{String}[1] Time elapsed: 0 s matchBlockClose{String}[2] Time elapsed: 0 s matchBlockClose{String}[3] Time elapsed: 0 s matchBlockClose{String}[4] Time elapsed: 0.001 s matchBlockClose{String}[5] Time elapsed: 0 s matchAndD{String}[1] Time elapsed: 0.001 s matchAndD{String}[2] Time elapsed: 0 s matchAndD{String}[3] Time elapsed: 0 s matchAndD{String}[4] Time elapsed: 0 s matchAndD{String}[5] Time elapsed: 0 s matchMult{String}[1] Time elapsed: 0 s matchMult{String}[2] Time elapsed: 0 s matchMult{String}[3] Time elapsed: 0 s matchMult{String}[4] Time elapsed: 0 s matchMult{String}[5] Time elapsed: 0.001 s matchPlus{String}[1] Time elapsed: 0 s matchPlus{String}[2] Time elapsed: 0 s matchPlus{String}[3] Time elapsed: 0 s matchPlus{String}[4] Time elapsed: 0 s matchPlus{String}[5] Time elapsed: 0 s matchSemicolon{String}[1] Time elapsed: 0.001 s matchSemicolon{String}[2] Time elapsed: 0 s matchSemicolon{String}[3] Time elapsed: 0 s matchSemicolon{String}[4] Time elapsed: 0 s matchSemicolon{String}[5] Time elapsed: 0 s matchOr{String}[1] Time elapsed: 0 s matchOr{String}[2] Time elapsed: 0 s matchOr{String}[3] Time elapsed: 0.001 s matchOr{String}[4] Time elapsed: 0 s matchOr{String}[5] Time elapsed: 0 s matchSubSlotPart{String}[1] Time elapsed: 0 s matchSubSlotPart{String}[2] Time elapsed: 0 s matchSubSlotPart{String}[3] Time elapsed: 0.001 s matchSubSlotPart{String}[4] Time elapsed: 0 s matchSubSlotPart{String}[5] Time elapsed: 0 s matchKey_NA{String}[1] Time elapsed: 0 s matchKey_NA{String}[2] Time elapsed: 0.001 s matchKey_NA{String}[3] Time elapsed: 0 s matchKey_NA{String}[4] Time elapsed: 0 s matchKey_NA{String}[5] Time elapsed: 0 s matchKey_NA{String}[6] Time elapsed: 0 s matchKey_if{String}[1] Time elapsed: 0 s matchKey_if{String}[2] Time elapsed: 0 s matchKey_if{String}[3] Time elapsed: 0.001 s matchKey_if{String}[4] Time elapsed: 0 s matchKey_if{String}[5] Time elapsed: 0 s matchKey_if{String}[6] Time elapsed: 0.001 s matchKey_in{String}[1] Time elapsed: 0 s matchKey_in{String}[2] Time elapsed: 0 s matchKey_in{String}[3] Time elapsed: 0 s matchKey_in{String}[4] Time elapsed: 0 s matchKey_in{String}[5] Time elapsed: 0 s matchKey_in{String}[6] Time elapsed: 0 s matchKey_NA_complex{String}[1] Time elapsed: 0 s matchKey_NA_complex{String}[2] Time elapsed: 0 s matchKey_NA_complex{String}[3] Time elapsed: 0 s matchKey_NA_complex{String}[4] Time elapsed: 0 s matchKey_NA_complex{String}[5] Time elapsed: 0 s matchKey_NA_complex{String}[6] Time elapsed: 0.001 s matchComma{String}[1] Time elapsed: 0 s matchComma{String}[2] Time elapsed: 0 s matchComma{String}[3] Time elapsed: 0 s matchComma{String}[4] Time elapsed: 0 s matchComma{String}[5] Time elapsed: 0 s matchEqual{String}[1] Time elapsed: 0 s matchEqual{String}[2] Time elapsed: 0 s matchEqual{String}[3] Time elapsed: 0 s matchEqual{String}[4] Time elapsed: 0 s matchEqual{String}[5] Time elapsed: 0 s matchMinus{String}[1] Time elapsed: 0.001 s matchMinus{String}[2] Time elapsed: 0 s matchMinus{String}[3] Time elapsed: 0 s matchMinus{String}[4] Time elapsed: 0 s matchMinus{String}[5] Time elapsed: 0 s matchNsGet{String}[1] Time elapsed: 0 s matchNsGet{String}[2] Time elapsed: 0 s matchNsGet{String}[3] Time elapsed: 0.001 s matchNsGet{String}[4] Time elapsed: 0 s matchNsGet{String}[5] Time elapsed: 0 s matchPower{String}[1] Time elapsed: 0 s matchPower{String}[2] Time elapsed: 0.001 s matchPower{String}[3] Time elapsed: 0 s matchPower{String}[4] Time elapsed: 0.001 s matchPower{String}[5] Time elapsed: 0 s matchRelEQ{String}[1] Time elapsed: 0 s matchRelEQ{String}[2] Time elapsed: 0 s matchRelEQ{String}[3] Time elapsed: 0 s matchRelEQ{String}[4] Time elapsed: 0 s matchRelEQ{String}[5] Time elapsed: 0 s matchRelGE{String}[1] Time elapsed: 0 s matchRelGE{String}[2] Time elapsed: 0.001 s matchRelGE{String}[3] Time elapsed: 0 s matchRelGE{String}[4] Time elapsed: 0.001 s matchRelGE{String}[5] Time elapsed: 0 s matchRelGT{String}[1] Time elapsed: 0 s matchRelGT{String}[2] Time elapsed: 0 s matchRelGT{String}[3] Time elapsed: 0 s matchRelGT{String}[4] Time elapsed: 0 s matchRelGT{String}[5] Time elapsed: 0.001 s matchRelLE{String}[1] Time elapsed: 0.001 s matchRelLE{String}[2] Time elapsed: 0 s matchRelLE{String}[3] Time elapsed: 0 s matchRelLE{String}[4] Time elapsed: 0 s matchRelLE{String}[5] Time elapsed: 0 s matchRelLT{String}[1] Time elapsed: 0 s matchRelLT{String}[2] Time elapsed: 0 s matchRelLT{String}[3] Time elapsed: 0 s matchRelLT{String}[4] Time elapsed: 0 s matchRelLT{String}[5] Time elapsed: 0 s matchRelNE{String}[1] Time elapsed: 0.001 s matchRelNE{String}[2] Time elapsed: 0.001 s matchRelNE{String}[3] Time elapsed: 0 s matchRelNE{String}[4] Time elapsed: 0 s matchRelNE{String}[5] Time elapsed: 0.001 s matchTilde{String}[1] Time elapsed: 0 s matchTilde{String}[2] Time elapsed: 0.001 s matchTilde{String}[3] Time elapsed: 0 s matchTilde{String}[4] Time elapsed: 0.001 s matchTilde{String}[5] Time elapsed: 0 s matchArrowLeftD{String}[1] Time elapsed: 0.001 s matchArrowLeftD{String}[2] Time elapsed: 0.001 s matchArrowLeftD{String}[3] Time elapsed: 0.001 s matchArrowLeftD{String}[4] Time elapsed: 0 s matchArrowLeftD{String}[5] Time elapsed: 0.001 s matchArrowLeftS{String}[1] Time elapsed: 0 s matchArrowLeftS{String}[2] Time elapsed: 0 s matchArrowLeftS{String}[3] Time elapsed: 0 s matchArrowLeftS{String}[4] Time elapsed: 0.001 s matchArrowLeftS{String}[5] Time elapsed: 0 s matchSpecial_notClosed Time elapsed: 0 s getInput Time elapsed: 0.001 s matchSubIndexedClose{String}[1] Time elapsed: 0 s matchSubIndexedClose{String}[2] Time elapsed: 0 s matchSubIndexedClose{String}[3] Time elapsed: 0 s matchSubIndexedClose{String}[4] Time elapsed: 0 s matchSubIndexedClose{String}[5] Time elapsed: 0 s matchSubIndexedDOpen{String}[1] Time elapsed: 0 s matchSubIndexedDOpen{String}[2] Time elapsed: 0 s matchSubIndexedDOpen{String}[3] Time elapsed: 0 s matchSubIndexedDOpen{String}[4] Time elapsed: 0 s matchSubIndexedDOpen{String}[5] Time elapsed: 0 s matchSubIndexedSOpen{String}[1] Time elapsed: 0 s matchSubIndexedSOpen{String}[2] Time elapsed: 0 s matchSubIndexedSOpen{String}[3] Time elapsed: 0.001 s matchSubIndexedSOpen{String}[4] Time elapsed: 0 s matchSubIndexedSOpen{String}[5] Time elapsed: 0.001 s matchKey_function_B{String}[1] Time elapsed: 0 s matchKey_function_B{String}[2] Time elapsed: 0.001 s matchKey_function_B{String}[3] Time elapsed: 0 s matchKey_function_B{String}[4] Time elapsed: 0 s matchKey_function_B{String}[5] Time elapsed: 0 s Running org.eclipse.statet.r.core.source.RLexerNumericLiteralTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.statet.r.core.source.RLexerNumericLiteralTest matchNumInt_Dec_withExp_check Time elapsed: 0 s matchNumInt_HexFloat_missingExpDigit Time elapsed: 0 s matchNumInt_Dec Time elapsed: 0 s matchNumInt_Hex Time elapsed: 0.001 s matchNumInt_Hex_check Time elapsed: 0 s matchNumCplx_Hex_missingDigit Time elapsed: 0 s matchNumReal_HexFloat_withoutPoint Time elapsed: 0 s matchNumReal_Dec Time elapsed: 0 s matchNumReal_Hex Time elapsed: 0.001 s matchNumCplx Time elapsed: 0 s matchNumInt_Dec_with_Point Time elapsed: 0 s matchNumInt_Dec_withExp Time elapsed: 0 s matchNumReal_HexFloat_missingExpDigit Time elapsed: 0 s matchNumInt_HexFloat_withExpSign Time elapsed: 0.001 s matchNumReal_HexFloat_endsWith_Point Time elapsed: 0 s matchNumInt_Dec_check Time elapsed: 0.001 s matchNumCplx_Dec Time elapsed: 0 s matchNumCplx_Hex Time elapsed: 0 s matchNumInt_Dec_missingExpDigit Time elapsed: 0 s matchNumReal_Hex_0_F Time elapsed: 0 s matchNumReal_Dec_withExp Time elapsed: 0.001 s matchNumCplx_HexFloat Time elapsed: 0 s matchNumInt_HexFloat_check Time elapsed: 0 s matchNumReal_Dec_1_0 Time elapsed: 0 s matchNumReal_Dec_startsWith_Point Time elapsed: 0 s matchNumReal_HexFloat_with_Point Time elapsed: 0.001 s matchNumInt_Dec_withExpSign Time elapsed: 0 s matchNumReal_Dec_withExp_missingExpDigit Time elapsed: 0 s matchNumReal_HexFloat_withExpSign Time elapsed: 0 s matchNumReal_Dec_endsWith_Point Time elapsed: 0 s matchNumReal_Dec_with_Point Time elapsed: 0 s matchNumReal_HexFloat_startsWith_Point Time elapsed: 0 s matchNumInt_HexFloat Time elapsed: 0 s matchNumReal_Hex_missingDigit Time elapsed: 0 s matchNumCplx_HexFloat_missingExp Time elapsed: 0 s matchNumInt_Hex_missingDigit Time elapsed: 0 s matchNumReal_Dec_withExp_withSign Time elapsed: 0.001 s Running org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.statet.r.core.source.RLexerStringLiteralQuickCheckTest matchSymbol_beginsWith_Dots{String}[1] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[2] Time elapsed: 0.001 s matchSymbol_beginsWith_Dots{String}[3] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[4] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[5] Time elapsed: 0.001 s matchSymbol_beginsWith_Dots{String}[6] Time elapsed: 0 s matchStringR_notClosed{String}[1] Time elapsed: 0 s matchStringR_notClosed{String}[2] Time elapsed: 0 s matchStringR_notClosed{String}[3] Time elapsed: 0 s matchStringR_notClosed{String}[4] Time elapsed: 0 s matchSymbol_Ellipsis{String}[1] Time elapsed: 0 s matchSymbol_Ellipsis{String}[2] Time elapsed: 0 s matchSymbol_Ellipsis{String}[3] Time elapsed: 0.001 s matchSymbol_Ellipsis{String}[4] Time elapsed: 0 s matchSymbol_Ellipsis{String}[5] Time elapsed: 0 s matchSymbol_Ellipsis{String}[6] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[1] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[2] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[3] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[4] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[5] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[6] Time elapsed: 0 s matchStringR_incompleteOpening_withDashes Time elapsed: 0 s matchSymbolG_notClosed Time elapsed: 0 s matchStringD_withEscape{String}[1] Time elapsed: 0.001 s matchStringD_withEscape{String}[2] Time elapsed: 0 s matchStringD_withEscape{String}[3] Time elapsed: 0 s matchStringD_withEscape{String}[4] Time elapsed: 0 s matchStringD_withEscape{String}[5] Time elapsed: 0 s matchStringD_withEscape{String}[6] Time elapsed: 0 s matchStringR_incompleteOpening Time elapsed: 0 s matchSymbol_nonAscii{String}[1] Time elapsed: 0.001 s matchSymbol_nonAscii{String}[2] Time elapsed: 0.001 s matchSymbol_nonAscii{String}[3] Time elapsed: 0 s matchSymbol_nonAscii{String}[4] Time elapsed: 0 s matchSymbol_nonAscii{String}[5] Time elapsed: 0 s matchSymbol_nonAscii{String}[6] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[1] Time elapsed: 0.001 s matchSymbol_endsWith_Underscores{String}[2] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[3] Time elapsed: 0.001 s matchSymbol_endsWith_Underscores{String}[4] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[5] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[6] Time elapsed: 0.001 s matchStringD{String}[1] Time elapsed: 0.001 s matchStringD{String}[2] Time elapsed: 0 s matchStringD{String}[3] Time elapsed: 0.001 s matchStringD{String}[4] Time elapsed: 0 s matchStringD{String}[5] Time elapsed: 0 s matchStringD{String}[6] Time elapsed: 0.001 s matchStringR{char, char, char[]}[1] Time elapsed: 0 s matchStringR{char, char, char[]}[2] Time elapsed: 0.001 s matchStringR{char, char, char[]}[3] Time elapsed: 0 s matchStringR{char, char, char[]}[4] Time elapsed: 0 s matchStringR{char, char, char[]}[5] Time elapsed: 0.001 s matchStringR{char, char, char[]}[6] Time elapsed: 0 s matchStringR{char, char, char[]}[7] Time elapsed: 0 s matchStringR{char, char, char[]}[8] Time elapsed: 0 s matchStringR{char, char, char[]}[9] Time elapsed: 0 s matchStringR{char, char, char[]}[10] Time elapsed: 0 s matchStringR{char, char, char[]}[11] Time elapsed: 0 s matchStringR{char, char, char[]}[12] Time elapsed: 0 s matchStringS{String}[1] Time elapsed: 0 s matchStringS{String}[2] Time elapsed: 0 s matchStringS{String}[3] Time elapsed: 0 s matchStringS{String}[4] Time elapsed: 0 s matchStringS{String}[5] Time elapsed: 0 s matchStringS{String}[6] Time elapsed: 0 s matchSymbol_contains_Dot{String}[1] Time elapsed: 0.001 s matchSymbol_contains_Dot{String}[2] Time elapsed: 0 s matchSymbol_contains_Dot{String}[3] Time elapsed: 0.001 s matchSymbol_contains_Dot{String}[4] Time elapsed: 0 s matchSymbol_contains_Dot{String}[5] Time elapsed: 0 s matchSymbol_contains_Dot{String}[6] Time elapsed: 0 s matchSymbolG{String}[1] Time elapsed: 0 s matchSymbolG{String}[2] Time elapsed: 0 s matchSymbolG{String}[3] Time elapsed: 0 s matchSymbolG{String}[4] Time elapsed: 0 s matchSymbolG{String}[5] Time elapsed: 0 s matchSymbolG{String}[6] Time elapsed: 0 s matchSymbol_Dot{String}[1] Time elapsed: 0 s matchSymbol_Dot{String}[2] Time elapsed: 0 s matchSymbol_Dot{String}[3] Time elapsed: 0 s matchSymbol_Dot{String}[4] Time elapsed: 0 s matchSymbol_Dot{String}[5] Time elapsed: 0 s matchSymbol_Dot{String}[6] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[1] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[2] Time elapsed: 0.001 s matchStringR_notClosed_withDashes{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[4] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[5] Time elapsed: 0.001 s matchStringR_notClosed_withDashes{String}[6] Time elapsed: 0.001 s matchSymbol_endsWith_Dots{String}[1] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[2] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[3] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[4] Time elapsed: 0.001 s matchSymbol_endsWith_Dots{String}[5] Time elapsed: 0.001 s matchSymbol_endsWith_Dots{String}[6] Time elapsed: 0.001 s matchSymbol_noKeyword{String}[1] Time elapsed: 0.001 s matchSymbol_noKeyword{String}[2] Time elapsed: 0.001 s matchSymbol_noKeyword{String}[3] Time elapsed: 0 s matchSymbol_noKeyword{String}[4] Time elapsed: 0 s matchSymbol_noKeyword{String}[5] Time elapsed: 0 s matchSymbol_noKeyword{String}[6] Time elapsed: 0.001 s matchPipePlaceholder{String}[1] Time elapsed: 0.001 s matchPipePlaceholder{String}[2] Time elapsed: 0.001 s matchPipePlaceholder{String}[3] Time elapsed: 0 s matchPipePlaceholder{String}[4] Time elapsed: 0 s matchPipePlaceholder{String}[5] Time elapsed: 0 s matchPipePlaceholder{String}[6] Time elapsed: 0 s matchStringD_with_Linebreak{String}[1] Time elapsed: 0 s matchStringD_with_Linebreak{String}[2] Time elapsed: 0 s matchStringD_with_Linebreak{String}[3] Time elapsed: 0.001 s matchStringS_notClosed Time elapsed: 0 s matchStringR_withDashes{String}[1] Time elapsed: 0 s matchStringR_withDashes{String}[2] Time elapsed: 0 s matchStringR_withDashes{String}[3] Time elapsed: 0.001 s matchStringS_withEscape{String}[1] Time elapsed: 0 s matchStringS_withEscape{String}[2] Time elapsed: 0.001 s matchStringS_withEscape{String}[3] Time elapsed: 0 s matchStringS_withEscape{String}[4] Time elapsed: 0.001 s matchStringS_withEscape{String}[5] Time elapsed: 0 s matchStringS_withEscape{String}[6] Time elapsed: 0 s matchSymbolG_with_Linebreak{String}[1] Time elapsed: 0.001 s matchSymbolG_with_Linebreak{String}[2] Time elapsed: 0 s matchSymbolG_with_Linebreak{String}[3] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[1] Time elapsed: 0.001 s matchSymbol_contains_Underscore{String}[2] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[3] Time elapsed: 0.001 s matchSymbol_contains_Underscore{String}[4] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[5] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[6] Time elapsed: 0 s matchStringR_notClosed_withTextError{String}[1] Time elapsed: 0 s matchStringR_notClosed_withTextError{String}[2] Time elapsed: 0 s matchStringS_with_Linebreak{String}[1] Time elapsed: 0.001 s matchStringS_with_Linebreak{String}[2] Time elapsed: 0 s matchStringS_with_Linebreak{String}[3] Time elapsed: 0 s matchSymbol{String}[1] Time elapsed: 0 s matchSymbol{String}[2] Time elapsed: 0 s matchSymbol{String}[3] Time elapsed: 0 s matchSymbol{String}[4] Time elapsed: 0 s matchSymbol{String}[5] Time elapsed: 0 s matchSymbol{String}[6] Time elapsed: 0 s matchStringD_notClosed Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[1] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[2] Time elapsed: 0.001 s matchSymbol_beginWith_Underscore{String}[3] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[4] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[5] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[6] Time elapsed: 0 s matchStringR_with_Linebreak{String}[1] Time elapsed: 0 s matchStringR_with_Linebreak{String}[2] Time elapsed: 0 s matchStringR_with_Linebreak{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[1] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[2] Time elapsed: 0.001 s matchStringR_notClosed_withDashes_withTextError{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[4] Time elapsed: 0.034 s matchStringR_notClosed_withDashes_withTextError{String}[5] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[6] Time elapsed: 0.001 s matchSymbol_contains_Dots{String}[1] Time elapsed: 0 s matchSymbol_contains_Dots{String}[2] Time elapsed: 0 s matchSymbol_contains_Dots{String}[3] Time elapsed: 0 s matchSymbol_contains_Dots{String}[4] Time elapsed: 0 s matchSymbol_contains_Dots{String}[5] Time elapsed: 0 s matchSymbol_contains_Dots{String}[6] Time elapsed: 0 s Running org.eclipse.statet.r.core.source.RLexerStringTextTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.statet.r.core.source.RLexerStringTextTest matchSymbolG_with_uHexEscapeSequence_unexpected Time elapsed: 0 s matchStringS_with_uHexEscapeSequence_missingDigit Time elapsed: 0.001 s matchStringS_with_uHexBracketEscapeSequence Time elapsed: 0 s matchSymbolG_with_Escape_unknown Time elapsed: 0 s matchStringS_with_uHexBracketEscapeSequence_missingDigit Time elapsed: 0 s matchSymbolG_with_UHexBracketEscapeSequence Time elapsed: 0 s matchSymbolG_with_SingleCharEscape Time elapsed: 0 s matchSymbolG_with_uHexBracketEscapeSequence_unexpected Time elapsed: 0 s matchSymbolG_with_xHexEscapeSequence Time elapsed: 0 s matchStringS_with_uHexEscapeSequence Time elapsed: 0 s matchStringS_with_uHexBracketEscapeSequence_notClosed Time elapsed: 0 s matchStringS_with_Escape_unknown Time elapsed: 0 s matchStringS_with_xHexEscapeSequence_missingDigit Time elapsed: 0 s matchSymbolG_with_UHexEscapeSequence Time elapsed: 0 s matchStringS_with_UHexBracketEscapeSequence_notClosed Time elapsed: 0 s matchStringS_with_UHexEscapeSequence_missingDigit Time elapsed: 0 s matchStringS_with_InvalidCodepoint Time elapsed: 0.002 s matchStringS_with_SpecialCharEscape Time elapsed: 0 s matchStringS_with_OctalEscapeSequence Time elapsed: 0 s matchSymbolG_with_NullChar Time elapsed: 0 s matchStringR_with_NullChar Time elapsed: 0 s matchStringR_with_NullChar{String}[1] Time elapsed: 0 s matchStringR_with_NullChar{String}[2] Time elapsed: 0 s matchStringR_with_NullChar{String}[3] Time elapsed: 0.001 s matchStringS_with_xHexEscapeSequence Time elapsed: 0 s matchStringS_with_UHexBracketEscapeSequence Time elapsed: 0 s matchSymbolG_with_uHexBracketEscapeSequence_notClosed Time elapsed: 0 s matchStringS_with_UHexEscapeSequence Time elapsed: 0 s matchStringR_with_Escape Time elapsed: 0.001 s matchStringD_with_SpecialCharEscape Time elapsed: 0 s matchSymbolG_with_UHexBracketEscapeSequence_notClosed Time elapsed: 0 s matchSymbolG_with_OctalEscapeSequence Time elapsed: 0 s matchStringS_with_NullChar Time elapsed: 0 s matchSymbolG_with_InvalidCodepoint Time elapsed: 0 s matchStringS_with_UHexBracketEscapeSequence_missingDigit Time elapsed: 0 s Running org.eclipse.statet.r.core.source.RLexerTest Tests run: 350, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.statet.r.core.source.RLexerTest matchBlockOpen{String}[1] Time elapsed: 0 s matchBlockOpen{String}[2] Time elapsed: 0 s matchBlockOpen{String}[3] Time elapsed: 0 s matchBlockOpen{String}[4] Time elapsed: 0 s matchBlockOpen{String}[5] Time elapsed: 0 s matchComment{String}[1] Time elapsed: 0.001 s matchComment{String}[2] Time elapsed: 0 s matchComment{String}[3] Time elapsed: 0 s matchComment{String}[4] Time elapsed: 0 s matchNsGetInt{String}[1] Time elapsed: 0 s matchNsGetInt{String}[2] Time elapsed: 0 s matchNsGetInt{String}[3] Time elapsed: 0 s matchNsGetInt{String}[4] Time elapsed: 0 s matchNsGetInt{String}[5] Time elapsed: 0 s matchKey_function{String}[1] Time elapsed: 0.001 s matchKey_function{String}[2] Time elapsed: 0 s matchKey_function{String}[3] Time elapsed: 0.001 s matchKey_function{String}[4] Time elapsed: 0 s matchKey_function{String}[5] Time elapsed: 0 s matchKey_function{String}[6] Time elapsed: 0 s matchKey_NA_integer{String}[1] Time elapsed: 0 s matchKey_NA_integer{String}[2] Time elapsed: 0 s matchKey_NA_integer{String}[3] Time elapsed: 0 s matchKey_NA_integer{String}[4] Time elapsed: 0 s matchKey_NA_integer{String}[5] Time elapsed: 0.001 s matchKey_NA_integer{String}[6] Time elapsed: 0 s matchSubNamedPart{String}[1] Time elapsed: 0 s matchSubNamedPart{String}[2] Time elapsed: 0 s matchSubNamedPart{String}[3] Time elapsed: 0 s matchSubNamedPart{String}[4] Time elapsed: 0 s matchSubNamedPart{String}[5] Time elapsed: 0 s matchLinebreakWin Time elapsed: 0 s matchArrowRightD{String}[1] Time elapsed: 0 s matchArrowRightD{String}[2] Time elapsed: 0.001 s matchArrowRightD{String}[3] Time elapsed: 0 s matchArrowRightD{String}[4] Time elapsed: 0 s matchArrowRightD{String}[5] Time elapsed: 0 s matchArrowRightS{String}[1] Time elapsed: 0 s matchArrowRightS{String}[2] Time elapsed: 0 s matchArrowRightS{String}[3] Time elapsed: 0 s matchArrowRightS{String}[4] Time elapsed: 0 s matchArrowRightS{String}[5] Time elapsed: 0 s matchPipeRight{String}[1] Time elapsed: 0 s matchPipeRight{String}[2] Time elapsed: 0 s matchPipeRight{String}[3] Time elapsed: 0 s matchPipeRight{String}[4] Time elapsed: 0 s matchPipeRight{String}[5] Time elapsed: 0 s matchKey_NULL{String}[1] Time elapsed: 0 s matchKey_NULL{String}[2] Time elapsed: 0 s matchKey_NULL{String}[3] Time elapsed: 0.001 s matchKey_NULL{String}[4] Time elapsed: 0 s matchKey_NULL{String}[5] Time elapsed: 0 s matchKey_NULL{String}[6] Time elapsed: 0 s matchKey_TRUE{String}[1] Time elapsed: 0.001 s matchKey_TRUE{String}[2] Time elapsed: 0 s matchKey_TRUE{String}[3] Time elapsed: 0 s matchKey_TRUE{String}[4] Time elapsed: 0 s matchKey_TRUE{String}[5] Time elapsed: 0 s matchKey_TRUE{String}[6] Time elapsed: 0 s matchQuestionmark{String}[1] Time elapsed: 0 s matchQuestionmark{String}[2] Time elapsed: 0.001 s matchQuestionmark{String}[3] Time elapsed: 0 s matchQuestionmark{String}[4] Time elapsed: 0.001 s matchQuestionmark{String}[5] Time elapsed: 0 s matchKey_else{String}[1] Time elapsed: 0 s matchKey_else{String}[2] Time elapsed: 0.001 s matchKey_else{String}[3] Time elapsed: 0 s matchKey_else{String}[4] Time elapsed: 0.001 s matchKey_else{String}[5] Time elapsed: 0 s matchKey_else{String}[6] Time elapsed: 0.001 s matchKey_next{String}[1] Time elapsed: 0.001 s matchKey_next{String}[2] Time elapsed: 0.001 s matchKey_next{String}[3] Time elapsed: 0 s matchKey_next{String}[4] Time elapsed: 0 s matchKey_next{String}[5] Time elapsed: 0 s matchKey_next{String}[6] Time elapsed: 0.001 s matchSpecial{String}[1] Time elapsed: 0.001 s matchSpecial{String}[2] Time elapsed: 0 s matchSpecial{String}[3] Time elapsed: 0.001 s matchSpecial{String}[4] Time elapsed: 0 s matchSpecial{String}[5] Time elapsed: 0 s skipComment{String}[1] Time elapsed: 0 s skipComment{String}[2] Time elapsed: 0 s skipComment{String}[3] Time elapsed: 0 s skipComment{String}[4] Time elapsed: 0 s matchLinebreak Time elapsed: 0.001 s matchWhitespace{String}[1] Time elapsed: 0.001 s matchWhitespace{String}[2] Time elapsed: 0 s matchWhitespace{String}[3] Time elapsed: 0 s matchWhitespace{String}[4] Time elapsed: 0 s matchKey_FALSE{String}[1] Time elapsed: 0 s matchKey_FALSE{String}[2] Time elapsed: 0 s matchKey_FALSE{String}[3] Time elapsed: 0 s matchKey_FALSE{String}[4] Time elapsed: 0 s matchKey_FALSE{String}[5] Time elapsed: 0 s matchKey_FALSE{String}[6] Time elapsed: 0 s matchKey_break{String}[1] Time elapsed: 0 s matchKey_break{String}[2] Time elapsed: 0 s matchKey_break{String}[3] Time elapsed: 0 s matchKey_break{String}[4] Time elapsed: 0.001 s matchKey_break{String}[5] Time elapsed: 0 s matchKey_break{String}[6] Time elapsed: 0 s matchKey_while{String}[1] Time elapsed: 0 s matchKey_while{String}[2] Time elapsed: 0 s matchKey_while{String}[3] Time elapsed: 0 s matchKey_while{String}[4] Time elapsed: 0 s matchKey_while{String}[5] Time elapsed: 0.001 s matchKey_while{String}[6] Time elapsed: 0 s matchKey_repeat{String}[1] Time elapsed: 0.001 s matchKey_repeat{String}[2] Time elapsed: 0 s matchKey_repeat{String}[3] Time elapsed: 0 s matchKey_repeat{String}[4] Time elapsed: 0 s matchKey_repeat{String}[5] Time elapsed: 0 s matchKey_repeat{String}[6] Time elapsed: 0 s matchGroupOpen{String}[1] Time elapsed: 0.001 s matchGroupOpen{String}[2] Time elapsed: 0 s matchGroupOpen{String}[3] Time elapsed: 0 s matchGroupOpen{String}[4] Time elapsed: 0 s matchGroupOpen{String}[5] Time elapsed: 0 s skipWhitespace{String}[1] Time elapsed: 0 s skipWhitespace{String}[2] Time elapsed: 0 s skipWhitespace{String}[3] Time elapsed: 0 s skipWhitespace{String}[4] Time elapsed: 0 s matchKey_NA_real{String}[1] Time elapsed: 0.001 s matchKey_NA_real{String}[2] Time elapsed: 0 s matchKey_NA_real{String}[3] Time elapsed: 0 s matchKey_NA_real{String}[4] Time elapsed: 0 s matchKey_NA_real{String}[5] Time elapsed: 0 s matchKey_NA_real{String}[6] Time elapsed: 0 s empty Time elapsed: 0 s matchSpecial_empty{String}[1] Time elapsed: 0 s matchSpecial_empty{String}[2] Time elapsed: 0 s matchSpecial_empty{String}[3] Time elapsed: 0 s matchSpecial_empty{String}[4] Time elapsed: 0 s matchSpecial_empty{String}[5] Time elapsed: 0.001 s matchAnd{String}[1] Time elapsed: 0.001 s matchAnd{String}[2] Time elapsed: 0 s matchAnd{String}[3] Time elapsed: 0 s matchAnd{String}[4] Time elapsed: 0 s matchAnd{String}[5] Time elapsed: 0 s matchDiv{String}[1] Time elapsed: 0 s matchDiv{String}[2] Time elapsed: 0 s matchDiv{String}[3] Time elapsed: 0 s matchDiv{String}[4] Time elapsed: 0 s matchDiv{String}[5] Time elapsed: 0 s matchNot{String}[1] Time elapsed: 0 s matchNot{String}[2] Time elapsed: 0 s matchNot{String}[3] Time elapsed: 0 s matchNot{String}[4] Time elapsed: 0 s matchNot{String}[5] Time elapsed: 0.001 s matchOrD{String}[1] Time elapsed: 0 s matchOrD{String}[2] Time elapsed: 0.001 s matchOrD{String}[3] Time elapsed: 0 s matchOrD{String}[4] Time elapsed: 0.001 s matchOrD{String}[5] Time elapsed: 0 s matchSeq{String}[1] Time elapsed: 0 s matchSeq{String}[2] Time elapsed: 0 s matchSeq{String}[3] Time elapsed: 0.001 s matchSeq{String}[4] Time elapsed: 0 s matchSeq{String}[5] Time elapsed: 0 s matchColonEqual_disabled Time elapsed: 0.001 s matchKey_NA_character{String}[1] Time elapsed: 0 s matchKey_NA_character{String}[2] Time elapsed: 0.001 s matchKey_NA_character{String}[3] Time elapsed: 0 s matchKey_NA_character{String}[4] Time elapsed: 0 s matchKey_NA_character{String}[5] Time elapsed: 0 s matchKey_NA_character{String}[6] Time elapsed: 0 s matchRoxygenComment{String}[1] Time elapsed: 0 s matchRoxygenComment{String}[2] Time elapsed: 0 s matchRoxygenComment{String}[3] Time elapsed: 0 s matchRoxygenComment{String}[4] Time elapsed: 0 s matchColonEqual{String}[1] Time elapsed: 0 s matchColonEqual{String}[2] Time elapsed: 0 s matchColonEqual{String}[3] Time elapsed: 0 s matchColonEqual{String}[4] Time elapsed: 0 s matchColonEqual{String}[5] Time elapsed: 0 s matchKey_Inf{String}[1] Time elapsed: 0 s matchKey_Inf{String}[2] Time elapsed: 0 s matchKey_Inf{String}[3] Time elapsed: 0 s matchKey_Inf{String}[4] Time elapsed: 0 s matchKey_Inf{String}[5] Time elapsed: 0 s matchKey_Inf{String}[6] Time elapsed: 0.001 s matchKey_NaN{String}[1] Time elapsed: 0 s matchKey_NaN{String}[2] Time elapsed: 0 s matchKey_NaN{String}[3] Time elapsed: 0.001 s matchKey_NaN{String}[4] Time elapsed: 0 s matchKey_NaN{String}[5] Time elapsed: 0 s matchKey_NaN{String}[6] Time elapsed: 0 s matchKey_for{String}[1] Time elapsed: 0 s matchKey_for{String}[2] Time elapsed: 0 s matchKey_for{String}[3] Time elapsed: 0.001 s matchKey_for{String}[4] Time elapsed: 0 s matchKey_for{String}[5] Time elapsed: 0 s matchKey_for{String}[6] Time elapsed: 0.001 s matchGroupClose{String}[1] Time elapsed: 0 s matchGroupClose{String}[2] Time elapsed: 0 s matchGroupClose{String}[3] Time elapsed: 0 s matchGroupClose{String}[4] Time elapsed: 0 s matchGroupClose{String}[5] Time elapsed: 0.001 s matchBlockClose{String}[1] Time elapsed: 0 s matchBlockClose{String}[2] Time elapsed: 0 s matchBlockClose{String}[3] Time elapsed: 0 s matchBlockClose{String}[4] Time elapsed: 0 s matchBlockClose{String}[5] Time elapsed: 0 s matchAndD{String}[1] Time elapsed: 0 s matchAndD{String}[2] Time elapsed: 0 s matchAndD{String}[3] Time elapsed: 0 s matchAndD{String}[4] Time elapsed: 0 s matchAndD{String}[5] Time elapsed: 0 s matchMult{String}[1] Time elapsed: 0.001 s matchMult{String}[2] Time elapsed: 0 s matchMult{String}[3] Time elapsed: 0 s matchMult{String}[4] Time elapsed: 0 s matchMult{String}[5] Time elapsed: 0 s matchPlus{String}[1] Time elapsed: 0.001 s matchPlus{String}[2] Time elapsed: 0 s matchPlus{String}[3] Time elapsed: 0 s matchPlus{String}[4] Time elapsed: 0.001 s matchPlus{String}[5] Time elapsed: 0 s matchSemicolon{String}[1] Time elapsed: 0.001 s matchSemicolon{String}[2] Time elapsed: 0 s matchSemicolon{String}[3] Time elapsed: 0 s matchSemicolon{String}[4] Time elapsed: 0 s matchSemicolon{String}[5] Time elapsed: 0 s matchOr{String}[1] Time elapsed: 0 s matchOr{String}[2] Time elapsed: 0 s matchOr{String}[3] Time elapsed: 0.001 s matchOr{String}[4] Time elapsed: 0 s matchOr{String}[5] Time elapsed: 0 s matchSubSlotPart{String}[1] Time elapsed: 0 s matchSubSlotPart{String}[2] Time elapsed: 0 s matchSubSlotPart{String}[3] Time elapsed: 0 s matchSubSlotPart{String}[4] Time elapsed: 0.001 s matchSubSlotPart{String}[5] Time elapsed: 0 s matchKey_NA{String}[1] Time elapsed: 0.001 s matchKey_NA{String}[2] Time elapsed: 0 s matchKey_NA{String}[3] Time elapsed: 0 s matchKey_NA{String}[4] Time elapsed: 0 s matchKey_NA{String}[5] Time elapsed: 0 s matchKey_NA{String}[6] Time elapsed: 0 s matchKey_if{String}[1] Time elapsed: 0.001 s matchKey_if{String}[2] Time elapsed: 0 s matchKey_if{String}[3] Time elapsed: 0 s matchKey_if{String}[4] Time elapsed: 0 s matchKey_if{String}[5] Time elapsed: 0 s matchKey_if{String}[6] Time elapsed: 0 s matchKey_in{String}[1] Time elapsed: 0 s matchKey_in{String}[2] Time elapsed: 0 s matchKey_in{String}[3] Time elapsed: 0 s matchKey_in{String}[4] Time elapsed: 0 s matchKey_in{String}[5] Time elapsed: 0 s matchKey_in{String}[6] Time elapsed: 0 s matchKey_NA_complex{String}[1] Time elapsed: 0 s matchKey_NA_complex{String}[2] Time elapsed: 0 s matchKey_NA_complex{String}[3] Time elapsed: 0 s matchKey_NA_complex{String}[4] Time elapsed: 0 s matchKey_NA_complex{String}[5] Time elapsed: 0 s matchKey_NA_complex{String}[6] Time elapsed: 0 s matchComma{String}[1] Time elapsed: 0 s matchComma{String}[2] Time elapsed: 0 s matchComma{String}[3] Time elapsed: 0.001 s matchComma{String}[4] Time elapsed: 0 s matchComma{String}[5] Time elapsed: 0 s matchEqual{String}[1] Time elapsed: 0 s matchEqual{String}[2] Time elapsed: 0 s matchEqual{String}[3] Time elapsed: 0.001 s matchEqual{String}[4] Time elapsed: 0 s matchEqual{String}[5] Time elapsed: 0 s matchMinus{String}[1] Time elapsed: 0 s matchMinus{String}[2] Time elapsed: 0 s matchMinus{String}[3] Time elapsed: 0 s matchMinus{String}[4] Time elapsed: 0 s matchMinus{String}[5] Time elapsed: 0.001 s matchNsGet{String}[1] Time elapsed: 0 s matchNsGet{String}[2] Time elapsed: 0 s matchNsGet{String}[3] Time elapsed: 0 s matchNsGet{String}[4] Time elapsed: 0 s matchNsGet{String}[5] Time elapsed: 0 s matchPower{String}[1] Time elapsed: 0 s matchPower{String}[2] Time elapsed: 0 s matchPower{String}[3] Time elapsed: 0 s matchPower{String}[4] Time elapsed: 0 s matchPower{String}[5] Time elapsed: 0 s matchRelEQ{String}[1] Time elapsed: 0 s matchRelEQ{String}[2] Time elapsed: 0 s matchRelEQ{String}[3] Time elapsed: 0 s matchRelEQ{String}[4] Time elapsed: 0 s matchRelEQ{String}[5] Time elapsed: 0 s matchRelGE{String}[1] Time elapsed: 0.001 s matchRelGE{String}[2] Time elapsed: 0 s matchRelGE{String}[3] Time elapsed: 0 s matchRelGE{String}[4] Time elapsed: 0 s matchRelGE{String}[5] Time elapsed: 0.001 s matchRelGT{String}[1] Time elapsed: 0 s matchRelGT{String}[2] Time elapsed: 0 s matchRelGT{String}[3] Time elapsed: 0 s matchRelGT{String}[4] Time elapsed: 0 s matchRelGT{String}[5] Time elapsed: 0 s matchRelLE{String}[1] Time elapsed: 0 s matchRelLE{String}[2] Time elapsed: 0 s matchRelLE{String}[3] Time elapsed: 0 s matchRelLE{String}[4] Time elapsed: 0 s matchRelLE{String}[5] Time elapsed: 0.001 s matchRelLT{String}[1] Time elapsed: 0 s matchRelLT{String}[2] Time elapsed: 0 s matchRelLT{String}[3] Time elapsed: 0.021 s matchRelLT{String}[4] Time elapsed: 0 s matchRelLT{String}[5] Time elapsed: 0 s matchRelNE{String}[1] Time elapsed: 0 s matchRelNE{String}[2] Time elapsed: 0 s matchRelNE{String}[3] Time elapsed: 0 s matchRelNE{String}[4] Time elapsed: 0 s matchRelNE{String}[5] Time elapsed: 0.001 s matchTilde{String}[1] Time elapsed: 0 s matchTilde{String}[2] Time elapsed: 0 s matchTilde{String}[3] Time elapsed: 0 s matchTilde{String}[4] Time elapsed: 0 s matchTilde{String}[5] Time elapsed: 0 s matchArrowLeftD{String}[1] Time elapsed: 0.001 s matchArrowLeftD{String}[2] Time elapsed: 0 s matchArrowLeftD{String}[3] Time elapsed: 0 s matchArrowLeftD{String}[4] Time elapsed: 0 s matchArrowLeftD{String}[5] Time elapsed: 0 s matchArrowLeftS{String}[1] Time elapsed: 0 s matchArrowLeftS{String}[2] Time elapsed: 0 s matchArrowLeftS{String}[3] Time elapsed: 0 s matchArrowLeftS{String}[4] Time elapsed: 0 s matchArrowLeftS{String}[5] Time elapsed: 0 s matchSpecial_notClosed Time elapsed: 0 s getInput Time elapsed: 0 s matchSubIndexedClose{String}[1] Time elapsed: 0 s matchSubIndexedClose{String}[2] Time elapsed: 0 s matchSubIndexedClose{String}[3] Time elapsed: 0 s matchSubIndexedClose{String}[4] Time elapsed: 0 s matchSubIndexedClose{String}[5] Time elapsed: 0 s matchSubIndexedDOpen{String}[1] Time elapsed: 0 s matchSubIndexedDOpen{String}[2] Time elapsed: 0 s matchSubIndexedDOpen{String}[3] Time elapsed: 0 s matchSubIndexedDOpen{String}[4] Time elapsed: 0 s matchSubIndexedDOpen{String}[5] Time elapsed: 0 s matchSubIndexedSOpen{String}[1] Time elapsed: 0 s matchSubIndexedSOpen{String}[2] Time elapsed: 0 s matchSubIndexedSOpen{String}[3] Time elapsed: 0 s matchSubIndexedSOpen{String}[4] Time elapsed: 0.001 s matchSubIndexedSOpen{String}[5] Time elapsed: 0 s matchKey_function_B{String}[1] Time elapsed: 0 s matchKey_function_B{String}[2] Time elapsed: 0 s matchKey_function_B{String}[3] Time elapsed: 0.001 s matchKey_function_B{String}[4] Time elapsed: 0 s matchKey_function_B{String}[5] Time elapsed: 0 s Running org.eclipse.statet.r.core.source.doc.RPartitionerTest Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.statet.r.core.source.doc.RPartitionerTest matchComment Time elapsed: 0.024 s matchStringR_notClosed{String}[1] Time elapsed: 0.001 s matchStringR_notClosed{String}[2] Time elapsed: 0 s matchStringR_notClosed{String}[3] Time elapsed: 0 s matchStringR_notClosed{String}[4] Time elapsed: 0 s matchStringR_incompleteOpening_withDashes Time elapsed: 0 s matchStringR_incompleteOpening{String}[1] Time elapsed: 0 s matchStringR_incompleteOpening{String}[2] Time elapsed: 0 s matchStringR_incompleteOpening{String}[3] Time elapsed: 0 s matchStringD Time elapsed: 0.001 s matchStringR{char, char, char[]}[1] Time elapsed: 0 s matchStringR{char, char, char[]}[2] Time elapsed: 0.001 s matchStringR{char, char, char[]}[3] Time elapsed: 0 s matchStringR{char, char, char[]}[4] Time elapsed: 0 s matchStringR{char, char, char[]}[5] Time elapsed: 0 s matchStringR{char, char, char[]}[6] Time elapsed: 0.001 s matchStringR{char, char, char[]}[7] Time elapsed: 0 s matchStringR{char, char, char[]}[8] Time elapsed: 0.001 s matchStringR{char, char, char[]}[9] Time elapsed: 0 s matchStringR{char, char, char[]}[10] Time elapsed: 0 s matchStringR{char, char, char[]}[11] Time elapsed: 0 s matchStringR{char, char, char[]}[12] Time elapsed: 0 s matchStringS Time elapsed: 0.001 s matchSymbolG Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[1] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[2] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[4] Time elapsed: 0.001 s matchStringR_notClosed_withDashes{String}[5] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[6] Time elapsed: 0 s empty Time elapsed: 0.001 s matchStringR_withDashes{String}[1] Time elapsed: 0.001 s matchStringR_withDashes{String}[2] Time elapsed: 0 s matchStringR_withDashes{String}[3] Time elapsed: 0 s matchCode Time elapsed: 0.001 s matchStringR_with_Linebreak{String}[1] Time elapsed: 0 s matchStringR_with_Linebreak{String}[2] Time elapsed: 0.001 s matchStringR_with_Linebreak{String}[3] Time elapsed: 0 s Running org.eclipse.statet.r.core.source.RLexerStringLiteralTest Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.statet.r.core.source.RLexerStringLiteralTest matchSymbol_beginsWith_Dots{String}[1] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[2] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[3] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[4] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[5] Time elapsed: 0 s matchSymbol_beginsWith_Dots{String}[6] Time elapsed: 0 s matchStringR_notClosed{String}[1] Time elapsed: 0 s matchStringR_notClosed{String}[2] Time elapsed: 0 s matchStringR_notClosed{String}[3] Time elapsed: 0 s matchStringR_notClosed{String}[4] Time elapsed: 0.001 s matchSymbol_Ellipsis{String}[1] Time elapsed: 0 s matchSymbol_Ellipsis{String}[2] Time elapsed: 0 s matchSymbol_Ellipsis{String}[3] Time elapsed: 0 s matchSymbol_Ellipsis{String}[4] Time elapsed: 0 s matchSymbol_Ellipsis{String}[5] Time elapsed: 0 s matchSymbol_Ellipsis{String}[6] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[1] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[2] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[3] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[4] Time elapsed: 0.001 s matchSymbol_contains_Underscores{String}[5] Time elapsed: 0 s matchSymbol_contains_Underscores{String}[6] Time elapsed: 0 s matchStringR_incompleteOpening_withDashes Time elapsed: 0 s matchSymbolG_notClosed Time elapsed: 0 s matchStringD_withEscape{String}[1] Time elapsed: 0 s matchStringD_withEscape{String}[2] Time elapsed: 0 s matchStringD_withEscape{String}[3] Time elapsed: 0 s matchStringD_withEscape{String}[4] Time elapsed: 0 s matchStringD_withEscape{String}[5] Time elapsed: 0 s matchStringD_withEscape{String}[6] Time elapsed: 0 s matchStringR_incompleteOpening Time elapsed: 0 s matchSymbol_nonAscii{String}[1] Time elapsed: 0 s matchSymbol_nonAscii{String}[2] Time elapsed: 0 s matchSymbol_nonAscii{String}[3] Time elapsed: 0 s matchSymbol_nonAscii{String}[4] Time elapsed: 0 s matchSymbol_nonAscii{String}[5] Time elapsed: 0 s matchSymbol_nonAscii{String}[6] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[1] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[2] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[3] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[4] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[5] Time elapsed: 0 s matchSymbol_endsWith_Underscores{String}[6] Time elapsed: 0 s matchStringD{String}[1] Time elapsed: 0 s matchStringD{String}[2] Time elapsed: 0 s matchStringD{String}[3] Time elapsed: 0 s matchStringD{String}[4] Time elapsed: 0 s matchStringD{String}[5] Time elapsed: 0 s matchStringD{String}[6] Time elapsed: 0 s matchStringR{char, char, char[]}[1] Time elapsed: 0 s matchStringR{char, char, char[]}[2] Time elapsed: 0.001 s matchStringR{char, char, char[]}[3] Time elapsed: 0 s matchStringR{char, char, char[]}[4] Time elapsed: 0 s matchStringR{char, char, char[]}[5] Time elapsed: 0 s matchStringR{char, char, char[]}[6] Time elapsed: 0 s matchStringR{char, char, char[]}[7] Time elapsed: 0 s matchStringR{char, char, char[]}[8] Time elapsed: 0 s matchStringR{char, char, char[]}[9] Time elapsed: 0 s matchStringR{char, char, char[]}[10] Time elapsed: 0 s matchStringR{char, char, char[]}[11] Time elapsed: 0 s matchStringR{char, char, char[]}[12] Time elapsed: 0 s matchStringS{String}[1] Time elapsed: 0 s matchStringS{String}[2] Time elapsed: 0 s matchStringS{String}[3] Time elapsed: 0 s matchStringS{String}[4] Time elapsed: 0 s matchStringS{String}[5] Time elapsed: 0 s matchStringS{String}[6] Time elapsed: 0 s matchSymbol_contains_Dot{String}[1] Time elapsed: 0 s matchSymbol_contains_Dot{String}[2] Time elapsed: 0.001 s matchSymbol_contains_Dot{String}[3] Time elapsed: 0 s matchSymbol_contains_Dot{String}[4] Time elapsed: 0 s matchSymbol_contains_Dot{String}[5] Time elapsed: 0 s matchSymbol_contains_Dot{String}[6] Time elapsed: 0 s matchSymbolG{String}[1] Time elapsed: 0 s matchSymbolG{String}[2] Time elapsed: 0 s matchSymbolG{String}[3] Time elapsed: 0.001 s matchSymbolG{String}[4] Time elapsed: 0 s matchSymbolG{String}[5] Time elapsed: 0 s matchSymbolG{String}[6] Time elapsed: 0 s matchSymbol_Dot{String}[1] Time elapsed: 0 s matchSymbol_Dot{String}[2] Time elapsed: 0 s matchSymbol_Dot{String}[3] Time elapsed: 0 s matchSymbol_Dot{String}[4] Time elapsed: 0 s matchSymbol_Dot{String}[5] Time elapsed: 0.001 s matchSymbol_Dot{String}[6] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[1] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[2] Time elapsed: 0.001 s matchStringR_notClosed_withDashes{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[4] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[5] Time elapsed: 0 s matchStringR_notClosed_withDashes{String}[6] Time elapsed: 0.001 s matchSymbol_endsWith_Dots{String}[1] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[2] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[3] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[4] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[5] Time elapsed: 0 s matchSymbol_endsWith_Dots{String}[6] Time elapsed: 0 s matchSymbol_noKeyword{String}[1] Time elapsed: 0.001 s matchSymbol_noKeyword{String}[2] Time elapsed: 0 s matchSymbol_noKeyword{String}[3] Time elapsed: 0 s matchSymbol_noKeyword{String}[4] Time elapsed: 0.001 s matchSymbol_noKeyword{String}[5] Time elapsed: 0 s matchSymbol_noKeyword{String}[6] Time elapsed: 0 s matchPipePlaceholder{String}[1] Time elapsed: 0 s matchPipePlaceholder{String}[2] Time elapsed: 0 s matchPipePlaceholder{String}[3] Time elapsed: 0 s matchPipePlaceholder{String}[4] Time elapsed: 0 s matchPipePlaceholder{String}[5] Time elapsed: 0 s matchPipePlaceholder{String}[6] Time elapsed: 0 s matchStringD_with_Linebreak{String}[1] Time elapsed: 0 s matchStringD_with_Linebreak{String}[2] Time elapsed: 0 s matchStringD_with_Linebreak{String}[3] Time elapsed: 0 s matchStringS_notClosed Time elapsed: 0 s matchStringR_withDashes{String}[1] Time elapsed: 0 s matchStringR_withDashes{String}[2] Time elapsed: 0 s matchStringR_withDashes{String}[3] Time elapsed: 0 s matchStringS_withEscape{String}[1] Time elapsed: 0 s matchStringS_withEscape{String}[2] Time elapsed: 0 s matchStringS_withEscape{String}[3] Time elapsed: 0 s matchStringS_withEscape{String}[4] Time elapsed: 0.001 s matchStringS_withEscape{String}[5] Time elapsed: 0 s matchStringS_withEscape{String}[6] Time elapsed: 0 s matchSymbolG_with_Linebreak{String}[1] Time elapsed: 0.001 s matchSymbolG_with_Linebreak{String}[2] Time elapsed: 0 s matchSymbolG_with_Linebreak{String}[3] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[1] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[2] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[3] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[4] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[5] Time elapsed: 0 s matchSymbol_contains_Underscore{String}[6] Time elapsed: 0 s matchStringR_notClosed_withTextError{String}[1] Time elapsed: 0 s matchStringR_notClosed_withTextError{String}[2] Time elapsed: 0 s matchStringS_with_Linebreak{String}[1] Time elapsed: 0 s matchStringS_with_Linebreak{String}[2] Time elapsed: 0 s matchStringS_with_Linebreak{String}[3] Time elapsed: 0.001 s matchSymbol{String}[1] Time elapsed: 0 s matchSymbol{String}[2] Time elapsed: 0 s matchSymbol{String}[3] Time elapsed: 0.001 s matchSymbol{String}[4] Time elapsed: 0 s matchSymbol{String}[5] Time elapsed: 0 s matchSymbol{String}[6] Time elapsed: 0 s matchStringD_notClosed Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[1] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[2] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[3] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[4] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[5] Time elapsed: 0 s matchSymbol_beginWith_Underscore{String}[6] Time elapsed: 0 s matchStringR_with_Linebreak{String}[1] Time elapsed: 0.001 s matchStringR_with_Linebreak{String}[2] Time elapsed: 0 s matchStringR_with_Linebreak{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[1] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[2] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[3] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[4] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[5] Time elapsed: 0 s matchStringR_notClosed_withDashes_withTextError{String}[6] Time elapsed: 0 s matchSymbol_contains_Dots{String}[1] Time elapsed: 0.001 s matchSymbol_contains_Dots{String}[2] Time elapsed: 0 s matchSymbol_contains_Dots{String}[3] Time elapsed: 0 s matchSymbol_contains_Dots{String}[4] Time elapsed: 0 s matchSymbol_contains_Dots{String}[5] Time elapsed: 0 s matchSymbol_contains_Dots{String}[6] Time elapsed: 0 s Running org.eclipse.statet.r.core.source.RTerminalTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.r.core.source.RTerminalTest minRLangVersion_4_1 Time elapsed: 0.001 s minRLangVersion_4_2 Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueValidator06rawTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.statet.r.core.data.RValueValidator06rawTest parseChar Time elapsed: 0.001 s parseCplx Time elapsed: 0 s parseLogi Time elapsed: 0 s parseNum_invalid Time elapsed: 0.001 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0 s parseLogi_invalid Time elapsed: 0 s parseChar_invalid Time elapsed: 0 s parseInt Time elapsed: 0.001 s parseNum Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueFormatter06rawTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.r.core.data.RValueFormatter06rawTest print Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueValidator0AfactorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.statet.r.core.data.RValueValidator0AfactorTest parseChar Time elapsed: 0 s parseCplx Time elapsed: 0 s parseLogi Time elapsed: 0 s parseNum_invalid Time elapsed: 0 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0.001 s parseInt Time elapsed: 0 s parseNum Time elapsed: 0 s parseLogi_invalid Time elapsed: 0 s parseChar_invalid Time elapsed: 0 s parseLevel Time elapsed: 0.001 s parseLevelTrim Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueFormatter05chrTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.statet.r.core.data.RValueFormatter05chrTest printNonPrintableExt Time elapsed: 0.013 s printPrintableU0000 Time elapsed: 0 s printPrintableU0080 Time elapsed: 0 s printPrintableExt Time elapsed: 0 s printControlBasicOther Time elapsed: 0 s printControlBasicSpecial Time elapsed: 0 s printRequireEscapeD Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueValidator03numTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.data.RValueValidator03numTest parseChar Time elapsed: 0 s parseCplx Time elapsed: 0 s parseLogi Time elapsed: 0 s parseNum_invalid Time elapsed: 0 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0 s parseInt Time elapsed: 0 s parseNum Time elapsed: 0 s parseLogi_invalid Time elapsed: 0.001 s parseChar_invalid Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueFormatter03numTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.statet.r.core.data.RValueFormatter03numTest printSpecial Time elapsed: 0.044 s print Time elapsed: 0.002 s checkPrecision Time elapsed: 0.001 s printNegative Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueFormatterValidatorTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.statet.r.core.data.RValueFormatterValidatorTest reparse_03num_NA Time elapsed: 0 s reparse_01logi_NA Time elapsed: 0 s reparse_04num_NA Time elapsed: 0.001 s reparse_01logi Time elapsed: 0 s reparse_05chr_NA Time elapsed: 0 s reparse_03num Time elapsed: 0.005 s reparse_04int Time elapsed: 0 s reparse_05chr Time elapsed: 0.068 s reparse_06raw Time elapsed: 0.002 s reparse_02int_NA Time elapsed: 0.001 s Running org.eclipse.statet.r.core.data.RValueValidator05chrTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.data.RValueValidator05chrTest parseChar Time elapsed: 0 s parseCplx Time elapsed: 0 s parseLogi Time elapsed: 0 s parseNum_invalid Time elapsed: 0 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0 s parseInt Time elapsed: 0 s parseNum Time elapsed: 0 s parseLogi_invalid Time elapsed: 0.001 s parseChar_invalid Time elapsed: 0 s Running org.eclipse.statet.r.core.data.RValueValidator02intTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.data.RValueValidator02intTest parseChar Time elapsed: 0 s parseCplx Time elapsed: 0 s parseLogi Time elapsed: 0 s parseNum_invalid Time elapsed: 0 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0 s parseInt Time elapsed: 0 s parseLogi_invalid Time elapsed: 0 s parseChar_invalid Time elapsed: 0 s parseNum Time elapsed: 0.001 s Running org.eclipse.statet.r.core.data.RValueValidator01logiTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.data.RValueValidator01logiTest parseChar Time elapsed: 0 s parseCplx Time elapsed: 0.001 s parseLogi Time elapsed: 0 s parseNum_invalid Time elapsed: 0 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0.001 s parseInt Time elapsed: 0 s parseLogi_invalid Time elapsed: 0 s parseChar_invalid Time elapsed: 0 s parseNum Time elapsed: 0.001 s Running org.eclipse.statet.r.core.data.RValueValidator04cplxTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.r.core.data.RValueValidator04cplxTest parseChar Time elapsed: 0 s parseCplx Time elapsed: 0 s parseLogi Time elapsed: 0.001 s parseNum_invalid Time elapsed: 0 s parseCplx_invalid Time elapsed: 0 s parseInt_invalid Time elapsed: 0 s parseInt Time elapsed: 0 s parseNum Time elapsed: 0 s parseLogi_invalid Time elapsed: 0 s parseChar_invalid Time elapsed: 0 s Running org.eclipse.statet.r.core.RSearchPatternTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.r.core.RSearchPatternTest matches_Prefix_InnerDotAndUnderscore Time elapsed: 0.001 s getMatchingRegions_Prefix_EndingDotAndUnderscore Time elapsed: 0 s getMatchingRegions_Substring_EndingDotAndUnderscore Time elapsed: 0 s getMatchingRegions_Substring_StartingDot Time elapsed: 0 s getMatchingRegions_Substring_InnerDotAndUnderscore Time elapsed: 0.001 s matches_Substring_CaseInsensitive Time elapsed: 0 s matches_Substring_StartingDot Time elapsed: 0 s matches_Substring_InnerDotAndUnderscore Time elapsed: 0 s getMatchingRegions_Substring_CaseInsensitive Time elapsed: 0.001 s getMatchingRegions_Prefix_CaseInsensitive Time elapsed: 0 s matches_Prefix_CaseInsensitive Time elapsed: 0 s matches_Substring Time elapsed: 0 s getMatchingRegions_Prefix Time elapsed: 0 s matches_Prefix Time elapsed: 0 s getMatchingRegions_Prefix_StartingDot Time elapsed: 0 s matches_Prefix_EndingDotAndUnderscore Time elapsed: 0 s getMatchingRegions_Substring Time elapsed: 0 s matches_Prefix_StartingDot Time elapsed: 0 s matches_Substring_EndingDotAndUnderscore Time elapsed: 0 s getMatchingRegions_Prefix_InnerDotAndUnderscore Time elapsed: 0 s Running org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.statet.internal.r.core.rmodel.SourceAnalyzerTest assign_arrowRightS Time elapsed: 0.023 s assign_base_assign Time elapsed: 0.001 s PackageLoad_base_library Time elapsed: 0.002 s assign_arrowLeftS Time elapsed: 0 s PlaceholderDetail_pipeForward Time elapsed: 0.001 s PackageLoad_base_require Time elapsed: 0.001 s assign_pipeForward_base_assign Time elapsed: 0 s Running org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.statet.internal.r.core.rmodel.AstProblemReporterTest StringS_invalidText Time elapsed: 0.004 s PipePlaceholder_invalid Time elapsed: 0.001 s Pipe_Target_missing Time elapsed: 0.001 s StringR_invalidText Time elapsed: 0 s Pipe_Source_missing Time elapsed: 0 s StringR_incompleteOpening Time elapsed: 0 s FDef_Body_missing Time elapsed: 0 s FDef_Args_notClosed Time elapsed: 0.001 s Pipe_Target_invalid Time elapsed: 0 s pre_4_1 Time elapsed: 0.001 s pre_4_2 Time elapsed: 0.001 s FDef_Args_notOpened Time elapsed: 0 s StringR_notClosed Time elapsed: 0.001 s Symbol_invalidStart Time elapsed: 0 s Running org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.statet.internal.r.core.nostart.RdContentDescriberPITest describeByteStream_specified Time elapsed: 0.016 s describeByteStream_default Time elapsed: 0.001 s describeByteStream_specifiedUtf16 Time elapsed: 0.003 s ContentType Time elapsed: 0.001 s describeCharStream_specified Time elapsed: 0.001 s describeCharStream_default Time elapsed: 0 s Running org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.r.core.nostart.RPkgDescriptionContentDescriberPITest describeByteStream_specified Time elapsed: 0.001 s describeByteStream_default Time elapsed: 0 s describeByteStream_specifiedUtf16 Time elapsed: 0 s ContentType Time elapsed: 0 s describeCharStream_specified Time elapsed: 0.001 s describeCharStream_default Time elapsed: 0 s Running org.eclipse.statet.internal.r.core.nostart.RPkgNamespaceContentDescriberPITest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.r.core.nostart.RPkgNamespaceContentDescriberPITest describeByteStream_default Time elapsed: 0 s ContentType Time elapsed: 0 s describeCharStream_default Time elapsed: 0 s Running org.eclipse.statet.internal.r.core.nostart.RContentDescriberPITest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.r.core.nostart.RContentDescriberPITest describeByteStream_default Time elapsed: 0 s ContentType Time elapsed: 0 s describeCharStream_default Time elapsed: 0 s Results: Tests run: 1404, Failures: 0, Errors: 0, Skipped: 0 [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.6.0.202209080600-r [109/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.console.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.console.core --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 2. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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) 8. INFO in /home/jenkins/agent/workspace/statet-4.6.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 9. INFO in /home/jenkins/agent/workspace/statet-4.6.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 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRController.java:[47] public abstract class AbstractRController extends ToolController ^^^^^^^^^^^^^^ 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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<?>' 151. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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<?>' 154. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[161] RjsComConfig.registerRObjectFactory(CombinedFactory.FACTORY_ID, CombinedFactory.INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CombinedFactory' needs unchecked conversion to conform to '@NonNull RObjectFactory' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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<?>' 221. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 236. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 237. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 245. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1048] elementIds.toArray(new String[elementIds.size()]) )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1054] prepare.evalVoid(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1087] final FDef fdef= element.getAdapter(FDef.class); ^^^^^^^ Potential null pointer access: The variable element may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1091] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1103] new String[] { srcfile.getPath() })), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1107] new int[] { rootNode.getChildCount() })), ^^^^^^^^ Potential null pointer access: The variable rootNode may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1110] elementIds.toArray(new String[elementIds.size()]) ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @NonNull[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1111] }, new String[] { "path", "timestamp", "exprsLength", "elementIds" })); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable String @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1137] public RPlatform getPlatform() { ^^^^^^^^^ The return type is incompatible with '@NonNull RPlatform' returned from RService.getPlatform() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1142] public void evalVoid(final String command, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1143] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1149] public void evalVoid(final String command, final @Nullable RObject envir, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1150] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1156] public RObject evalData(final String command, ^^^^^^^ The return type is incompatible with '@NonNull RObject' returned from RService.evalData(String, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1156] public RObject evalData(final String command, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1157] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1163] public RObject evalData(final String command, final @Nullable String factoryId, ^^^^^^^ The return type is incompatible with '@NonNull RObject' returned from RService.evalData(String, String, int, int, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1163] public RObject evalData(final String command, final @Nullable String factoryId, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1165] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1171] public RObject evalData(final String command, final @Nullable RObject envir, ^^^^^^^ The return type is incompatible with '@NonNull RObject' returned from RService.evalData(String, RObject, String, int, int, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1171] public RObject evalData(final String command, final @Nullable RObject envir, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1173] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1179] public RObject evalData(final RReference reference, ^^^^^^^ The return type is incompatible with '@NonNull RObject' returned from RService.evalData(RReference, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1179] public RObject evalData(final RReference reference, ^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1180] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1186] public RObject evalData(final RReference reference, ^^^^^^^ The return type is incompatible with '@NonNull RObject' returned from RService.evalData(RReference, String, int, int, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1186] public RObject evalData(final RReference reference, ^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1188] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1194] public FQRObject<RProcess> findData(final String symbol, final @Nullable RObject env, final boolean inherits, ^^^^^^^^^ The return type is incompatible with '@Nullable FQRObject<? extends @NonNull RTool>' returned from RToolService.findData(String, RObject, boolean, String, int, int, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1200] return new BasicFQRObject<>(getTool(), (REnvironment) data[1], symbol, data[0]); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'REnvironment' needs unchecked conversion to conform to '@NonNull REnvironment' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1200] return new BasicFQRObject<>(getTool(), (REnvironment) data[1], symbol, data[0]); ^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1200] return new BasicFQRObject<>(getTool(), (REnvironment) data[1], symbol, data[0]); ^^^^^^^ Null type safety (type annotations): The expression of type 'RObject' needs unchecked conversion to conform to '@NonNull RObject' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1222] public CombinedRElement evalCombinedStruct(final String command, ^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(String, int, int, RElementName, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1222] public CombinedRElement evalCombinedStruct(final String command, ^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1224] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1232] public CombinedRElement evalCombinedStruct(final String command, final @Nullable RObject envir, ^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(String, RObject, int, int, RElementName, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1232] public CombinedRElement evalCombinedStruct(final String command, final @Nullable RObject envir, ^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1234] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1262] public CombinedRElement evalCombinedStruct(final RElementName name, ^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(RElementName, int, int, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1262] public CombinedRElement evalCombinedStruct(final RElementName name, ^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1264] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1284] public CombinedRElement evalCombinedStruct(final RReference reference, ^^^^^^^^^^^^^^^^ The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(RReference, int, int, RElementName, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1284] public CombinedRElement evalCombinedStruct(final RReference reference, ^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1286] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1307] public @Nullable CombinedRElement findCombinedStruct(final RElementName symbol, ^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1310] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1320] element.setParent(checkCombinedRElement(data[1], options, (env instanceof CombinedRElement) ? ((CombinedRElement) env).getElementName() : null )); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'BasicCombinedRElement' needs unchecked conversion to conform to '@NonNull BasicCombinedRElement' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1329] public @Nullable CombinedRElement findCombinedStruct(final RElementName symbol, ^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1332] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1343] element.setParent(checkCombinedRElement(data[1], options, envName)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'BasicCombinedRElement' needs unchecked conversion to conform to '@NonNull BasicCombinedRElement' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1351] public void assignData(final String expression, final RObject data, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1351] public void assignData(final String expression, final RObject data, ^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1352] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1357] public void downloadFile(final OutputStream out, final String fileName, final int options, ^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1357] public void downloadFile(final OutputStream out, final String fileName, final int options, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1358] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1363] public byte[] downloadFile(final String fileName, final int options, ^^^^^^ The return type is incompatible with 'byte @NonNull[]' returned from RService.downloadFile(String, int, ProgressMonitor) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1363] public byte[] downloadFile(final String fileName, final int options, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1364] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1369] public void uploadFile(final InputStream in, final long length, final String fileName, final int options, ^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1369] public void uploadFile(final InputStream in, final long length, final String fileName, final int options, ^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1370] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 322. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 327. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java (at line 75) 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[173] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[173] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[180] protected void refreshFromTool(final AbstractRController controller, final int options, ^^^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter controller, inherited method from RWorkspace does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[181] final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Illegal redefinition of parameter m, inherited method from RWorkspace does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[210] protected void startToolL(final ProgressMonitor m) throws StatusException { ^^^^^^^^^^^^^^^ Illegal redefinition of parameter m, inherited method from ToolController does not constrain this parameter 333. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java (at line 224) 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[227] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[245] if (processInput != null) { try { processInput.close(); } catch (final IOException e1) {} } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[267] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[275] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[348] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[377] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[396] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[419] 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' 342. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 367. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[912] return new SrcfileData(null, fileName, RDbg.getTimestamp(su, m)); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' 382. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java (at line 248) return 1024; ^^^^ The expression of type int is boxed into Integer 383. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java (at line 250) return this.inputStream.getBufferSize(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java:[263] public Socket createSocket(final String host, final int port) throws IOException { ^^^^^^ The return type is incompatible with '@NonNull Socket' returned from RMIClientSocketFactory.createSocket(String, int) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java:[263] public Socket createSocket(final String host, final int port) throws IOException { ^^^^^^ Missing nullable annotation: inherited method from RMIClientSocketFactory specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java:[294] execChannel.setEnv(envp); ^^^^^^^^^^^^ The method setEnv(Hashtable) from the type ChannelSession is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/CombinedFactory.java:[36] 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.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/CombinedFactory.java:[36] public @Nullable BasicCombinedRElement readObject(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from DefaultRObjectFactory specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/CombinedFactory.java:[83] public RList readAttributeList(final RJIO io) throws IOException { ^^^^^ The return type is incompatible with '@NonNull RList' returned from DefaultRObjectFactory.readAttributeList(RJIO) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/CombinedFactory.java:[83] public RList readAttributeList(final RJIO io) throws IOException { ^^^^ Missing non-null annotation: inherited method from DefaultRObjectFactory specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[106] return (RReferenceVar) r.evalCombinedStruct(fullName, 0, RService.DEPTH_REFERENCE, m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[239] (Set<RElementName>) this.changedEnvirs.clone() : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set<RElementName> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[240] Collections.EMPTY_SET ); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set<RElementName> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[245] this.changedEnvirs.addAll(changes.changedEnvirs); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Set<RElementName>' needs unchecked conversion to conform to '@NonNull Collection<? extends RElementName>', corresponding supertype is 'Collection<RElementName>' 427. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 281) resolved= db.getEnv(reference.getHandle()); ^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 428. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 417) resolved= db.getEnv(ref.getHandle()); ^^^^^^^^^^^^^^^ The expression of type long is boxed into Long 429. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 493) addPropertyChanged("RObjectDB.dirty", dirty); ^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[499] final RObject rWd= r.evalData("getwd()", m); //$NON-NLS-1$ ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[501] final String wd= rWd.getData().getChar(0); ^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[513] final RList rOptions= (RList) r.evalData("options(\"prompt\", \"continue\")", m); //$NON-NLS-1$ ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[516] if (!rPrompt.getData().isNA(0)) { ^^^^^^^ Potential null pointer access: The variable rPrompt may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[516] if (!rPrompt.getData().isNA(0)) { ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[517] ((AbstractRController) r).setDefaultPromptTextL(rPrompt.getData().getChar(0)); ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[522] if (!rContinue.getData().isNA(0)) { ^^^^^^^^^ Potential null pointer access: The variable rContinue may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[522] if (!rContinue.getData().isNA(0)) { ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[523] ((AbstractRController) r).setContinuePromptText(rContinue.getData().getChar(0)); ^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[541] if (!force && previous.getSearchEnvsStamp() == controller.getChangeStamp() && envirs.isEmpty()) { ^^^^^^^^ Potential null pointer access: The variable previous may be null at this location 439 problems (0 errors, 418 warnings, 21 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.console.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.console.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.console.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.console.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [110/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.ui --- [INFO] Resolving class path of [bundle] StatET R - UI (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.r.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.ui --- [INFO] Compiling 385 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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) 3. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' 9. INFO in /home/jenkins/agent/workspace/statet-4.6.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 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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 11. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 54. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 55. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 58. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 62. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 81. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 123. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[310] getSite().getPage().addPartListener(this.partListener); ^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull IPartListener2' but this expression has type '@Nullable IPartListener2' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[320] handlerService.activateHandler(RCodeLaunching.SUBMIT_SELECTION_COMMAND_ID, handler); ^^^^^^^^^^^^^^ Potential null pointer access: The variable handlerService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[400] final List<BrowserBookmark> bookmarks= collection.getBookmarks(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<BrowserBookmark>' needs unchecked conversion to conform to 'List<@NonNull BrowserBookmark>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[459] final ISelection selection= this.linkedEditor.getShowInContext().getSelection(); ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[496] if (!rNode.hasChildren()) { ^^^^^ Potential null pointer access: The variable rNode may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[535] helpObject= help.getPkgHelp(name.getSegmentName()); ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[539] && RElementName.isPackageFacetScopeType(name.getScope().getType()) ) { ^^^^^^^^^^^^^^^ Potential null pointer access: The method getScope() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[540] final RPkgHelp pkgHelp= help.getPkgHelp(name.getScope().getSegmentName()); ^^^^^^^^^^^^^^^ Potential null pointer access: The method getScope() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[540] final RPkgHelp pkgHelp= help.getPkgHelp(name.getScope().getSegmentName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[542] helpObject= pkgHelp.getPageForTopic(name.getSegmentName()); ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[545] if (helpObject == null && !isTopicShown(name.getSegmentName())) { ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[546] helpObject= RHelpLtkUI.searchTopicObject1(help, name.getSegmentName(), ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[549] doShow2(help.getREnv(), name.getSegmentName(), request); ^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[637] && this.linkedEditor == this.linkedEditor.getSite().getPage().getActiveEditor()); ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[92] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[92] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[92] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[100] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[100] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[105] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[122] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[136] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[136] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[178] public void setInput(Object element) { ^^^^^^ Missing nullable annotation: inherited method from AbstractBreadcrumb specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[189] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[189] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[212] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[217] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[218] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[237] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[117] final StringBuilder sb= new StringBuilder(repo.getName()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[156] final RFrame frame= access.getFrame(); ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[195] if (RElementName.isRegularMainType(access.getNextSegment().getType()) ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNextSegment() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[196] && access.getNextSegment().getSegmentName() != null) { ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNextSegment() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[89] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[89] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pager/RPagerEditor.java:[106] 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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[116] final SourceStructElement[] elements = LTKSelectionUtils.getSelectedSourceStructElements(selection); ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[135] protected List<String> getCodeLinesUpto(final SourceStructElement element, ^^^^^^^^^^^^^^^^^^^ SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[139] if (su == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[146] su.connect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[161] su.disconnect(monitor); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 213. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 216. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 225. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 227. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionHandler.java:[61] executionHelper.perform(activePart.getSite().getShell()); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null 244. INFO in /home/jenkins/agent/workspace/statet-4.6.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 245. INFO in /home/jenkins/agent/workspace/statet-4.6.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 246. INFO in /home/jenkins/agent/workspace/statet-4.6.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 247. INFO in /home/jenkins/agent/workspace/statet-4.6.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 248. INFO in /home/jenkins/agent/workspace/statet-4.6.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 249. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 271. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/OpenInEditorHandler.java:[55] final CombinedRElement rElement= RElementInputContentProvider.getCombinedRElement(selection.getFirstElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/OpenInEditorHandler.java:[75] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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) 300. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 306. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 309. INFO in /home/jenkins/agent/workspace/statet-4.6.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[]' 310. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodHandler.java:[61] executionHelper.perform(activePart.getSite().getShell()); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 349. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[76] endIdx= text.indexOf(RHelpSearchMatch.POST_TAGS[m], startIdx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[301] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLabelProvider.java:[344] 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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[137] ViewerUtils.installSearchTextNavigation(this.viewer, this.filterText, true); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull TableViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[137] ViewerUtils.installSearchTextNavigation(this.viewer, this.filterText, true); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'SearchText' needs unchecked conversion to conform to '@NonNull SearchText' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[143] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[146] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 379. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' 384. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 400. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 405. INFO in /home/jenkins/agent/workspace/statet-4.6.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 406. INFO in /home/jenkins/agent/workspace/statet-4.6.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 407. INFO in /home/jenkins/agent/workspace/statet-4.6.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 408. INFO in /home/jenkins/agent/workspace/statet-4.6.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 409. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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) 432. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 435. INFO in /home/jenkins/agent/workspace/statet-4.6.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 436. INFO in /home/jenkins/agent/workspace/statet-4.6.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 437. INFO in /home/jenkins/agent/workspace/statet-4.6.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 438. INFO in /home/jenkins/agent/workspace/statet-4.6.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 439. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 ?>' 443. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempHandler.java:[61] executionHelper.perform(activePart.getSite().getShell()); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 460. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 463. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[121] su = ((SourceElement) object).getSourceUnit(); ^^^^^^^^^^^^^ SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[151] Ltk.PERSISTENCE_CONTEXT, file, null, true, null ); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null 483. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 484. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 491. INFO in /home/jenkins/agent/workspace/statet-4.6.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 492. INFO in /home/jenkins/agent/workspace/statet-4.6.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 493. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 497. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 509. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[97] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[98] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[199] final FCall fCall= arg.getRParent().getRParent(); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getRParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 544. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 545. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceHandler.java:[61] executionHelper.perform(activePart.getSite().getShell()); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 550. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[159] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[170] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[184] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[224] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[228] && (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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[271] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[287] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[288] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[288] final RDataTableContentDescription description, final DataViewDescription dataViewDescription) { ^^^^^^^^^^^^^^^^^^^ Illegal redefinition of parameter dataViewDescription, inherited method from RDataTableListener declares this parameter as @Nullable 560. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[357] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[360] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[377] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[377] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[379] "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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[386] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[409] || envName.getSegmentName().isEmpty()) { ^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSegmentName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[415] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[416] if (name.getScope() == null) { ^^^^ Potential null pointer access: The variable name may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionHandler.java:[61] executionHelper.perform(activePart.getSite().getShell()); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[222] 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' 642. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java (at line 275) return EPreferences.getInstancePrefs().getPreferenceValue( RHelpPreferences.SHOW_INTERNAL_ENABLED_PREF ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 643. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RViewLabelProvider.java:[33] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RViewLabelProvider.java:[47] return MessageUtils.escapeForTooltip(view.getTopic()); ^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[80] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[103] text.append(variable.getName()); ^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' 652. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java (at line 108) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[109] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[112] 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.6.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.6.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.6.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 658. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 698. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/InlineTempHandler.java:[61] executionHelper.perform(activePart.getSite().getShell()); ^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[284] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[284] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[285] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[325] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[329] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[333] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[346] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[368] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[379] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[379] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[383] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[390] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[397] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[397] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[485] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[485] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[507] (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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[507] (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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[517] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[524] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[524] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[528] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[532] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[537] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[541] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[550] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[605] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[609] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[611] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[612] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[629] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[631] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[632] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[647] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[649] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[656] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[658] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[662] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[664] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[666] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[668] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[670] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[672] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[819] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[847] 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>' 811. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java (at line 853) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[855] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[856] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[856] LaunchUtils.configureEnvironment(envp, null, ^^^^ Null type mismatch: required '@NonNull ILaunchConfiguration' but the provided value is null 815. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java (at line 903) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[905] 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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindTask.java:[52] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 828. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 829. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RCodeTemplateContext.java:[30] super(RUIPlugin.getInstance().getRCodeGenerationTemplateContextRegistry().getContextType(contextTypeName), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TemplateContextType' needs unchecked conversion to conform to '@NonNull TemplateContextType' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 846. INFO in /home/jenkins/agent/workspace/statet-4.6.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[]>' 847. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 848. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 882. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[203] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[205] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[221] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[260] public RDataTableViewer(final Composite parent, final RDataTableCallbacks callbacks) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field currentAnchor may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[260] public RDataTableViewer(final Composite parent, final RDataTableCallbacks callbacks) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field dataProvider may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[260] public RDataTableViewer(final Composite parent, final RDataTableCallbacks callbacks) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field input may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[264] if (callbacks == null) { throw new NullPointerException("callbacks"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[311] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[319] final AggregrateConfigLabelAccumulator aggregateLabelAccumulator= ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable aggregateLabelAccumulator is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[328] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[332] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[334] { 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[336] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[336] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[345] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[350] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[351] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[351] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[352] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[359] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[368] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[374] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[374] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[375] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[383] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[384] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[389] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[389] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[391] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[392] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[393] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[393] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[399] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[399] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[400] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[401] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[402] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[402] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[416] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[436] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[445] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[471] 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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[522] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[757] return this.tableLayers.viewportLayer.getDim(orientation); ^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[804] this.dataProvider= null; ^^^^ Null type mismatch: required '@NonNull AbstractRDataProvider<?>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[890] RDataTableViewer.this.dataProvider= null; ^^^^ Null type mismatch: required '@NonNull AbstractRDataProvider<?>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[895] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[909] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableViewer.java:[976] 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.6.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.6.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 951. INFO in /home/jenkins/agent/workspace/statet-4.6.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 952. INFO in /home/jenkins/agent/workspace/statet-4.6.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 953. INFO in /home/jenkins/agent/workspace/statet-4.6.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 954. INFO in /home/jenkins/agent/workspace/statet-4.6.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 955. INFO in /home/jenkins/agent/workspace/statet-4.6.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 956. INFO in /home/jenkins/agent/workspace/statet-4.6.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 957. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) 959. INFO in /home/jenkins/agent/workspace/statet-4.6.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 960. INFO in /home/jenkins/agent/workspace/statet-4.6.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 961. INFO in /home/jenkins/agent/workspace/statet-4.6.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 962. INFO in /home/jenkins/agent/workspace/statet-4.6.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 963. INFO in /home/jenkins/agent/workspace/statet-4.6.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 964. INFO in /home/jenkins/agent/workspace/statet-4.6.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 965. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/Util.java:[30] final IRPkgData pkg= list.get(name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/Util.java:[41] final IRPkgData pkg= list.get(name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 989. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 990. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 995. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[129] gd.widthHint = LayoutUtils.hintWidth(text.getControl(), 6); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text' 997. INFO in /home/jenkins/agent/workspace/statet-4.6.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 998. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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) 1001. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 1011. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 1018. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 1024. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[131] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[138] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[146] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[162] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[183] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[195] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[216] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[232] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[249] ViewerUtils.installDefaultEditBehaviour(this.argumentsViewer); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull TableViewer' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[271] .observe(this.functionNameControl), ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[273] .observe(realm, getRefactoring()), ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[273] .observe(realm, getRefactoring()), ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FunctionToS4MethodRefactoring' needs unchecked conversion to conform to '@NonNull FunctionToS4MethodRefactoring' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[274] new UpdateValueStrategy<String, String>() .setAfterGetValidator((final String value) -> new RefactoringBasedStatus( getRefactoring().checkFunctionName(value) )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[330] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[331] argumentsList, null ) { ^^^^ Null type mismatch: required '@NonNull IObservableValue<FunctionToS4MethodRefactoring.@Nullable Variable>' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[350] .observe(this.generateGenericControl), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[352] .observe(realm, getRefactoring()) ); ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[352] .observe(realm, getRefactoring()) ); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'FunctionToS4MethodRefactoring' needs unchecked conversion to conform to '@NonNull FunctionToS4MethodRefactoring' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 1050. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 1052. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>[] 1066. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 1067. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 1069. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[311] final RFrame frame= (RFrame)envir; ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[311] final RFrame frame= (RFrame)envir; ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[107] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[111] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[149] public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field pkgNameControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[149] public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field pkgNameLabel may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[149] public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field projectComposite may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[149] public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field rEnvControl may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[149] public RProjectConfigurationBlock(final IProject project, final StatusChangeListener statusListener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field rLangVersionViewer may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[152] this.rProject= RProjects.getRProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull RProject' but this expression has type '@Nullable RProject' 1099. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 156) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[177] this.listener= null; ^^^^ Null type mismatch: required '@NonNull IResourceChangeListener' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[312] this.rEnvControl.createObservable(Realm.getDefault()), ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' 1102. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 374) 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>' 1103. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 375) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[412] 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>' 1105. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java (at line 412) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[413] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[413] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[420] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[450] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1128. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1148. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1149. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[283] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[283] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[296] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[296] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[297] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[299] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[299] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[309] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[316] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[331] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[340] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[350] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[358] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[375] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[391] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[393] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[409] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[422] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[428] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[432] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[540] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[555] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[566] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[568] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[585] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[618] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[651] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[657] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[664] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[668] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[678] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[727] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[754] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[825] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[862] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[863] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[880] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[896] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[912] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[930] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[938] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[945] RStore classData= null; ^^^^^^ RStore is a raw type. References to generic type RStore<P> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[948] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[950] if (classData.getLength() > 0) { ^^^^^^^^^ Potential null pointer access: The variable classData may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[965] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[967] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[968] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[970] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[977] final byte datatype= element.getData().getStoreType(); ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[986] if (element.getRClassName().equals(element.getData().getBaseVectorRClassName())) { ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[988] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[995] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1005] sb.append(((RFactorStore) element.getData()).getLevelCount()); ^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1025] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1032] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1080] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[28] private final RStore fDataStore; ^^^^^^ RStore is a raw type. References to generic type RStore<P> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[31] public FTableVariable(final int orientation, final String name, final RStore dataStore) { ^^^^^^ RStore is a raw type. References to generic type RStore<P> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[53] public RStore getLevelStore() { ^^^^^^ RStore is a raw type. References to generic type RStore<P> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[64] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[64] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RContentAssistProcessor.java:[140] this.scanner.configure(document, RDocumentConstants.R_NO_COMMENT_CONTENT_CONSTRAINT); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1301. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1322. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 1324. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1377. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/LaunchShortcutUtil.java (at line 135) 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAssistInvocationContext.java:[629] 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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[150] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[186] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[222] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[278] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[396] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[423] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[425] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[432] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[445] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[456] { 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[461] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[467] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[482] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[482] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[482] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[522] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[554] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull 1414. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java (at line 581) DateFormat.getDateTimeInstance().format(pkgDescr.getInstallStamp()) : "-" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[591] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[602] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[616] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[640] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[692] { 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[723] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[723] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[723] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[745] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[774] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[787] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[791] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[796] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[823] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[825] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[825] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[830] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[832] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[832] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[866] for (final IRView view : (Collection<? extends IRView>) set) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Collection<capture#17-of ?> to Collection<? extends IRView> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[867] pkgNames.addAll(view.getPkgList()); ^^^^ Potential null pointer access: The variable view may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[867] pkgNames.addAll(view.getPkgList()); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[890] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[898] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[955] show.getParent().layout(true); ^^^^ Potential null pointer access: The variable show may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[955] show.getParent().layout(true); ^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[986] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[989] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1015] final int id= ((DetailGroup) path.getFirstSegment()).getId(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getFirstSegment() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1020] if (!pkg.getRepoId().isEmpty() ^^^ Potential null pointer access: The variable pkg may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1021] && ((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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1029] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1046] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1056] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1057] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1081] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1085] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1243] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1259] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1283] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1293] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1312] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1316] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1345] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1350] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1372] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1376] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1380] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1410] final RPkgList<? extends IRPkgData> repoList= this.pkgSet.getAvailable().getBySource(inst.getRepoId()); ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1499. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 1500. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 1501. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 1503. INFO in /home/jenkins/agent/workspace/statet-4.6.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[]' 1504. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[490] final LtkModelElement element= (LtkModelElement)firstElement; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[490] final LtkModelElement element= (LtkModelElement)firstElement; ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoLabelProvider.java:[37] final StyledString sb= new StyledString(repo.getName()); ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoLabelProvider.java:[39] sb.append(repo.getURL(), 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 1547. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 1554. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1562. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 160) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[162] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[162] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[165] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[169] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[169] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[170] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[170] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[170] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[171] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[259] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[262] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[277] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[286] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[286] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[287] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[306] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[309] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[334] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[334] .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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[356] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[366] public List<Long> getSortedColumnIds() { ^^^^ The return type is incompatible with '@NonNull List<@NonNull Long>' returned from SortModel.getSortedColumnIds() (mismatching null constraints) 1584. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 369) return Collections.singletonList(sortColumn.id); ^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[375] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[410] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[429] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[434] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[439] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[444] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[452] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[452] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[461] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[466] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[471] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[476] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[498] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[498] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[507] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[512] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[517] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[522] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[534] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[534] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[591] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[610] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[610] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[610] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[610] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[663] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[685] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[685] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[709] ((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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[710] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[842] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[929] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[930] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[959] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[959] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[985] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[985] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[987] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[988] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1016] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1022] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1029] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1046] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1048] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1053] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1078] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1079] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1080] 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<?>' 1633. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 1080) 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1089] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1094] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1099] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1103] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1104] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1112] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1118] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1123] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1127] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1128] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1134] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1139] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1140] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1146] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1151] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1152] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1160] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1166] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1170] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1171] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1187] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1216] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1218] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1230] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1230] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1233] && (names.getData().getStoreType() == RStore.CHARACTER ^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1234] || names.getData().getStoreType() == RStore.INTEGER) ) { ^^^^^^^^^^^^^^^ Potential null pointer access: The method getData() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1257] this.rTmpItem.dispose(m); ^ Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[107] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[115] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[152] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[164] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[186] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[220] .observe(this.variableNameControl), ^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Widget' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[222] .observe(realm, getRefactoring()), ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[222] .observe(realm, getRefactoring()), ^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ExtractFunctionRefactoring' needs unchecked conversion to conform to '@NonNull ExtractFunctionRefactoring' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[223] new UpdateValueStrategy<String, String>() .setAfterGetValidator((final String value) -> new RefactoringBasedStatus( getRefactoring().checkFunctionName(value) )), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[238] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[238] this.argumentsButtons.connectTo(this.argumentsViewer, argumentsList, null); ^^^^ Null type mismatch: required '@NonNull IObservableValue<ExtractFunctionRefactoring.@Nullable Variable>' but the provided value is null 1675. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1676. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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>' 1681. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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) 1683. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1693. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 1694. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1695. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1726. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 1735. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 1737. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1749. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 workspace, inherited method from ToolWorkspace.Listener does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 safety (type annotations): The expression of type 'RProcess' needs unchecked conversion to conform to '@NonNull RProcess' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[304] final List<? extends RProcessREnvironment> rawInput= workspaceData.getRSearchEnvironments(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<capture#of ? extends RProcessREnvironment>' needs unchecked conversion to conform to 'List<? extends @NonNull RProcessREnvironment>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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>' 1766. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 1768. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 1798. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1799. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1800. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1801. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 1809. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1810. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 1812. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1813. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1814. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[323] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[323] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[354] && (context.getIdentifierElementName().getScope() == null) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getIdentifierElementName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[384] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[397] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[400] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[400] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[400] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[401] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[418] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[421] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[431] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[458] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[485] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[492] if (prefixSegment.getNextSegment() != null) { ^^^^^^^^^^^^^ Potential null pointer access: The variable prefixSegment may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[500] namePrefix= (prefixSegment.getSegmentName() != null) ? ^^^^^^^^^^^^^ Potential null pointer access: The variable prefixSegment may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[506] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[513] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[516] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[516] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[516] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[517] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[522] RLangElement element= rootElement; ^^^^^^^^^^^^ RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[527] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[528] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[531] && elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSegmentName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[531] && 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[542] && elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSegmentName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[542] && 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[552] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[561] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[565] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[578] methodNames.add(candidate); ^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[581] mainNames.add(candidate); ^^^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[593] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[606] && elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getSegmentName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[606] && 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[606] && 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[648] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[648] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[648] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[648] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[649] final RFrameIterator iterator) { ^^^^^^^^^^^^^^ Illegal redefinition of parameter iterator, inherited method from FCallNamePattern does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[671] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[676] if (this.inString && isPackageArg(arg.getNameChild().getText())) { ^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getNameChild() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[748] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[753] final Parameters coreParameters= this.coreFunction.getParameters( ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[762] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[762] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[762] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[762] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[763] final RFrameIterator iter) { ^^^^^^^^^^^^^^ Illegal redefinition of parameter iter, inherited method from FCallNamePattern does not constrain this parameter [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[793] && this.coreFunction.getPackageNames().contains(frame.getElementName().getSegmentName()) ) { ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[793] && this.coreFunction.getPackageNames().contains(frame.getElementName().getSegmentName()) ) { ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getElementName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[794] final Parameters coreParameters= this.coreFunction.getParameters( ^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[826] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[874] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[881] if (rEnv == null) { return; } ^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[899] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[901] final String pkgName= frame.getElementName().getSegmentName(); ^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getElementName() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 1888. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[196] gd.widthHint = LayoutUtils.hintWidth(text.getControl(), 4); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 1892. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1893. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1894. INFO in /home/jenkins/agent/workspace/statet-4.6.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 1895. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[351] gd.widthHint = LayoutUtils.hintWidth(text.getControl(), 6); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[184] .observe((ICheckable)this.repoTable), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ICheckable' needs unchecked conversion to conform to '@NonNull ICheckable' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[188] .observe(this.CranTable), ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull Viewer' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[189] this.selectedCran ); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue<RRepo>' needs unchecked conversion to conform to '@NonNull IObservableValue<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[192] .observe(this.biocTable), ^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull Viewer' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[193] this.selectedBioc ); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue<RRepo>' needs unchecked conversion to conform to '@NonNull IObservableValue<RRepo>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[195] this.selectedRepos.addChangeListener(this.dialog); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RPkgManagerDialog' needs unchecked conversion to conform to '@NonNull IChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[196] this.selectedCran.addChangeListener(this.dialog); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RPkgManagerDialog' needs unchecked conversion to conform to '@NonNull IChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[197] this.selectedBioc.addChangeListener(this.dialog); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RPkgManagerDialog' needs unchecked conversion to conform to '@NonNull IChangeListener' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field bindings may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field configurationButton may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field currentEncoded may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field noneButton may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field specificButton may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field specificCombo may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field validREnvs may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field workbenchDefaultButton may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[165] public REnvSelectionComposite(final Composite parent, final boolean enableNone) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field workbenchLabel may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[183] protected void handlePreferenceChanged(final ChangeEvent event) { ^^^^^^^^^^^ Illegal redefinition of parameter event, inherited method from PreferenceSetUIListener does not constrain this parameter 1921. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java (at line 188) }.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[276] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[277] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[375] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[127] return frame.isResolved(variable.getName()); ^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[160] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[178] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[190] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[203] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[229] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[234] final RFrame frame= (RFrame) element; ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[234] final RFrame frame= (RFrame) element; ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[235] final List<? extends RElement> modelElements= frame.getModelElements(); ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[235] final List<? extends RElement> modelElements= frame.getModelElements(); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RElement> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[271] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[304] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[323] private Map<RFrame, Map<String, Variable>> fVariables; ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[326] this.fVariables= (Map<RFrame, Map<String, Variable>>)newInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map<RFrame,Map<String,RenameInRegionRefactoring.Variable>> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[326] this.fVariables= (Map<RFrame, Map<String, Variable>>)newInput; ^^^^^^ RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[329] public Object[] getElements(final Object inputElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getElements(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[329] public Object[] getElements(final Object inputElement) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[333] public Object getParent(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[340] public boolean hasChildren(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[350] public Object[] getChildren(final Object parentElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[350] public Object[] getChildren(final Object parentElement) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[352] return this.fVariables.get(parentElement).values().toArray(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method get(Object) may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.20.100.v20220516-0819/org.eclipse.jface.text-3.20.100.v20220516-0819.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[89] elementName = ((RElement)element).getElementName(); ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[94] final LtkModelElement[] elements = LTKSelectionUtils.getSelectedElements( ^^^^^^^^^^^^^^^ LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[112] rEditor.getViewer().getDocument(), rEditor.getDocumentContentInfo(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[115] new Region(range.x, range.y), contentType, null, null); ^^^^ Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null 2040. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[235] final int diff= o1.getName().compareTo(o2.getName()); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[239] return o1.getId().compareTo(o2.getId()); ^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 2065. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2066. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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[]' 2070. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 2086. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 2106. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2107. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 2109. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2110. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2111. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2112. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2113. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2114. INFO in /home/jenkins/agent/workspace/statet-4.6.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 2115. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[136] 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.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[137] (RSourceUnit)editor.getSourceUnit() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull RSourceUnit' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[139] 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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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, final Realm realm) { ^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.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, final Realm realm) { ^^^^^ Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[167] this.rEnvControl.createObservable(realm), ^^^^^ Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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>' 2133. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 2136 problems (0 errors, 1976 warnings, 160 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.r.ui --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.ui:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [111/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r.console.ui --- [INFO] Resolving class path of [bundle] StatET R - Console - UI (Incubation)... [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (102.22kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (220.82kB) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.r.console.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.console.ui --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[105] EPreferences.getInstancePrefs().addPreferenceSetListener(this, this.PREF_QUALIFIERS); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ImIdentitySet<String>' needs unchecked conversion to conform to '@NonNull ImSet<@NonNull String>', corresponding supertype is 'ImSet<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[118] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[120] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[136] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[142] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[164] tabHolder.getParent().layout(new Control[] { tabHolder }); ^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getParent() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[164] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[168] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[177] && 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[178] getLaunchConfigurationDialog().updateMessage(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchConfigurationDialog() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[179] getLaunchConfigurationDialog().updateButtons(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchConfigurationDialog() may return null 20. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 239) setErrorMessage(NLS.bind(Messages.JavaJRE_RCompatibility_error_DifferentBits_message, this.lastCheckedRBits, this.lastCheckedVMBits)); ^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 21. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 239) setErrorMessage(NLS.bind(Messages.JavaJRE_RCompatibility_error_DifferentBits_message, this.lastCheckedRBits, this.lastCheckedVMBits)); ^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[272] getLaunchConfigurationDialog().run(true, true, new IRunnableWithProgress() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchConfigurationDialog() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[274] 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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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= new RMIAddress(this.address); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 47. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 53. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 277) loginData.put(LOGIN_SSH_PORT_DATA_KEY, (sshPort instanceof Integer) ? ((Integer) sshPort).intValue() : DEFAULT_SSH_PORT ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[320] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[337] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[387] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[422] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[430] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[441] protected void addBindings(final DataBindingContext dbc, final Realm realm) { ^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[441] protected void addBindings(final DataBindingContext dbc, final Realm realm) { ^^^^^ Missing non-null annotation: inherited method from RConsoleMainTab specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[442] super.addBindings(dbc, realm); ^^^ 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[442] super.addBindings(dbc, 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[467] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[472] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[476] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[477] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[481] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[482] this.sshPortValue, ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IObservableValue<Integer>' needs unchecked conversion to conform to '@NonNull IObservableValue<Integer>' 69. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 484) .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[489] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[490] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[494] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[495] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[499] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[500] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[502] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[503] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[504] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[511] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[513] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[515] 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.6.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.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[518] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[521] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[523] 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.6.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.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[526] 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>' 88. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 535) RRemoteConsoleMainTab.this.sshPortValue.setValue(22); ^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[544] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[546] 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.6.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.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[549] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[555] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[556] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[561] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[562] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[564] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[568] this.userValue.setValue(readAttribute(configuration, ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' 99. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 572) 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[572] this.sshPortValue.setValue(readAttribute(configuration, ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' 101. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 576) 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[576] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[580] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[586] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[587] 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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[122] public RJEngineLaunchDelegate(final String address, final boolean requireCodebase, final IREnvConfiguration rEnvConfig) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field monitor may not have been initialized 120. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java (at line 140) 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[162] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[174] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[224] new Map[] { additional, this.rEnvConfig.getEnvironmentsVariables() }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Map[]' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String> @Nullable[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[244] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[268] classpath.addAll(ImCollections.newList(super.getClasspath(configuration))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getClasspath(ILaunchConfiguration) from the type AbstractJavaLaunchConfigurationDelegate is deprecated [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[304] 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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[272] if (getLaunchConfigurationDialog().getMode().equals(ILaunchManager.DEBUG_MODE)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: The method getLaunchConfigurationDialog() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[287] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[294] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[299] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[303] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[352] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[401] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[408] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[410] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[116] final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25); ^^^^^^^ Null type mismatch (type annotations): required '@NonNull IProgressMonitor' but this expression has type '@Nullable IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 158. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 160. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 163. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java (at line 142) DateFormat.getDateInstance().format(this.info.getTimestamp()) : "<unknown>").append('\n'); ^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[178] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing non-null annotation: inherited method from IContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[178] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[178] public void inputChanged(final Viewer viewer, final Object oldInput, final Object newInput) { ^^^^^^ Missing nullable annotation: inherited method from IContentProvider specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[183] public Object[] getElements(final Object inputElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getElements(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[183] public Object[] getElements(final Object inputElement) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[207] public Object getParent(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[215] public boolean hasChildren(final Object element) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[220] public Object[] getChildren(final Object parentElement) { ^^^^^^^^ The return type is incompatible with '@NonNull Object @NonNull[]' returned from ITreeContentProvider.getChildren(Object) (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[220] public Object[] getChildren(final Object parentElement) { ^^^^^^ Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[236] public void update(final ViewerCell cell) { ^^^^^^^^^^ Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[328] return DialogUtils.getDialogSettings(RConsoleUIPlugin.getInstance(), SETTINGS_DIALOG_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'RConsoleUIPlugin' needs unchecked conversion to conform to '@NonNull Plugin' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[332] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[332] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[335] return 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[339] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[339] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[341] final Composite area= (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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[356] gd.widthHint= LayoutUtils.hintWidth(this.hostAddressControl, 50); ^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Combo' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[364] public void widgetDefaultSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[374] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[429] public void widgetSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[433] public void widgetDefaultSelected(final SelectionEvent e) { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from SelectionListener specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[460] public void run(final IProgressMonitor monitor) throws InvocationTargetException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[502] list.addAll(this.historyAddress); ^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[558] final String[] addresses= ADDRESS_MULTI_PATTERN.split(combined, -1); ^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[592] status= collectServerInfos(matcher.group(1), Integer.parseInt(matcher.group(2)), null, ^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[670] final Remote remote= registry.lookup(name); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[120] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[125] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[130] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[135] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[143] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[143] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[148] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[149] 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.6.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', 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[156] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[164] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[167] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[178] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[183] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[189] .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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[240] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[240] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[241] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[241] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[242] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[242] final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[254] { 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[254] { 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[321] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[325] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[325] 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' 222. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 407) configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH, 10000)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 223. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 409) configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH, 10000)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 224. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 410) 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[427] 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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 242. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 306. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 311. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 315. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 341. INFO in /home/jenkins/agent/workspace/statet-4.6.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 342. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 345. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 135) 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[140] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[167] public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch, ^^^^^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[167] public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch, ^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[167] public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch, ^^^^^^^ Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[168] final IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^ Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[217] final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[217] final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25); ^^^^^^^ Null type safety (type annotations): The expression of type 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[238] { final List<String> trackingIds= configuration.getAttribute(RConsoleOptionsTab.TRACKING_ENABLED_IDS, Collections.EMPTY_LIST); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[238] { final List<String> trackingIds= configuration.getAttribute(RConsoleOptionsTab.TRACKING_ENABLED_IDS, Collections.EMPTY_LIST); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[258] final Map reconnect= configuration.getAttribute(IRemoteEngineController.LAUNCH_RECONNECT_ATTRIBUTE, (Map) null); ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[258] final Map reconnect= configuration.getAttribute(IRemoteEngineController.LAUNCH_RECONNECT_ATTRIBUTE, (Map) null); ^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[258] final Map reconnect= configuration.getAttribute(IRemoteEngineController.LAUNCH_RECONNECT_ATTRIBUTE, (Map) null); ^^^ Map is a raw type. References to generic type Map<K,V> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[306] throw new CoreException(validator.getStatus()); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus' 359. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 329) connectionInfo.put(LOGIN_USERNAME_FORCE_DATA_KEY, true); ^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[373] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[429] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[459] throw new CoreException(validator.getStatus()); ^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus' 363. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 566) configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH, 10000)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 364. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 568) configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH, 10000)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 365. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 569) 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[581] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[583] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[603] 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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[612] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 407. INFO in /home/jenkins/agent/workspace/statet-4.6.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 408. INFO in /home/jenkins/agent/workspace/statet-4.6.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 409. INFO in /home/jenkins/agent/workspace/statet-4.6.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 410. INFO in /home/jenkins/agent/workspace/statet-4.6.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 411. INFO in /home/jenkins/agent/workspace/statet-4.6.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 412. INFO in /home/jenkins/agent/workspace/statet-4.6.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 413. INFO in /home/jenkins/agent/workspace/statet-4.6.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 414. INFO in /home/jenkins/agent/workspace/statet-4.6.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 415. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[427] dbc.bindValue(new SWTMultiEnabledObservable(realm, new Control[] { this.objectDBAutoEnabledControl, this.objectDBEnvsChildrenControl, this.objectDBListsChildrenControl, }, null ), objectDBTargetObs ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(SWTMultiEnabledObservable, ISWTObservableValue<Boolean>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[427] dbc.bindValue(new SWTMultiEnabledObservable(realm, new Control[] { this.objectDBAutoEnabledControl, this.objectDBEnvsChildrenControl, this.objectDBListsChildrenControl, }, null ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type SWTMultiEnabledObservable needs unchecked conversion to conform to IObservableValue<Object> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 423. INFO in /home/jenkins/agent/workspace/statet-4.6.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 424. INFO in /home/jenkins/agent/workspace/statet-4.6.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 425. INFO in /home/jenkins/agent/workspace/statet-4.6.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 426. INFO in /home/jenkins/agent/workspace/statet-4.6.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 427. INFO in /home/jenkins/agent/workspace/statet-4.6.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 428. INFO in /home/jenkins/agent/workspace/statet-4.6.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 429. INFO in /home/jenkins/agent/workspace/statet-4.6.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 430. INFO in /home/jenkins/agent/workspace/statet-4.6.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 431. INFO in /home/jenkins/agent/workspace/statet-4.6.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 432. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 433. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 472. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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>' 474. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 478 problems (0 errors, 430 warnings, 48 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.console.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.console.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.console.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.console.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [112/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.debug.core --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[154] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[154] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[194] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[239] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[262] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[280] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[285] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[310] && 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[310] && 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[316] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[336] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[344] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[372] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[404] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[477] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[481] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[513] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[563] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[595] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[595] 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' 21. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java (at line 607) 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[607] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[607] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[609] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[643] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[643] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[643] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[646] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[647] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[664] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[664] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[664] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[667] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[668] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[690] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[695] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[695] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[695] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[699] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[700] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[716] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 63. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 75. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[227] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[227] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[227] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[251] if (context.getFileName() != null) { ^^^^^^^ Potential null pointer access: The variable context may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[365] fileUri.toString() ), e )); ^^^^^^^ Potential null pointer access: The variable fileUri may be null at this location 111. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 461) data.context.getSourceType() ), e)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 112. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 474) data.context.getSourceType(), data.context.getFileName() ), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer 113. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 479) data.context.getSourceType(), data.context.getFileName() ), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[496] match.install(); ^^^^^ Potential null pointer access: The variable match may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[499] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[499] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[501] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[546] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[546] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[555] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[586] ((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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[612] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[612] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[614] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[614] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[635] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[708] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[764] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[785] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[805] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[807] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 141. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 160. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 164. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 167. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[66] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[72] final List<? extends RLibGroup> libraryGroups= rEnvConfig.getRLibGroups(); ^^^^^^^^^^ Potential null pointer access: The variable rEnvConfig may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[74] final List<? extends RLibLocation> libraries= group.getLibLocations(); ^^^^^ Potential null pointer access: The variable group may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[76] final Path path= lib.getDirectoryPath(); ^^^ Potential null pointer access: The variable lib may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[95] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[95] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[95] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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<?>' 187. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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<?>' 196. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 204. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[359] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[379] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[403] final List<? extends RProcessREnvironment> environments= RControllerBreakpointAdapter .this.controller.getWorkspaceData().getRSearchEnvironments(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<capture#of ? extends RProcessREnvironment>' needs unchecked conversion to conform to 'List<? extends @NonNull RProcessREnvironment>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[410] packages.add(pkgName); ^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[415] newPackages.add(pkgName); ^^^^^^^ Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[419] if (this.knownPackages == null) { newPackages= packages; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[486] (((RControllerBreakpointAdapter.this.exceptionBreakpointData != null) ? RControllerBreakpointAdapter.this.exceptionBreakpointData.isInstalled() : false) ^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[617] synchronized ((resolver != null && resolver.getDocument() instanceof ISynchronizable) ? ((ISynchronizable)resolver.getDocument()).getLockObject() : new Object()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: This expression may be null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[703] List<? extends RLangSourceElement> elements= srcref.getElements(); ^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<RLangSourceElement>' needs unchecked conversion to conform to 'List<? extends @NonNull RLangSourceElement>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[718] synchronized ((document instanceof ISynchronizable) ? ((ISynchronizable)document).getLockObject() : new Object()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential null pointer access: This expression may be null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[721] if (elements.get(0).getSourceParent() != modelInfo.getSourceElement()) { ^^^^^^^^^ Potential null pointer access: The variable modelInfo may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[768] && !elementId.equals(breakpointData.latest.elementId) ) { ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[772] if (!cleanup.contains(breakpointData.latest.elementId)) { ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[773] cleanup.add(breakpointData.latest.elementId); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[790] cleanup.removeAll(map.keySet()); ^^^ Potential null pointer access: The variable map may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[790] cleanup.removeAll(map.keySet()); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<@NonNull String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[966] Map<String, @Nullable Element> map= resourceMap.get(breakpointData.latest.resource); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[969] resourceMap.put(breakpointData.latest.resource, map); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[971] map.put(breakpointData.latest.elementId, null); ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1324] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1399] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1443] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1491] this.positionUpdatesElements.add(new UpdateData(resource, elementId)); ^^^^^^^^ Null type mismatch: required '@NonNull IResource' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1511] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1651] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1793] elementId= breakpointData.installed.elementId; ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1794] elementLabel= breakpointData.installed.elementLabel; ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1798] elementId= breakpointData.latest.elementId; ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1799] elementLabel= breakpointData.latest.elementLabel; ^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1866] label= breakpointData.installed.elementLabel; ^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1911] this.breakpointManager= null; ^^^^ Null type mismatch: required '@NonNull IBreakpointManager' but the provided value is null 237. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvalExpressionTask.java (at line 72) this.key= new Key(frame.getDbgFrame().getHandle(), expressionText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type long is boxed into Long [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 240. INFO in /home/jenkins/agent/workspace/statet-4.6.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 241. INFO in /home/jenkins/agent/workspace/statet-4.6.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 242. INFO in /home/jenkins/agent/workspace/statet-4.6.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 243. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 246. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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<?>' 270. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' 277. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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<?>' 281. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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<?>' 290. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 297. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 310 problems (0 errors, 286 warnings, 24 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.debug.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.debug.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [113/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.debug.ui --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[334] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 28. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[170] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[172] progressService.busyCursorWhile(new IRunnableWithProgress() { ^^^^^^^^^^^^^^^ Potential null pointer access: The variable progressService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[174] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[211] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[213] progressService.busyCursorWhile(new IRunnableWithProgress() { ^^^^^^^^^^^^^^^ Potential null pointer access: The variable progressService may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[215] public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull 38. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java (at line 372) 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[447] return part.getSite().getShell(); ^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[238] scanner.configure(document); ^^^^^^^^ Null type safety (type annotations): The expression of type 'IDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 56. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 58. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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>' 64. INFO in /home/jenkins/agent/workspace/statet-4.6.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 65. INFO in /home/jenkins/agent/workspace/statet-4.6.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 66. INFO in /home/jenkins/agent/workspace/statet-4.6.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 67. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[47] DebugUIPlugin.log(e); ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[47] DebugUIPlugin.log(e); ^^^ Discouraged access: The method 'DebugUIPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[52] return super.getValue(element, property); ^^^^^^^^ Discouraged access: The method 'DefaultVariableCellModifier.getValue(Object, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DetailPaneAssignValueAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable, ^^^^^^^^^^^ Discouraged access: The method 'DetailPaneAssignValueAction.assignValue(Shell, IVariable, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable, ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable, ^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.getShell()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[70] super.modify(element, property, value); ^^^^^^ Discouraged access: The method 'DefaultVariableCellModifier.modify(Object, String, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[109] return element.toString(); ^^^^^^^ Potential null pointer access: The variable element may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 'IProgressMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[121] su.disconnect(monitor); ^^ Potential null pointer access: The variable su may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[129] 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.6.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.6.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' 117. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 125. INFO in /home/jenkins/agent/workspace/statet-4.6.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 126. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[72] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[91] copy(CollectionUtils.toString(names, ", "), part); //$NON-NLS-1$ ^^^^^ Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[117] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[121] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.16.100.v20220526-0826/org.eclipse.debug.ui-3.16.100.v20220526-0826.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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' 167. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java (at line 88) 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[127] switch (nameNode.getNodeType()) { ^^^^^^^^ Potential null pointer access: The variable nameNode may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[143] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[143] 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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[163] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[165] 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.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/OpenInEditorHandler.java:[69] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/OpenInEditorHandler.java:[84] RDataEditor.open(part.getSite().getPage(), debugTarget.getProcess(), ^^^^^^^^^^^^^^ Potential null pointer access: The method getSite() may return null [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/WatchHandler.java:[82] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull 177 problems (0 errors, 165 warnings, 12 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.debug.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [114/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.launching.winrgui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.launching.winrgui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [115/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.apps --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.apps --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.apps --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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) 4. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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[]' 6. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 10. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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 14. INFO in /home/jenkins/agent/workspace/statet-4.6.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[]' 15. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 25. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 40. INFO in /home/jenkins/agent/workspace/statet-4.6.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 41. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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 48. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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 52. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[100] return (RProcess)tool; ^^^^^^^^^^^^^^ Null type mismatch: required '@NonNull RProcess' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[124] public AppSession(final RProcess tool) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field host may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[124] public AppSession(final RProcess tool) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field queueSection may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[124] public AppSession(final RProcess tool) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The @NonNull field remoteHost may not have been initialized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[138] { 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[144] this.host= workspaceData.getRemoteAddress(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[145] 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[159] if (this.remoteHost == null) { this.remoteHost= this.host; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[178] 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[204] this.sshLocalPort= this.sshSession.setPortForwardingL(0, LOCALHOST, ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[243] 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[247] 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[255] this.queueSection= null; ^^^^ Null type mismatch: required 'Queue.@NonNull Section' but the provided value is null [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[259] this.sshSession.delPortForwardingL(this.sshLocalPort); ^^^^^^^^^^ Potential null pointer access: this expression has a '@Nullable' type [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[343] 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[382] 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.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[427] return page; ^^^^ Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[591] 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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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 92. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 93 problems (0 errors, 81 warnings, 12 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.apps --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.apps --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.apps --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.apps --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.r.apps --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.apps:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.apps:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [116/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.doc --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.r.doc --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.doc:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r.doc:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [117/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.statet.r --- [INFO] Resolving class path of [bundle] StatET R (Incubation)... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.r --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.r --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.r --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.r --- [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r:org.eclipse.statet.r:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.r --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.statet.r --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.statet.r-assemblies:r >------------------ [INFO] Building r 4.6.0.202209080600-r [118/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [119/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.r --- [WARNING] The following referenced plugins has missing sources org.eclipse.statet.r_4.6.0.202209080600-r [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.6.0.202209080600-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.6.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.r --- [WARNING] artifact org.eclipse.statet.r-assemblies:org.eclipse.statet.r:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.r-assemblies:org.eclipse.statet.r:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] ------------------< org.eclipse.statet.redocs:redocs >------------------ [INFO] Building redocs 4.6.0.202209080600-r [120/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ redocs --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ redocs --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ redocs --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ redocs --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [121/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.r --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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 21. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperation.java (at line 120) return new OverlayLaunchConfiguration(config, additionalAttributes); ^^^^^^^^^^^^^^^^^^^^ 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.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[97] public void launch(final ISelection selection, final String mode) { ^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[97] public void launch(final ISelection selection, final String mode) { ^^^^^^ Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[102] public void launch(final IEditorPart editor, final String mode) { ^^^^^^^^^^^ Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[102] public void launch(final IEditorPart editor, final String mode) { ^^^^^^ Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[128] public void run(final IProgressMonitor monitor) throws InvocationTargetException { ^^^^^^^^^^^^^^^^ Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[150] data.document, data.selection.getOffset(), data.selection.getLength() ); ^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'AbstractDocument' needs unchecked conversion to conform to '@NonNull IDocument' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[153] TextUtil.addLines(data.document, region.getStartOffset(), region.getLength(), lines); ^^^^^^ Potential null pointer access: The variable region may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/debug/RweaveSubmitContentHandler.java:[60] TextUtil.addLines(document, region.getStartOffset(), region.getLength(), lines); ^^^^^^ Potential null pointer access: The variable region may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/debug/RweaveSubmitContentHandler.java:[75] TextUtil.addLines(document, region.getStartOffset(), region.getLength(), lines); ^^^^^^ Potential null pointer access: The variable region may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 58. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 83 problems (0 errors, 80 warnings, 3 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.r --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.r --- [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [122/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.tex.r --- [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 7. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 21. INFO in /home/jenkins/agent/workspace/statet-4.6.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 22. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 24. INFO in /home/jenkins/agent/workspace/statet-4.6.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 25. INFO in /home/jenkins/agent/workspace/statet-4.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 27. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 66. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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[]' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 83. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 85. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 101 problems (0 errors, 92 warnings, 9 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.tex.r --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [123/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [124/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [125/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 17. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 44. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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' 50. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 51. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' 61. INFO in /home/jenkins/agent/workspace/statet-4.6.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 62. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' 64. INFO in /home/jenkins/agent/workspace/statet-4.6.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 65. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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>' 85 problems (0 errors, 77 warnings, 8 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [126/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [127/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 13. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 35 problems (0 errors, 33 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [128/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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' 5. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 15. INFO in /home/jenkins/agent/workspace/statet-4.6.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>' 16. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 25. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/NewDocTemplateCategoryConfiguration.java (at line 46) public static final Preference<String> NEWDOC_DEFAULT_NAME_PREF= new StringPref( TextileRweavePlugin.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.6.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' 26 problems (0 errors, 22 warnings, 4 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [129/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ redocs --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ redocs --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ redocs --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ redocs --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [130/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.tex.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-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.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:xml:p2artifacts:4.6.0.202209080600-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.6.0.202209080600-r [131/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-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.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] ---------------------< org.eclipse.statet.rtm:rtm >--------------------- [INFO] Building rtm 4.6.0.202209080600-r [132/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rtm --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rtm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rtm --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rtm --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [133/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rtm.base.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rtm.base.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/core/AbstractRCodeGenerator.java:[241] if (expr.getTypeKey() == RTypedExpr.MAPPED) { ^^^^ Potential null pointer access: The variable expr may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/core/AbstractRCodeGenerator.java:[272] return ImCollections.toList(this.requiredPkgs); ^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RExprType.java:[89] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RTypedExpr.java:[30] super(expr); ^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RTypedExpr.java:[47] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from RExpr specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RTypedExpr.java:[59] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RExpr.java:[29] if (expr == null) { throw new NullPointerException("expr"); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RtItemLabelUtils.java:[38] this.builder= new StringBuilder(label); ^^^^^ Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RtItemLabelUtils.java:[64] public String toString() { ^^^^^^ The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints) [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 11 problems (0 errors, 10 warnings, 1 info) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rtm.base.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [134/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rtm.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rtm.base.ui --- [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[172] 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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[172] 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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[173] 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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[174] 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.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[222] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[93] final List list= selection.toList(); ^^^^ List is a raw type. References to generic type List<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[136] selection.toList(), getInsertIndex(), event.time ); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<RTypedExpr> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[139] final List<RTypedExpr> list= selection.toList(); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List<RTypedExpr> 19. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[70] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[80] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[90] public <T> T getAdapter(final Class<T> adapterType) { ^^^^^ Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[90] public <T> T getAdapter(final Class<T> adapterType) { ^^^^^ Missing non-null annotation: inherited method from PlatformObject specifies this parameter as @NonNull [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[91] return super.getAdapter(adapterType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'T' but this expression has type '@Nullable T', where 'T' is a free type variable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[91] return super.getAdapter(adapterType); ^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[101] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[101] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[101] public boolean equals(final Object obj) { ^^^^^^ Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskFileWizard.java:[267] this.newFileCreationPage.setContainerFullPath(selectedResource.getFullPath()); ^^^^^^^^^^^^^^^^ Potential null pointer access: The variable selectedResource may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 78. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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' 81. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 []' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 144. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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>' 148. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 171. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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' 194. INFO in /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[109] if (rElement.getElementName() == null) { return PRIORITY_INVALID; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[133] protected boolean isValidRObject(final RObject rObject, final RElement parent) { ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[143] final RElement parent= ((RElement)first).getModelParent(); ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[143] final RElement parent= ((RElement)first).getModelParent(); ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[152] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[152] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[169] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[169] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[189] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[189] final RElement rElement= (RElement)element; ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[191] if (elementName == null) { return PRIORITY_INVALID; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[195] RElementName parentName= null; ^^^^^^^^^^ The value of the local variable parentName is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[199] } while (elementName.getNextSegment() != null); ^^^^^^^^^^^ Potential null pointer access: The variable elementName may be null at this location [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[234] final RElement parent= ((RElement)first).getModelParent(); ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[234] final RElement parent= ((RElement)first).getModelParent(); ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[248] protected boolean checkParent(final RElement parent, final Object input, final IContext context) { ^^^^^^^^ RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[250] ((ElementNameProvider) input).getElementName(parent) : parent.getElementName(); ^^^^^^ Null type safety (type annotations): The expression of type 'RElement' needs unchecked conversion to conform to '@NonNull Object' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[267] final List<EFeatureReference> parents= (List<EFeatureReference>) ruleSet.get( owner, propertyContext.getEFeature(), (parentField + RuleSet.PARENT_FEATURES_ID_SUFFIX) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List<EFeatureReference> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[355] final List<EFeatureReference> disjoints= (List<EFeatureReference>) ruleSet.get( owner, propertyContext.getEFeature(), RuleSet.DISJOINT_FEATURES_ID ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List<EFeatureReference> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[87] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[96] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[107] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[143] final TProperty value= (TProperty) iter.next(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from capture#5-of ? to TProperty [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[155] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[183] this.widget.viewer.setContentProvider(new ObservableListContentProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider<E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[187] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[194] buttonGroup.addAddButton(new AddHandler()); ^^^^^^^^^^^^^^^^ Type safety: The expression of type EObjectListProperty<TProperty>.AddHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler<TProperty> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[216] this.modelObservable= emfProperty.observeDetail(getBaseObservable()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[216] this.modelObservable= emfProperty.observeDetail(getBaseObservable()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList<TProperty> [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[220] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[224] ViewerUtils.setSelectionProvider(this.widget.table, this.selectionProvider); ^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'ElementSourceSelectionProvider' needs unchecked conversion to conform to '@NonNull ISelectionProvider' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[228] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[229] 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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[234] ViewerProperties.singlePostSelection((Class<TProperty>)this.modelObservable.getElementType()) .observe(this.widget.viewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type mismatch (type annotations): required 'IObservableValue<TProperty extends EObject>' but this expression has type '@NonNull IViewerObservableValue<@Nullable TProperty extends EObject>', corresponding supertype is 'IObservableValue<@Nullable TProperty extends EObject>' [WARNING] /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[234] ViewerProperties.singlePostSelection((Class<TProperty>)this.modelObservable.getElementType()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Class<TProperty> [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 279 problems (0 errors, 272 warnings, 7 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rtm.base.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [135/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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 4. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableExprTypesProvider.java (at line 42) private static final RExprTypes T_LABEL_VAR= new RExprTypes(ImCollections.newList( ^^^^^^^^^^^ The value of the field FTableExprTypesProvider.T_LABEL_VAR is not used 5. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableExprTypesProvider.java (at line 47) private static final RExprTypes T_COLOR_VAR= new RExprTypes(ImCollections.newList( ^^^^^^^^^^^ The value of the field FTableExprTypesProvider.T_COLOR_VAR is not used 6. INFO in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableExprTypesProvider.java (at line 51) private static final RExprTypes T_OTHER_VAR= new RExprTypes(ImCollections.newList( ^^^^^^^^^^^ The value of the field FTableExprTypesProvider.T_OTHER_VAR is not used [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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) 11 problems (0 errors, 8 warnings, 3 infos) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rtm.ftable.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [136/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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 [WARNING] /home/jenkins/agent/workspace/statet-4.6.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 7 problems (7 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [137/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 204 problems (204 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [138/143] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.4: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.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes [WARNING] /home/jenkins/agent/workspace/statet-4.6.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' [WARNING] /home/jenkins/agent/workspace/statet-4.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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 37 problems (37 warnings) [INFO] [INFO] --- tycho-ds-plugin:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.4:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.4: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.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.6.0.202209080600-r-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.4:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.6.0.202209080600-r [139/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ rtm --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ rtm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rtm --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ rtm --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4: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.6.0.202209080600-r [140/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.6.0.202209080600-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.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable --- [WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:xml:p2artifacts:4.6.0.202209080600-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.6.0.202209080600-r [141/143] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.6.0.202209080600-r.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-source-plugin:2.7.4:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.6.0.202209080600-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.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.6.0.202209080600-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.6.0.202209080600-r-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot --- [WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:xml:p2metadata:4.6.0.202209080600-r already attached, replace previous instance [WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:xml:p2artifacts:4.6.0.202209080600-r already attached, replace previous instance [INFO] [INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >----- [INFO] Building org.eclipse.statet.repository 4.6.0.202209080600-r [142/143] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository --- [INFO] The project's OSGi version is 4.6.0.202209080600-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.statet.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4: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 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:publish-products (default-publish-products) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:publish-categories (default-publish-categories) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository --- [INFO] Copying resources from /home/jenkins/agent/workspace/statet-4.6.x-r/statet/_releng/statet-repository/target/classes to /home/jenkins/agent/workspace/statet-4.6.x-r/statet/_releng/statet-repository/target/repository [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.96MB) [INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (107.39kB) [INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (161.08kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (42.65kB) [INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (140.91kB) [INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (528.22kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.34kB) [INFO] Fetching org.eclipse.jdt_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.74kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (379kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (391.95kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.9kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1400.v20220530-0646.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (8.4MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (176.46kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (57.17kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.16kB) [INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (251.3kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.28kB) [INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (208.15kB) [INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (180.42kB) [INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.88kB) [INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.14kB) [INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (30.68kB) [INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.41kB) [INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (83.87kB) [INFO] Fetching org.eclipse.jdt_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.58kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.11.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/plugins/ (72.74kB) [INFO] Fetching org.eclipse.statet.releng.3rdparty_4.6.0.202202171655.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/features/ (8.53kB) [INFO] Fetching org.eclipse.statet.releng.jetty_10.0.11.202207141239.jar from https://ci.eclipse.org/statet/job/3rdparty-main/63/artifact/statet/3rdparty/_assemblies/repository/target/repository/features/ (8.51kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.78kB) [INFO] [INFO] --- tycho-source-plugin:2.7.4:plugin-source (plugin-source) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:archive-repository (default-archive-repository) @ org.eclipse.statet.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.6.x-r/statet/_releng/statet-repository/target/statet-repository-E202206-incubation-4.6.0-202209080600-r.zip [INFO] [INFO] --- tycho-source-plugin:2.7.4: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:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-plugin:2.7.4:p2-metadata (p2-metadata) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.4:verify-repository (verify) @ org.eclipse.statet.repository --- [INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.6.x-r/statet/_releng/statet-repository/target/repository [INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.6.x-r/statet/_releng/statet-repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.6.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.6.0.202209080600-r [143/143] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse StatET - Maven Parent 4.6.0.202209080600-r . SUCCESS [ 5.088 s] [INFO] target-eclipse.ide 4.6.0.202209080600-r ............ SUCCESS [ 0.697 s] [INFO] Eclipse StatET - Parent for Eclipse IDE based applications 4.6.0.202209080600-r SUCCESS [ 0.003 s] [INFO] Eclipse StatET - Parent for Spring Boot based applications 4.6.0.202209080600-r SUCCESS [ 0.000 s] [INFO] jcommons 4.6.0.202209080600-r ...................... SUCCESS [ 0.002 s] [INFO] org.eclipse.statet.jcommons.util 4.6.0.202209080600-r SUCCESS [ 14.347 s] [INFO] [test-bundle] StatET JCommons - Util - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 7.850 s] [INFO] org.eclipse.statet.jcommons.text.core 4.6.0.202209080600-r SUCCESS [ 2.433 s] [INFO] [test-bundle] StatET JCommons - Text - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.628 s] [INFO] ecommons 4.6.0.202209080600-r ...................... SUCCESS [ 0.002 s] [INFO] [bundle] StatET ECommons - Runtime - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.143 s] [INFO] [bundle] StatET ECommons - Runtime - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.690 s] [INFO] [bundle] StatET ECommons - Net - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.450 s] [INFO] [bundle] StatET ECommons - EMF - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.530 s] [INFO] [bundle] StatET ECommons - EMF - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.154 s] [INFO] [bundle] StatET ECommons - Preferences - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.251 s] [INFO] [bundle] StatET ECommons - Databinding - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.030 s] [INFO] [bundle] StatET ECommons - Text - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.803 s] [INFO] [test-bundle] StatET ECommons - Text - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.852 s] [INFO] [bundle] StatET ECommons - Miscellany of Core Packages (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.755 s] [INFO] [bundle] StatET ECommons - Debug - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.112 s] [INFO] [bundle] StatET ECommons - Miscellany of UI Packages (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.025 s] [INFO] [bundle] StatET ECommons - Debug - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.370 s] [INFO] ecommons.waltable 4.6.0.202209080600-r ............. SUCCESS [ 0.002 s] [INFO] [bundle] StatET ECommons - WaLTable - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.278 s] [INFO] ecommons.edb 4.6.0.202209080600-r .................. SUCCESS [ 0.003 s] [INFO] [bundle] StatET ECommons - Embedded DB - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.838 s] [INFO] autonature 4.6.0.202209080600-r .................... SUCCESS [ 0.003 s] [INFO] [bundle] StatET EUtils - Auto-Nature (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.221 s] [INFO] autonature 4.6.0.202209080600-r .................... SUCCESS [ 0.003 s] [INFO] [feature] StatET Auto Project Configuration (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.672 s] [INFO] autorun 4.6.0.202209080600-r ....................... SUCCESS [ 0.002 s] [INFO] [bundle] StatET EUtils - Auto Run (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.829 s] [INFO] autorun 4.6.0.202209080600-r ....................... SUCCESS [ 0.001 s] [INFO] [feature] StatET Auto Run (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.179 s] [INFO] ltk 4.6.0.202209080600-r ........................... SUCCESS [ 0.001 s] [INFO] [bundle] StatET LTK (Incubation) 4.6.0.202209080600-r SUCCESS [ 1.253 s] [INFO] [bundle] StatET LTK - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.047 s] [INFO] [test-bundle] StatET LTK - Core - Tests (Incubation) 4.4.0.202107080600-r SUCCESS [ 6.774 s] [INFO] [bundle] StatET LTK - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.906 s] [INFO] [bundle] StatET LTK - Buildpath - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.750 s] [INFO] [bundle] StatET LTK - Buildpath - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.071 s] [INFO] ltk 4.6.0.202209080600-r ........................... SUCCESS [ 0.002 s] [INFO] [feature] StatET LTK (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.300 s] [INFO] yaml 4.6.0.202209080600-r .......................... SUCCESS [ 0.002 s] [INFO] [bundle] StatET YAML Tools - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.178 s] [INFO] [test-bundle] StatET YAML Tools - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 7.369 s] [INFO] [bundle] StatET YAML Tools - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.442 s] [INFO] yaml 4.6.0.202209080600-r .......................... SUCCESS [ 0.002 s] [INFO] [feature] StatET YAML Editor (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.185 s] [INFO] docmlet 4.6.0.202209080600-r ....................... SUCCESS [ 0.001 s] [INFO] [bundle] StatET DocMLET - Base - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 1.999 s] [INFO] [test-bundle] StatET DocMLET - Base - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.939 s] [INFO] [bundle] StatET DocMLET - Base - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.231 s] [INFO] [bundle] StatET DocMLET - TeX - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.420 s] [INFO] [bundle] StatET DocMLET - TeX - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.239 s] [INFO] [bundle] StatET DocMLET - Wikitext - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.295 s] [INFO] [bundle] StatET DocMLET - Wikitext - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.673 s] [INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.147 s] [INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 8.699 s] [INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.612 s] [INFO] [bundle] StatET DocMLET - Documentation (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.389 s] [INFO] docmlet 4.6.0.202209080600-r ....................... SUCCESS [ 0.002 s] [INFO] rj.core 4.6.0.202209080600-r ....................... SUCCESS [ 0.002 s] [INFO] org.eclipse.statet.rj.data 4.6.0.202209080600-r .... SUCCESS [ 2.607 s] [INFO] org.eclipse.statet.rj.services.core 4.6.0.202209080600-r SUCCESS [ 3.523 s] [INFO] [test-bundle] StatET RJ - Data - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 54.187 s] [INFO] org.eclipse.statet.rj.server 4.6.0.202209080600-r .. SUCCESS [ 3.160 s] [INFO] [test-bundle] StatET RJ - Server - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.965 s] [INFO] [bundle] StatET RJ - Server - Remote Tools (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.808 s] [INFO] StatET RJ - Server - R Package Skeleton + API (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.912 s] [INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 8.962 s] [INFO] org.eclipse.statet.rj.client 4.6.0.202209080600-r .. SUCCESS [ 4.195 s] [INFO] [bundle] StatET RJ - Java Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 1.166 s] [INFO] rj.core 4.6.0.202209080600-r ....................... SUCCESS [ 0.001 s] [INFO] [feature] StatET RJ - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.256 s] [INFO] org.eclipse.statet.rj.server-consoleserver 4.6.0.202209080600-r SUCCESS [ 1.300 s] [INFO] rj.servi 4.6.0.202209080600-r ...................... SUCCESS [ 0.002 s] [INFO] org.eclipse.statet.rj.servi 4.6.0.202209080600-r ... SUCCESS [ 2.739 s] [INFO] [test-bundle] StatET RJ - RServi - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.235 s] [INFO] org.eclipse.statet.rj.servi.webapp 4.6.0.202209080600-r SUCCESS [ 2.293 s] [INFO] rj.servi 4.6.0.202209080600-r ...................... SUCCESS [ 0.001 s] [INFO] rj.eclient 4.6.0.202209080600-r .................... SUCCESS [ 0.001 s] [INFO] [bundle] StatET RJ - Eclipse Client - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.299 s] [INFO] [bundle] StatET RJ - Eclipse Client (Incubation) 4.6.0.202209080600-r SUCCESS [ 1.759 s] [INFO] [bundle] StatET RJ - Eclipse Client - R Graphics (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.002 s] [INFO] rj.eclient 4.6.0.202209080600-r .................... SUCCESS [ 0.001 s] [INFO] [feature] StatET RJ - Eclipse Client (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.302 s] [INFO] [feature] StatET RJ - RServi E-Compilation (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.262 s] [INFO] Eclipse StatET RJ - RServi 4.6.0.202209080600-r .... SUCCESS [ 2.753 s] [INFO] rj.examples 4.6.0.202209080600-r ................... SUCCESS [ 0.002 s] [INFO] [bundle] StatET RJ - RServi Demo (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.556 s] [INFO] [bundle] StatET RJ - RServi RCP Demo 1 (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.874 s] [INFO] [bundle] StatET RJ - RServi RCP Demo 2 (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.344 s] [INFO] rj.examples 4.6.0.202209080600-r ................... SUCCESS [ 0.002 s] [INFO] [feature] StatET RJ - RCP Demo 2 (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.062 s] [INFO] [product] RServi RCP Demo 4.6.0.202209080600-r ..... SUCCESS [ 19.539 s] [INFO] rhelp 4.6.0.202209080600-r ......................... SUCCESS [ 0.002 s] [INFO] org.eclipse.statet.rhelp.core 4.6.0.202209080600-r . SUCCESS [ 5.629 s] [INFO] [test-bundle] StatET R-Help - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 7.335 s] [INFO] org.eclipse.statet.rhelp.server 4.6.0.202209080600-r SUCCESS [ 11.086 s] [INFO] r 4.6.0.202209080600-r ............................. SUCCESS [ 0.004 s] [INFO] [bundle] StatET IDE - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.114 s] [INFO] [bundle] StatET IDE - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.484 s] [INFO] [bundle] StatET NiCo - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.520 s] [INFO] [bundle] StatET NiCo - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.686 s] [INFO] [bundle] StatET R - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.382 s] [INFO] [test-bundle] StatET R - Core - Tests (Incubation) 4.6.0.202209080600-r SUCCESS [ 12.043 s] [INFO] [bundle] StatET R - Console - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.235 s] [INFO] [bundle] StatET R - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 9.518 s] [INFO] [bundle] StatET R - Console - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.168 s] [INFO] [bundle] StatET R - Debug - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.328 s] [INFO] [bundle] StatET R - Debug - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.644 s] [INFO] org.eclipse.statet.r.launching.winrgui 4.6.0.202209080600-r SUCCESS [ 3.438 s] [INFO] [bundle] StatET R - Add-on for R Apps (Incubation) 4.6.0.202209080600-r SUCCESS [ 5.332 s] [INFO] [bundle] StatET R - Documentation (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.183 s] [INFO] [bundle] StatET R (Incubation) 4.6.0.202209080600-r SUCCESS [ 1.272 s] [INFO] r 4.6.0.202209080600-r ............................. SUCCESS [ 0.001 s] [INFO] [feature] StatET IDE for R (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.102 s] [INFO] redocs 4.6.0.202209080600-r ........................ SUCCESS [ 0.001 s] [INFO] [bundle] StatET ReDocs - Commons for R (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.598 s] [INFO] [bundle] StatET ReDocs - LaTeX+R (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.273 s] [INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.389 s] [INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.393 s] [INFO] [bundle] StatET ReDocs - Wikitext+R (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.836 s] [INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.977 s] [INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.219 s] [INFO] [bundle] StatET ReDocs - Wikitext+R - Textile (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.167 s] [INFO] redocs 4.6.0.202209080600-r ........................ SUCCESS [ 0.001 s] [INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents) (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.202 s] [INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents) (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.741 s] [INFO] rtm 4.6.0.202209080600-r ........................... SUCCESS [ 0.001 s] [INFO] [bundle] StatET R Task Model - Base - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.333 s] [INFO] [bundle] StatET R Task Model - Base - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.309 s] [INFO] [bundle] StatET R Task Model - 'ftable' - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.793 s] [INFO] [bundle] StatET R Task Model - 'ftable' - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 4.830 s] [INFO] [bundle] StatET R Task Model - 'ggplot2' - Core (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.665 s] [INFO] [bundle] StatET R Task Model - 'ggplot' - UI (Incubation) 4.6.0.202209080600-r SUCCESS [ 3.065 s] [INFO] rtm 4.6.0.202209080600-r ........................... SUCCESS [ 0.001 s] [INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable') (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.555 s] [INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot') (Incubation) 4.6.0.202209080600-r SUCCESS [ 2.298 s] [INFO] org.eclipse.statet.repository 4.6.0.202209080600-r . SUCCESS [ 10.768 s] [INFO] aggregation-statet 4.6.0.202209080600-r ............ SUCCESS [ 0.000 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:02 min [INFO] Finished at: 2022-09-08T12:10:36Z [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] script [Pipeline] { [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=statet/_releng/pom.xml -DpomFile=statet/_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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.533 s [INFO] Finished at: 2022-09-08T12:10:57Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=statet/_releng/eclipse.ide/pom.xml -DpomFile=statet/_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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.655 s [INFO] Finished at: 2022-09-08T12:11:00Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=statet/jcommons/pom.xml -DpomFile=statet/jcommons/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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.715 s [INFO] Finished at: 2022-09-08T12:11:04Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=statet/rj.core/pom.xml -DpomFile=statet/rj.core/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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.955 s [INFO] Finished at: 2022-09-08T12:11:08Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=statet/rj.servi/pom.xml -DpomFile=statet/rj.servi/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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.646 s [INFO] Finished at: 2022-09-08T12:11:12Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.6.0.202209080600-r.jar -DpomFile=statet/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.792 s [INFO] Finished at: 2022-09-08T12:11:16Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.6.0.202209080600-r.jar -DpomFile=statet/jcommons/org.eclipse.statet.jcommons.util/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.822 s [INFO] Finished at: 2022-09-08T12:11:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.6.0.202209080600-r.jar -DpomFile=statet/rj.core/org.eclipse.statet.rj.data/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.843 s [INFO] Finished at: 2022-09-08T12:11:26Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.6.0.202209080600-r.jar -DpomFile=statet/rj.core/org.eclipse.statet.rj.services.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.757 s [INFO] Finished at: 2022-09-08T12:11:31Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.6.0.202209080600-r.jar -DpomFile=statet/rj.core/org.eclipse.statet.rj.server/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.060 s [INFO] Finished at: 2022-09-08T12:11:36Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.6.0.202209080600-r.jar -DpomFile=statet/rj.core/org.eclipse.statet.rj.client/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.920 s [INFO] Finished at: 2022-09-08T12:11:41Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.6.0.202209080600-r.jar -DpomFile=statet/rj.servi/org.eclipse.statet.rj.servi/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.6.x-r/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.6.0.202209080600-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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M2:deploy-file (default-cli) @ standalone-pom --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.997 s [INFO] Finished at: 2022-09-08T12:11:46Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy 'download') [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.statet (ssh://genie.statet@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-Fp3ypm7E93DO/agent.2921 SSH_AGENT_PID=2923 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/statet-4.6.x-r@tmp/private_key_7892117008843471385.key (/home/jenkins/agent/workspace/statet-4.6.x-r@tmp/private_key_7892117008843471385.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.6.0 + ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.6.0 + scp -r statet/_releng/statet-repository/target/statet-repository-E202206-incubation-4.6.0-202209080600-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.6.0/ + ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.6.0/E202206 + 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.6.0/E202206 + scp -r statet/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.6.0-202209080600-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.6.0/ + scp -r statet/rj.core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.6.0-202209080600-r.tar.gz genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.6.0/ + ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.6 + ssh genie.statet@projects-storage.eclipse.org chmod g+w /home/data/httpd/download.eclipse.org/statet/releases/4.6 + ssh genie.statet@projects-storage.eclipse.org ls -ARl /home/data/httpd/download.eclipse.org/statet/releases/4.6.0 /home/data/httpd/download.eclipse.org/statet/releases/4.6.0: total 90632 drwxr-sr-x 4 genie.statet science.statet 4096 Sep 8 08:10 E202206 -rw-r--r-- 1 genie.statet science.statet 705083 Sep 8 08:11 statet-consoleserver-incubation-4.6.0-202209080600-r.tar.gz -rw-r--r-- 1 genie.statet science.statet 61747376 Sep 8 08:10 statet-repository-E202206-incubation-4.6.0-202209080600-r.zip -rw-r--r-- 1 genie.statet science.statet 30341211 Sep 8 08:11 statet-rhelpserver-incubation-4.6.0-202209080600-r.zip /home/data/httpd/download.eclipse.org/statet/releases/4.6.0/E202206: total 200 -rw-r--r-- 1 genie.statet science.statet 16299 Sep 8 08:10 artifacts.jar -rw-r--r-- 1 genie.statet science.statet 13348 Sep 8 08:10 artifacts.xml.xz -rw-r--r-- 1 genie.statet science.statet 81665 Sep 8 08:10 content.jar -rw-r--r-- 1 genie.statet science.statet 30332 Sep 8 08:10 content.xml.xz drwxr-sr-x 2 genie.statet science.statet 4096 Sep 8 08:10 features -rw-r--r-- 1 genie.statet science.statet 25432 Sep 8 08:10 LICENSE -rw-r--r-- 1 genie.statet science.statet 3029 Sep 8 08:10 NOTICE.md -rw-r--r-- 1 genie.statet science.statet 172 Sep 8 08:10 p2.index drwxr-sr-x 2 genie.statet science.statet 16384 Sep 8 08:11 plugins /home/data/httpd/download.eclipse.org/statet/releases/4.6.0/E202206/features: total 336 -rw-r--r-- 1 genie.statet science.statet 22102 Sep 8 08:10 org.eclipse.jdt_3.18.1200.v20220607-0700.jar -rw-r--r-- 1 genie.statet science.statet 20938 Sep 8 08:10 org.eclipse.statet.eutils.autonature_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20909 Sep 8 08:10 org.eclipse.statet.eutils.autorun_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20982 Sep 8 08:10 org.eclipse.statet.ltk_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 21253 Sep 8 08:10 org.eclipse.statet.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 21088 Sep 8 08:10 org.eclipse.statet.redocs.tex.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 21168 Sep 8 08:10 org.eclipse.statet.redocs.wikitext.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 8733 Sep 8 08:10 org.eclipse.statet.releng.3rdparty_4.6.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 8711 Sep 8 08:10 org.eclipse.statet.releng.jetty_10.0.11.202207141239.jar -rw-r--r-- 1 genie.statet science.statet 20925 Sep 8 08:10 org.eclipse.statet.rj.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 21027 Sep 8 08:10 org.eclipse.statet.rj.eclient_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20952 Sep 8 08:10 org.eclipse.statet.rj.servi.e_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 21005 Sep 8 08:10 org.eclipse.statet.rtm.ftable_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20998 Sep 8 08:10 org.eclipse.statet.rtm.ggplot_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20941 Sep 8 08:10 org.eclipse.statet.yaml_4.6.0.202209080600-r.jar /home/data/httpd/download.eclipse.org/statet/releases/4.6.0/E202206/plugins: total 65248 -rw-r--r-- 1 genie.statet science.statet 100667 Sep 8 08:11 jakarta.servlet-api_4.0.0.jar -rw-r--r-- 1 genie.statet science.statet 230057 Sep 8 08:11 org.apache.commons.dbcp_2.9.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 75028 Sep 8 08:10 org.apache.commons.logging_1.2.0.v20180409-1502.jar -rw-r--r-- 1 genie.statet science.statet 164327 Sep 8 08:10 org.apache.commons.pool_2.11.1.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 4123407 Sep 8 08:10 org.apache.derby_10.11.1.1_v201605202053.jar -rw-r--r-- 1 genie.statet science.statet 1734373 Sep 8 08:11 org.apache.lucene.analyzers-common_7.5.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 3279614 Sep 8 08:11 org.apache.lucene.core_7.5.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 236833 Sep 8 08:11 org.apache.lucene.highlighter_7.5.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 172274 Sep 8 08:10 org.apache.lucene.join_7.5.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 302426 Sep 8 08:11 org.apache.lucene.queries_7.5.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 426396 Sep 8 08:10 org.apache.lucene.queryparser_7.5.0.202202171655.jar -rw-r--r-- 1 genie.statet science.statet 20662 Sep 8 08:10 org.apiguardian_1.1.2.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 164949 Sep 8 08:11 org.eclipse.ant.launching_1.3.300.v20220408-0629.jar -rw-r--r-- 1 genie.statet science.statet 1091271 Sep 8 08:10 org.eclipse.ant.ui_3.8.200.v20220214-2001.jar -rw-r--r-- 1 genie.statet science.statet 45809 Sep 8 08:10 org.eclipse.jdt_3.18.1200.v20220607-0700.jar -rw-r--r-- 1 genie.statet science.statet 15439 Sep 8 08:10 org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar -rw-r--r-- 1 genie.statet science.statet 25765 Sep 8 08:11 org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar -rw-r--r-- 1 genie.statet science.statet 401359 Sep 8 08:10 org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar -rw-r--r-- 1 genie.statet science.statet 40860 Sep 8 08:10 org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar -rw-r--r-- 1 genie.statet science.statet 73700 Sep 8 08:10 org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar -rw-r--r-- 1 genie.statet science.statet 226118 Sep 8 08:11 org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar -rw-r--r-- 1 genie.statet science.statet 104674 Sep 8 08:11 org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar -rw-r--r-- 1 genie.statet science.statet 7017579 Sep 8 08:10 org.eclipse.jdt.core_3.30.0.v20220524-1333.jar -rw-r--r-- 1 genie.statet science.statet 12916 Sep 8 08:11 org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar -rw-r--r-- 1 genie.statet science.statet 2033741 Sep 8 08:10 org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar -rw-r--r-- 1 genie.statet science.statet 932667 Sep 8 08:11 org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar -rw-r--r-- 1 genie.statet science.statet 1742537 Sep 8 08:10 org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar -rw-r--r-- 1 genie.statet science.statet 8804342 Sep 8 08:10 org.eclipse.jdt.doc.user_3.15.1400.v20220530-0646.jar -rw-r--r-- 1 genie.statet science.statet 540893 Sep 8 08:11 org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar -rw-r--r-- 1 genie.statet science.statet 26897 Sep 8 08:11 org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar -rw-r--r-- 1 genie.statet science.statet 25766 Sep 8 08:11 org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar -rw-r--r-- 1 genie.statet science.statet 180690 Sep 8 08:11 org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar -rw-r--r-- 1 genie.statet science.statet 58547 Sep 8 08:11 org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar -rw-r--r-- 1 genie.statet science.statet 577350 Sep 8 08:10 org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar -rw-r--r-- 1 genie.statet science.statet 19889 Sep 8 08:11 org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar -rw-r--r-- 1 genie.statet science.statet 60192 Sep 8 08:11 org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar -rw-r--r-- 1 genie.statet science.statet 11719565 Sep 8 08:10 org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar -rw-r--r-- 1 genie.statet science.statet 25226 Sep 8 08:11 org.eclipse.jetty.alpn.client_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 418328 Sep 8 08:11 org.eclipse.jetty.client_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 267584 Sep 8 08:11 org.eclipse.jetty.http_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 229130 Sep 8 08:10 org.eclipse.jetty.io_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 110592 Sep 8 08:11 org.eclipse.jetty.proxy_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 134761 Sep 8 08:11 org.eclipse.jetty.security_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 834831 Sep 8 08:10 org.eclipse.jetty.server_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 180511 Sep 8 08:11 org.eclipse.jetty.servlet_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 598024 Sep 8 08:10 org.eclipse.jetty.util_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 74482 Sep 8 08:10 org.eclipse.jetty.util.ajax_10.0.11.jar -rw-r--r-- 1 genie.statet science.statet 16539 Sep 8 08:10 org.eclipse.statet.docmlet.base.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 233784 Sep 8 08:10 org.eclipse.statet.docmlet.base.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 271912 Sep 8 08:11 org.eclipse.statet.docmlet.tex.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 343522 Sep 8 08:10 org.eclipse.statet.docmlet.tex.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 205235 Sep 8 08:11 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 23342 Sep 8 08:11 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 252747 Sep 8 08:11 org.eclipse.statet.docmlet.wikitext.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 174254 Sep 8 08:10 org.eclipse.statet.docmlet.wikitext.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 196535 Sep 8 08:11 org.eclipse.statet.ecommons.coremisc_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 47537 Sep 8 08:11 org.eclipse.statet.ecommons.databinding.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 53590 Sep 8 08:10 org.eclipse.statet.ecommons.debug.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 109515 Sep 8 08:11 org.eclipse.statet.ecommons.debug.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 18335 Sep 8 08:11 org.eclipse.statet.ecommons.edb.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 18262 Sep 8 08:11 org.eclipse.statet.ecommons.emf.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20772 Sep 8 08:11 org.eclipse.statet.ecommons.emf.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 18131 Sep 8 08:10 org.eclipse.statet.ecommons.net.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 77236 Sep 8 08:11 org.eclipse.statet.ecommons.preferences.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 18553 Sep 8 08:11 org.eclipse.statet.ecommons.runtime.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 17219 Sep 8 08:10 org.eclipse.statet.ecommons.runtime.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 80475 Sep 8 08:10 org.eclipse.statet.ecommons.text.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 867461 Sep 8 08:11 org.eclipse.statet.ecommons.uimisc_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 880063 Sep 8 08:11 org.eclipse.statet.ecommons.waltable.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 68310 Sep 8 08:10 org.eclipse.statet.eutils.autonature_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 28861 Sep 8 08:10 org.eclipse.statet.eutils.autorun_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 23225 Sep 8 08:11 org.eclipse.statet.ide.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 140394 Sep 8 08:11 org.eclipse.statet.ide.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 81833 Sep 8 08:11 org.eclipse.statet.jcommons.text.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 311287 Sep 8 08:10 org.eclipse.statet.jcommons.util_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 10885 Sep 8 08:11 org.eclipse.statet.ltk_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 30506 Sep 8 08:10 org.eclipse.statet.ltk.buildpath.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 73845 Sep 8 08:11 org.eclipse.statet.ltk.buildpath.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 328089 Sep 8 08:11 org.eclipse.statet.ltk.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 862821 Sep 8 08:10 org.eclipse.statet.ltk.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 164404 Sep 8 08:10 org.eclipse.statet.nico.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 437056 Sep 8 08:11 org.eclipse.statet.nico.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 12214 Sep 8 08:10 org.eclipse.statet.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 125859 Sep 8 08:10 org.eclipse.statet.r.apps_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 187368 Sep 8 08:11 org.eclipse.statet.r.console.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 265505 Sep 8 08:10 org.eclipse.statet.r.console.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 944555 Sep 8 08:11 org.eclipse.statet.r.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 258784 Sep 8 08:10 org.eclipse.statet.r.debug.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 128515 Sep 8 08:10 org.eclipse.statet.r.debug.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 1382456 Sep 8 08:10 org.eclipse.statet.r.doc_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 84207 Sep 8 08:11 org.eclipse.statet.redocs.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 179665 Sep 8 08:11 org.eclipse.statet.redocs.tex.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20353 Sep 8 08:10 org.eclipse.statet.redocs.tex.r.debug_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 14593 Sep 8 08:11 org.eclipse.statet.redocs.tex.r.doc_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 173268 Sep 8 08:11 org.eclipse.statet.redocs.wikitext.r_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 46384 Sep 8 08:10 org.eclipse.statet.redocs.wikitext.r.commonmark_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 20570 Sep 8 08:11 org.eclipse.statet.redocs.wikitext.r.debug_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 44829 Sep 8 08:10 org.eclipse.statet.redocs.wikitext.r.textile_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 252774 Sep 8 08:11 org.eclipse.statet.rhelp.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 52143 Sep 8 08:11 org.eclipse.statet.rj.client_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 12211 Sep 8 08:11 org.eclipse.statet.rj.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 189087 Sep 8 08:11 org.eclipse.statet.rj.data_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 12240 Sep 8 08:10 org.eclipse.statet.rj.eclient_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 17530 Sep 8 08:11 org.eclipse.statet.rj.eclient.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 177278 Sep 8 08:11 org.eclipse.statet.rj.eclient.graphics_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 259970 Sep 8 08:10 org.eclipse.statet.rj.server_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 147618 Sep 8 08:10 org.eclipse.statet.rj.servi_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 151458 Sep 8 08:11 org.eclipse.statet.rj.services.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 28259 Sep 8 08:11 org.eclipse.statet.r.launching.winrgui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 43345 Sep 8 08:10 org.eclipse.statet.rtm.base.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 238036 Sep 8 08:11 org.eclipse.statet.rtm.base.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 40805 Sep 8 08:10 org.eclipse.statet.rtm.ftable.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 39140 Sep 8 08:10 org.eclipse.statet.rtm.ftable.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 197429 Sep 8 08:10 org.eclipse.statet.rtm.ggplot.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 73249 Sep 8 08:10 org.eclipse.statet.rtm.ggplot.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 1723332 Sep 8 08:11 org.eclipse.statet.r.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 221542 Sep 8 08:10 org.eclipse.statet.yaml.core_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 112665 Sep 8 08:11 org.eclipse.statet.yaml.ui_4.6.0.202209080600-r.jar -rw-r--r-- 1 genie.statet science.statet 66997 Sep 8 08:10 org.hamcrest.core_1.3.0.v20180420-1519.jar -rw-r--r-- 1 genie.statet science.statet 431891 Sep 8 08:10 org.junit_4.13.2.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 224352 Sep 8 08:11 org.junit.jupiter.api_5.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 257327 Sep 8 08:11 org.junit.jupiter.engine_5.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 45338 Sep 8 08:10 org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 623357 Sep 8 08:10 org.junit.jupiter.params_5.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 120405 Sep 8 08:11 org.junit.platform.commons_1.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 213143 Sep 8 08:10 org.junit.platform.engine_1.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 184754 Sep 8 08:10 org.junit.platform.launcher_1.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 32641 Sep 8 08:11 org.junit.platform.runner_1.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 39056 Sep 8 08:11 org.junit.platform.suite.api_1.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 31417 Sep 8 08:10 org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 39328 Sep 8 08:11 org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar -rw-r--r-- 1 genie.statet science.statet 85878 Sep 8 08:10 org.junit.vintage.engine_5.8.1.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 22116 Sep 8 08:10 org.opentest4j_1.2.0.v20211018-1956.jar -rw-r--r-- 1 genie.statet science.statet 54954 Sep 8 08:11 org.slf4j.api_1.7.30.v20200204-2150.jar [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2923 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