Skip to content

Console Output

Skipping 6,470 KB.. Full Log
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[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/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[67] 
	private static final Pattern CHUNK_START_LINE_PATTERN= Pattern.compile("\\A###\\.[ \\t]++(?:begin\\.rcode)(.*+)\\p{all}*\\z"); //$NON-NLS-1$
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[68] 
	private static final Pattern CHUNK_REF_LINE_PATTERN= Pattern.compile("\\A[ \\t]*<<(.*?)(?:>>)?+\\p{all}*\\z"); //$NON-NLS-1$
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[69] 
	private static final Pattern CHUNK_END_LINE_PATTERN= Pattern.compile("\\A###\\.[ \\t]++(?:end\\.rcode)\\p{all}*\\z"); //$NON-NLS-1$
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[71] 
	private static final Pattern INLINE_PATTERN= Pattern.compile("@r ([^@]+)@"); //$NON-NLS-1$
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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
10. INFO in /home/jenkins/agent/workspace/test-simple_build/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>'
11. INFO in /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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'
17. INFO in /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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'
22. INFO in /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/TextileValidator.java:[40] 
	private static final Pattern BLOCK_START_PATTERN= Pattern.compile("\\A((?:bc|bq|pre|table|p)\\.\\.?+)(.)?"); //$NON-NLS-1$
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/TextileValidator.java:[68] 
	NLS.bind(Messages.Validation_BlockWhitespace_message, matched),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
25 problems (0 errors, 21 warnings, 4 infos)
[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/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] ------------< org.eclipse.statet.redocs-assemblies:redocs >-------------
[INFO] Building redocs 4.5.0-SNAPSHOT                                 [129/143]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ redocs ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-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.5.0-SNAPSHOT [130/143]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.tex.r ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.5.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[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.5.0-SNAPSHOT [131/143]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.5.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] ---------------------< org.eclipse.statet.rtm:rtm >---------------------
[INFO] Building rtm 4.5.0-SNAPSHOT                                    [132/143]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-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.5.0-SNAPSHOT [133/143]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.core ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.core ---
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.base.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.core/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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
6 problems (0 errors, 5 warnings, 1 info)
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] -------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui >--------
[INFO] Building [bundle] StatET R Task Model - Base - UI  (Incubation) 4.5.0-SNAPSHOT [134/143]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.ui ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.ui ---
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/actions/RunRTaskHandler.java:[56] 
	final RTaskSnippet snippet= part.getAdapter(RTaskSnippet.class);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull RTaskSnippet'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/actions/RunRTaskHandler.java:[57] 
	if (snippet == null) {
			return null;
		}
	                     ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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>
8. INFO in /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull Collection<? extends Object>', corresponding supertype is 'Collection<Object>'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[261] 
	final IEMFEditPropertyContext propertyContext= context.getAdapter(IEMFEditPropertyContext.class);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEMFEditPropertyContext'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[262] 
	final RuleSet ruleSet= context.getAdapter(RuleSet.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull RuleSet'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[299] 
	final IShellProvider shellProvider= context.getAdapter(IShellProvider.class);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IShellProvider'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[343] 
	final IEMFEditPropertyContext propertyContext= context.getAdapter(IEMFEditPropertyContext.class);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEMFEditPropertyContext'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[344] 
	final IEMFEditPropertyContext sourcePropertyContext= sourceContext.getAdapter(IEMFEditPropertyContext.class);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEMFEditPropertyContext'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[352] 
	final RuleSet ruleSet= sourcePropertyContext.getAdapter(RuleSet.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull RuleSet'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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.124.0.v20211116-0651/org.eclipse.ui.workbench-3.124.0.v20211116-0651.jar')
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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.124.0.v20211116-0651/org.eclipse.ui.workbench-3.124.0.v20211116-0651.jar')
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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.124.0.v20211116-0651/org.eclipse.ui.workbench-3.124.0.v20211116-0651.jar')
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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.124.0.v20211116-0651/org.eclipse.ui.workbench-3.124.0.v20211116-0651.jar')
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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.124.0.v20211116-0651/org.eclipse.ui.workbench-3.124.0.v20211116-0651.jar')
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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 'IScopeContext' needs unchecked conversion to conform to '@NonNull IScopeContext'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFProperty.java:[37] 
	final IFocusService service= PlatformUI.getWorkbench().getService(IFocusService.class);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IFocusService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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>
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[79] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[79] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                                                   ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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 'IRConsoleService' needs unchecked conversion to conform to '@NonNull IRConsoleService'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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'
81. INFO in /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull Collection<? extends Object>', corresponding supertype is 'Collection<Object>'
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditorSelectionProvider.java:[50] 
	{	final ISelectionProvider selectionProvider= page.getAdapter(ISelectionProvider.class);
	 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull ISelectionProvider'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditorSelectionProvider.java:[55] 
	{	final IEditorPart activeEditor= this.editor.getActiveEditor();
			if (activeEditor != null) {
				final ISelectionProvider selectionProvider= activeEditor.getSite().getSelectionProvider();
				if (selectionProvider != null) {
					return selectionProvider;
				}
			}
		}
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFPropertySection.java:[96] 
	return ((IAdaptable) object).getAdapter(EObject.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull EObject'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[66] 
	final EFEditor editor= context.getAdapter(EFEditor.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull EFEditor'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[156] 
	final IHyperlinkProvider linkProvider= getContext().getAdapter(IHyperlinkProvider.class);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=HyperlinkType.@NonNull IHyperlinkProvider'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[163] 
	final EFEditor editor= context.getAdapter(EFEditor.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull EFEditor'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[223] 
	final IContextService contextService= locator.getService(IContextService.class);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IContextService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[226] 
	final IHandlerService handlerService= locator.getService(IHandlerService.class);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[240] 
	handler ));
	^^^^^^^
Null type mismatch: required '@NonNull IHandler2' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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 'IObservableValue<@Nullable RTypedExpr>'
120. INFO in /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[274] 
	final IEMFEditPropertyContext sourcePropertyContext= source.getAdapter(IEMFEditPropertyContext.class);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IEMFEditPropertyContext'. Declaring type 'IAdaptable' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[892] 
	final IHandlerService handlerService= locator.getService(IHandlerService.class);
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull IHandlerService'. Declaring type 'IServiceLocator' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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'
149. INFO in /home/jenkins/agent/workspace/test-simple_build/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
149 problems (0 errors, 144 warnings, 5 infos)
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core >------
[INFO] Building [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) 4.5.0-SNAPSHOT [135/143]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.core ---
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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'
3. INFO in /home/jenkins/agent/workspace/test-simple_build/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
4. INFO in /home/jenkins/agent/workspace/test-simple_build/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
5. INFO in /home/jenkins/agent/workspace/test-simple_build/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
5 problems (0 errors, 2 warnings, 3 infos)
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) 4.5.0-SNAPSHOT [136/143]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.ui ---
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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'
1 problem (1 warning)
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core >------
[INFO] Building [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.5.0-SNAPSHOT [137/143]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.core ---
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Compiling 82 source files to /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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'
33 problems (33 warnings)
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.5.0-SNAPSHOT [138/143]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui ---
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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/test-simple_build/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
26 problems (26 warnings)
[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/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.statet.rtm-assemblies:rtm >----------------
[INFO] Building rtm 4.5.0-SNAPSHOT                                    [139/143]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-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.5.0-SNAPSHOT [140/143]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.5.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[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.5.0-SNAPSHOT [141/143]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/test-simple_build/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.5.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >-----
[INFO] Building org.eclipse.statet.repository 4.5.0-SNAPSHOT          [142/143]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository ---
[INFO] The project's OSGi version is 4.5.0.202202081557
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ 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] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.repository ---
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository ---
[INFO] Copying resources from /home/jenkins/agent/workspace/test-simple_build/statet/_releng/statet-repository/target/classes to /home/jenkins/agent/workspace/test-simple_build/statet/_releng/statet-repository/target/repository
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository) @ org.eclipse.statet.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/test-simple_build/statet/_releng/statet-repository/target/statet-repository-E202112-incubation-4.5.0-202202170817.zip
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:aggregation-statet >------------
[INFO] Building aggregation-statet 4.5.0-SNAPSHOT                     [143/143]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse StatET - Maven Parent 4.5.0-SNAPSHOT ....... SUCCESS [  0.074 s]
[INFO] target-eclipse.ide 4.5.0-SNAPSHOT .................. SUCCESS [  0.157 s]
[INFO] Eclipse StatET - Parent for Eclipse IDE based applications 4.5.0-SNAPSHOT SUCCESS [  0.003 s]
[INFO] Eclipse StatET - Parent for Spring Boot based applications 4.5.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] jcommons 4.5.0-SNAPSHOT ............................ SUCCESS [  0.008 s]
[INFO] org.eclipse.statet.jcommons.util 4.5.0-SNAPSHOT .... SUCCESS [  5.938 s]
[INFO] [test-bundle] StatET JCommons - Util - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.222 s]
[INFO] org.eclipse.statet.jcommons.text.core 4.5.0-SNAPSHOT SUCCESS [  0.459 s]
[INFO] [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.393 s]
[INFO] ecommons 4.5.0-SNAPSHOT ............................ SUCCESS [  0.003 s]
[INFO] [bundle] StatET ECommons - Runtime - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.223 s]
[INFO] [bundle] StatET ECommons - Runtime - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.579 s]
[INFO] [bundle] StatET ECommons - Net - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.318 s]
[INFO] [bundle] StatET ECommons - EMF - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.365 s]
[INFO] [bundle] StatET ECommons - EMF - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.616 s]
[INFO] [bundle] StatET ECommons - Preferences - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.906 s]
[INFO] [bundle] StatET ECommons - Databinding - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.677 s]
[INFO] [bundle] StatET ECommons - Text - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.844 s]
[INFO] [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.564 s]
[INFO] [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.138 s]
[INFO] [bundle] StatET ECommons - Debug - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.576 s]
[INFO] [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  4.212 s]
[INFO] [bundle] StatET ECommons - Debug - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.992 s]
[INFO] ecommons.waltable 4.5.0-SNAPSHOT ................... SUCCESS [  0.004 s]
[INFO] [bundle] StatET ECommons - WaLTable - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  2.498 s]
[INFO] ecommons.edb 4.5.0-SNAPSHOT ........................ SUCCESS [  0.003 s]
[INFO] [bundle] StatET ECommons - Embedded DB - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.195 s]
[INFO] autonature 4.5.0-SNAPSHOT .......................... SUCCESS [  0.003 s]
[INFO] [bundle] StatET EUtils - Auto-Nature  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.507 s]
[INFO] autonature 4.5.0-SNAPSHOT .......................... SUCCESS [  0.003 s]
[INFO] [feature] StatET Auto Project Configuration  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.416 s]
[INFO] autorun 4.5.0-SNAPSHOT ............................. SUCCESS [  0.047 s]
[INFO] [bundle] StatET EUtils - Auto Run  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.373 s]
[INFO] autorun 4.5.0-SNAPSHOT ............................. SUCCESS [  0.003 s]
[INFO] [feature] StatET Auto Run  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.147 s]
[INFO] ltk 4.5.0-SNAPSHOT ................................. SUCCESS [  0.003 s]
[INFO] [bundle] StatET LTK  (Incubation) 4.5.0-SNAPSHOT ... SUCCESS [  0.089 s]
[INFO] [bundle] StatET LTK - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.415 s]
[INFO] [test-bundle] StatET LTK - Core - Tests  (Incubation) 4.4.0.202107080600-r SUCCESS [  0.401 s]
[INFO] [bundle] StatET LTK - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  3.806 s]
[INFO] [bundle] StatET LTK - Buildpath - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.396 s]
[INFO] [bundle] StatET LTK - Buildpath - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.566 s]
[INFO] ltk 4.5.0-SNAPSHOT ................................. SUCCESS [  0.002 s]
[INFO] [feature] StatET LTK  (Incubation) 4.5.0-SNAPSHOT .. SUCCESS [  0.138 s]
[INFO] yaml 4.5.0-SNAPSHOT ................................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET YAML Tools - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.789 s]
[INFO] [test-bundle] StatET YAML Tools - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.680 s]
[INFO] [bundle] StatET YAML Tools - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.755 s]
[INFO] yaml 4.5.0-SNAPSHOT ................................ SUCCESS [  0.003 s]
[INFO] [feature] StatET YAML Editor  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.103 s]
[INFO] docmlet 4.5.0-SNAPSHOT ............................. SUCCESS [  0.003 s]
[INFO] [bundle] StatET DocMLET - Base - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.228 s]
[INFO] [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.314 s]
[INFO] [bundle] StatET DocMLET - Base - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.132 s]
[INFO] [bundle] StatET DocMLET - TeX - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.871 s]
[INFO] [bundle] StatET DocMLET - TeX - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.615 s]
[INFO] [bundle] StatET DocMLET - Wikitext - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.070 s]
[INFO] [bundle] StatET DocMLET - Wikitext - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.620 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.141 s]
[INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.545 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.702 s]
[INFO] [bundle] StatET DocMLET - Documentation  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.134 s]
[INFO] docmlet 4.5.0-SNAPSHOT ............................. SUCCESS [  0.003 s]
[INFO] rj.core 4.5.0-SNAPSHOT ............................. SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rj.data 4.5.0-SNAPSHOT .......... SUCCESS [  0.790 s]
[INFO] org.eclipse.statet.rj.services.core 4.5.0-SNAPSHOT . SUCCESS [  1.206 s]
[INFO] [test-bundle] StatET RJ - Data - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.563 s]
[INFO] org.eclipse.statet.rj.server 4.5.0-SNAPSHOT ........ SUCCESS [  1.115 s]
[INFO] [test-bundle] StatET RJ - Server - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.222 s]
[INFO] [bundle] StatET RJ - Server - Remote Tools  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.094 s]
[INFO] StatET RJ - Server - R Package Skeleton + API  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  3.119 s]
[INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.372 s]
[INFO] org.eclipse.statet.rj.client 4.5.0-SNAPSHOT ........ SUCCESS [  0.573 s]
[INFO] [bundle] StatET RJ - Java Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.101 s]
[INFO] rj.core 4.5.0-SNAPSHOT ............................. SUCCESS [  0.003 s]
[INFO] [feature] StatET RJ - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.139 s]
[INFO] org.eclipse.statet.rj.server-consoleserver 4.5.0-SNAPSHOT SUCCESS [  1.014 s]
[INFO] rj.servi 4.5.0-SNAPSHOT ............................ SUCCESS [  0.003 s]
[INFO] org.eclipse.statet.rj.servi 4.5.0-SNAPSHOT ......... SUCCESS [  0.601 s]
[INFO] [test-bundle] StatET RJ - RServi - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.355 s]
[INFO] org.eclipse.statet.rj.servi.webapp 4.5.0-SNAPSHOT .. SUCCESS [  2.814 s]
[INFO] rj.servi 4.5.0-SNAPSHOT ............................ SUCCESS [  0.003 s]
[INFO] rj.eclient 4.5.0-SNAPSHOT .......................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET RJ - Eclipse Client - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.414 s]
[INFO] [bundle] StatET RJ - Eclipse Client  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.077 s]
[INFO] [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.792 s]
[INFO] rj.eclient 4.5.0-SNAPSHOT .......................... SUCCESS [  0.003 s]
[INFO] [feature] StatET RJ - Eclipse Client  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.200 s]
[INFO] [feature] StatET RJ - RServi E-Compilation  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.119 s]
[INFO] Eclipse StatET RJ - RServi 4.5.0-SNAPSHOT .......... SUCCESS [  3.183 s]
[INFO] rj.examples 4.5.0-SNAPSHOT ......................... SUCCESS [  0.003 s]
[INFO] [bundle] StatET RJ - RServi Demo  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.314 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 1  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.503 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 2  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.491 s]
[INFO] rj.examples 4.5.0-SNAPSHOT ......................... SUCCESS [  0.003 s]
[INFO] [feature] StatET RJ - RCP Demo 2  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.163 s]
[INFO] [product] RServi RCP Demo 4.5.0-SNAPSHOT ........... SUCCESS [ 18.487 s]
[INFO] rhelp 4.5.0-SNAPSHOT ............................... SUCCESS [  0.005 s]
[INFO] org.eclipse.statet.rhelp.core 4.5.0-SNAPSHOT ....... SUCCESS [  1.543 s]
[INFO] [test-bundle] StatET R-Help - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.324 s]
[INFO] org.eclipse.statet.rhelp.server 4.5.0-SNAPSHOT ..... SUCCESS [ 14.033 s]
[INFO] r 4.5.0-SNAPSHOT ................................... SUCCESS [  0.005 s]
[INFO] [bundle] StatET IDE - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.420 s]
[INFO] [bundle] StatET IDE - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.435 s]
[INFO] [bundle] StatET NiCo - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.972 s]
[INFO] [bundle] StatET NiCo - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  2.000 s]
[INFO] [bundle] StatET R - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  3.802 s]
[INFO] [test-bundle] StatET R - Core - Tests  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.025 s]
[INFO] [bundle] StatET R - Console - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.563 s]
[INFO] [bundle] StatET R - UI  (Incubation) 4.5.0-SNAPSHOT  SUCCESS [  6.097 s]
[INFO] [bundle] StatET R - Console - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.690 s]
[INFO] [bundle] StatET R - Debug - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.436 s]
[INFO] [bundle] StatET R - Debug - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.827 s]
[INFO] org.eclipse.statet.r.launching.winrgui 4.5.0-SNAPSHOT SUCCESS [  0.589 s]
[INFO] [bundle] StatET R - Add-on for R Apps  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.941 s]
[INFO] [bundle] StatET R - Documentation  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.138 s]
[INFO] [bundle] StatET R  (Incubation) 4.5.0-SNAPSHOT ..... SUCCESS [  0.061 s]
[INFO] r 4.5.0-SNAPSHOT ................................... SUCCESS [  0.003 s]
[INFO] [feature] StatET IDE for R  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  5.806 s]
[INFO] redocs 4.5.0-SNAPSHOT .............................. SUCCESS [  0.003 s]
[INFO] [bundle] StatET ReDocs - Commons for R  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.714 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.508 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.515 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.104 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.553 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.451 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.768 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.801 s]
[INFO] redocs 4.5.0-SNAPSHOT .............................. SUCCESS [  0.003 s]
[INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.306 s]
[INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.378 s]
[INFO] rtm 4.5.0-SNAPSHOT ................................. SUCCESS [  0.003 s]
[INFO] [bundle] StatET R Task Model - Base - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.307 s]
[INFO] [bundle] StatET R Task Model - Base - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  1.435 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.370 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.712 s]
[INFO] [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.794 s]
[INFO] [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.626 s]
[INFO] rtm 4.5.0-SNAPSHOT ................................. SUCCESS [  0.002 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.257 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.5.0-SNAPSHOT SUCCESS [  0.240 s]
[INFO] org.eclipse.statet.repository 4.5.0-SNAPSHOT ....... SUCCESS [  4.500 s]
[INFO] aggregation-statet 4.5.0-SNAPSHOT .................. SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:23 min
[INFO] Finished at: 2022-02-17T08:21:05Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS